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"
|
|