Install Hugo. Run hugo -h
for help.
This website is made with the
beautifulhugo theme.
Its templates resides in themes/
as a git submodule.
Fetch a recent version to keep parity with recent changes in Hugo.
Note: As of now, Hugo has no stable release yet. It may simply break (again) at any given moment.
Run Hugo:
hugo server
Hugo will output its address. Open it in your web browser.
Edit the pages in content/
. Hugo refreshes automatically on save.
Build for static web hosting, output ends up in public/
:
hugo