Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 342 Bytes

How to work on the site

Local Dependencies

Install latest hugo with the package manager of your choice, e.g.

brew install hugo

Local Preview

You can start a local preview webserver with:

Note: pages will autoregenerated and reloaded on save on the content.

hugo server --buildDrafts --disableFastRender