Skip to content

Commit 70920f3

Browse files
committed
feat: add custom hugo.toml
1 parent 0340453 commit 70920f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/_default/hugo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
disablePathToLower = true
2+
enableGitInfo = true
3+
enableRobotsTXT = true
4+
5+
[taxonomies]
6+
tag = "tags"
7+
8+
[params]
9+
geekdocCollapseAllSections = true

0 commit comments

Comments
 (0)