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

Patrick Kollitsch
18.24.2026 7e45a93015bb324a7022be9a1fb6bc649e1500a1
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"