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-pages
branch. -
On commit to the
gh-pages
branch, the site is served immediately using GitHub Pages. The file atstatic/CNAME
determines 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.