-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (30 loc) · 837 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = "https://maxtar.github.io"
languageCode = "ru-RU"
defaultContentLanguage = "ru"
title = "Max Wiki Site"
# theme = "learn"
theme = "hugo-geekdoc"
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
[taxonomies]
tag = "tags"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[params]
author = "Maxim Taran"
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "green"
geekdocTagsToMenu = true
# Because has some issue in geekdoc theme. See https://geekdocs.de/usage/getting-started/#known-limitations.
# [minify]
# disableHTML = true