Getting Started
This guide summarizes the first configuration steps after installing Ananke.
1) Install the theme
Choose one installation method:
2) Confirm Hugo version compatibility
Check what Hugo version you have installed with hugo version and then compare against the minimum requirement in config/_default/module.toml.
hugo version
3) Configure required basics
At minimum, configure:
- Site
title baseURL- Theme/module setup
paramsvalues you want to customize
See:
4) Add content and front matter
Start adding content and use front matter options supported by Ananke:
5) Customize visual style
For design and UI adjustments:
6) Run and verify locally
Run Hugo locally and verify pages, menus, metadata, and social links:
hugo server
If you hit issues, see Troubleshooting.