This is the codebase for the GovFlow website.
It is built using Hugo.
-
Install Hugo: https://gohugo.io/getting-started/quick-start/
-
Clone the repo
-
Run
hugo serve
-
The site is built using a GitHub Action on each deploy to main. See
.github/workflows/deploy.yml. The output of the build process is commited to thegh-pagesbranch. -
On commit to the
gh-pagesbranch, the site is served immediately using GitHub Pages. The file atstatic/CNAMEdetermines the domain that is mapped for the site.
Inside the content directory you will see a listing of markdown files. Each is mapped to a page. E.g.: features.md is served at /features/ on the site domain.