Download the latest version of Hugo from here or from your package manager of choice.
$ brew install hugo
Pull the source code from GitHub and cd
into the folder.
Once inside the root project folder, install the Ananke theme like so:
$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke
Now you can run the server locally:
$ hugo server
That's all! :)
- Site content is entirely written in Markdown, found under the
/content
folder - Image files are found under
/static/images
- Any template overrides or customizations are done in the
/layouts
folder; you must NEVER touch any of the files under the/themes
folder!