The pages site is driven by Jekyll static site.
The GitHub pages sites can be private or public in github.com. However, the repository behind those pages sites can be private or internal (if hosted in an organization) which restricts the users that have write-access to those that have explicit permission.
- See CONTRIBUTING.md for
- How this Jekyll site is organized
- How to use Markdown for writing/editing content
- How to update the
modified-datethat displays on site pages.
This is a Jekyll static site.
-
Clone/fork this repo.
-
For best results (urls work correctly), run locally at 127.0.0.1:4000/
bundle exec jekyll serve --incremental -
Whenever you make a change to content, also change the
modified-datein the yml at the top of the relevant.mdfile. SeeUpdating Page Datessection on the CONTRIBUTING.md page for more info.
- Jekyll front-end code inspired by login.gov