-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (30 loc) · 912 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://ezce.github.io/ez80-docs/'
languageCode = 'en-us'
title = 'eZ80 docs'
theme = "hugo-geekdoc"
ignorefiles = [ "content/instructions/readme.md", "content/syscalls/readme.md", "content/memory/readme.md" ]
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
enableGitInfo = true
# Required if you want to render robots.txt template
enableRobotsTXT = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[taxonomies]
tag = "tags"
[params]
geekdocBreadcrumb = true
geekdocRepo = "https://github.com/EzCE/ez80-docs"
geekdocEditPath = "edit/main"
[params.geekdocContentLicense]
name = "AGPL-3.0"
link = "https://www.gnu.org/licenses/agpl-3.0.en.html"