mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
23.15.2026 a5f3dd61ce53879019049d9a2ba8f049abdfee68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "http://localhost/"
languageCode = "en-us"
title = "Ananke Documentation"
contentDir = "../docs"
enableRobotsTXT = true
 
[markup]
[markup.highlight]
style = 'tokyonight-day'
 
[module]
replacements = ["github.com/theNewDynamic/gohugo-theme-ananke/v2 -> ../../"]
 
[[module.imports]]
path = "github.com/theNewDynamic/gohugo-theme-ananke/v2"