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

Joe Mooring
9 days ago 039d10644c072488fe820a39e253ba5a2124f10b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "http://localhost/"
locale = "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"