-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
57 lines (46 loc) · 1.15 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
title = 'Bison.docs'
baseURL = 'https://bison.hudocs.com/'
languageCode = 'es'
defaultContentLanguage = 'es'
copyright = "Created by zkreations"
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = true
enableInlineShortcodes = true
disableKinds = ["taxonomy","taxonomyTerm","term"]
# Shortcodes HTML
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[markup.tableOfContents]
startLevel = 2
endLevel = 3
[module]
[[module.mounts]]
source = 'site/content'
target = 'content'
[[module.mounts]]
source = 'site/static'
target = 'static'
[[module.mounts]]
source = 'site/layouts'
target = 'layouts'
[[module.mounts]]
source = 'site/assets'
target = 'assets'
[[module.mounts]]
source = 'site/data'
target = 'data'
[[module.mounts]]
source = 'site/i18n'
target = 'i18n'
[outputs]
home = ["HTML", "RSS"]
[params]
main_template = "bison.xml"
main_template_url = "https://zkreations.gumroad.com/l/bison-xml"
main_icon = "gitlab"
github_repo_edit = "https://github.com/zkreations/bison/blob/main/site/content"
date_format = "January 2, 2006"