Download the latest version of Hugo from here or from your package manager of choice.
$ brew install hugoPull 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/anankeNow you can run the server locally:
$ hugo serverThat's all! :)
- Site content is entirely written in Markdown, found under the
/contentfolder - Image files are found under
/static/images - Any template overrides or customizations are done in the
/layoutsfolder; you must NEVER touch any of the files under the/themesfolder!