-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.toml
More file actions
32 lines (27 loc) · 814 Bytes
/
config.toml
File metadata and controls
32 lines (27 loc) · 814 Bytes
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
baseURL = "https://jsnog.github.io/"
title = "JSNOG | Japan Student Network Operators Group"
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Required if you want to render robots.txt template
enableRobotsTXT = true
[params]
geekdocLogo = "images/logo.png"
geekdocBreadcrumb = true
geekdocRepo = "https://github.com/jsnog/jsnog.github.io"
geekdocEditPath = "edit/main/"
[params.geekdocContentLicense]
name = "CC BY-NC-SA 4.0"
link = "https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ja"
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[taxonomies]
tag = "tags"