Install Hugo:
brew install hugoStart the local server:
hugo serveNavigate to the site at http://localhost:1313.
Content is stored as markdown in content. You can create files manually, or use hugo.
New blog:
hugo new blog/post-title.mdNew press:
hugo new press/article-title.mdNew presentation:
hugo new presentations/presentation-title.mdThe code for the map is located here.