Files
filament/site/README.md
2018-11-13 10:57:20 -08:00

10 lines
220 B
Markdown

To re-build the site, simply run `hugo` with no arguments from the site folder. This consumes
the content in `site/` and repopulates `docs/`.
```terminal
cd site
hugo
git add ../docs
git commit -m 'Update website.'
```