Static website generation for [www.]uapi-group.org
This repository uses Hugo for static HTML generation. See https://gohugo.io/getting-started/quick-start/ for a brief intro.
The website uses the hugo-book theme; it is included in this repo as a git submodule.
After cloning this repo please run git submodule init; git submodule update
.
If you check out a branch or tag, make sure the submodule is up to date by running git submodule update
.
Content resides in the content folder. The (index page in that directory serves as central entry point to the org's website.
You'll need hugo installed for rendering changes.
First, make your edits.
Then, start hugo locally (in the repo's website
directory)to review your changes:
$ hugo server --minify --disableFastRender
Review your changes at http://localhost:1313/ .