My constantly evolving blog currently built as a statically generated site using:
-
Install Hugo on windows using Chocolatey:
choco install hugo
-
hugo
: build site to/public
-
hugo server
: start development server at localhost:1313 -
hugo new post/title-of-post.md
: create new post