Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 220 Bytes

To re-build the site, simply run hugo with no arguments from the site folder. This consumes the content in site/ and repopulates docs/.

cd site
hugo
git add ../docs
git commit -m 'Update website.'