-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
102 lines (91 loc) · 2.66 KB
/
hugo.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#
# Standard configuration
#
baseURL = "https://johnwry.github.io/"
copyright = "The MIT License (MIT) Copyright © 2020 BJWry"
rssLimit = 10
defaultContentLanguage = "en"
enableEmoji = false
enableGitInfo = false
metaDataFormat = "yaml"
publishDir = "docs"
title = "BJWry"
theme = "shadocs"
themesdir = "themes"
tags = ["Bulma", "Search", "Simple", "Documentation", "Fontawesome", "Intro", "Mermaid", "OpenAPI", "AsyncAPI"]
features = ["Menu", "Nested sections", "Search", "Shortcuts", "Netlify", "Intro", "Mermaid", "OpenAPI", "AsyncAPI"]
min_version = "0.112.0"
pygmentsUseClasses=true
pygmentsCodeFences=true
[Author]
name = "BJWry"
email = "[email protected]"
[module]
[module.hugoVersion]
extended = true
min = '0.112.0'
max = ''
[[module.mounts]]
source = 'asyncapi'
target = 'static/asyncapi'
[[module.mounts]]
source = 'openapi'
target = 'static/openapi'
[[module.mounts]]
source = 'img'
target = 'static/img'
#[taxonomies]
# category = "categories"
# tag = "tags"
[outputs]
home = ["HTML", "JSON", "RSS"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.tableOfContents]
ordered = false
startLevel = 1
endLevel = 6
[markup.goldmark.renderer]
unsafe = true
#
# Specific configuration
#
[params]
logo = "img/bjwry.png"
logoTouch = "images/logoTouch.png"
image404 = "images/404.gif"
favicon = "images/favicon.png"
faviconmd = "![Favicon](/images/favicon.png)"
homeLayout = "onboarding"
siteContentOrder = "weight"
toc = true
globalBanner = false
currentVersion = "latest"
latestVersionUrl = "https://shadocs.netlify.app/"
enforceRefrelLinks = true
# function = "scExample"
#[[params.navbar.versions]]
# name = 'latest'
# url = 'https://shadocs.netlify.app/'
# [[params.navbar.versions]]
# name = 'deprecated version'
# url = 'https://shadocs.netlify.app/404.html'
[params.taxonomies]
[params.taxonomies.categories]
icon = "fa-solid fa-table-cells"
[params.taxonomies.tags]
icon = "fa-solid fa-tag"
[params.includes]
# jsModules = [
# "js/shortcuts.js"
# ]
# js = []
css = [
"css/custom.css"
]
# sass = [
# "sass/custom/example.sass"
# ]
[params.versions]
hugo_min = "[0.112.0](https://github.com/gohugoio/hugo/releases/tag/v0.112.0)"
bulma = "[0.9.4](https://github.com/jgthms/bulma/releases/tag/0.9.4)"