95 lines
2.2 KiB
TOML
95 lines
2.2 KiB
TOML
baseURL = "https://shower-loop.github.io/"
|
|
languageCode = "en-us"
|
|
theme = "chocolate"
|
|
publishDir = "./"
|
|
|
|
# Enable automatic sitemap generation
|
|
[sitemap]
|
|
changefreq = "weekly"
|
|
filename = "sitemap.xml"
|
|
priority = 0.5
|
|
|
|
# Enable Hugo's built-in minification
|
|
[minify]
|
|
disableCSS = false
|
|
disableHTML = false
|
|
disableJS = false
|
|
disableJSON = false
|
|
disableSVG = false
|
|
disableXML = false
|
|
minifyOutput = true
|
|
[minify.tdewolff]
|
|
[minify.tdewolff.css]
|
|
keepCSS2 = true
|
|
precision = 0
|
|
[minify.tdewolff.html]
|
|
keepComments = false
|
|
keepConditionalComments = true
|
|
keepDefaultAttrVals = true
|
|
keepDocumentTags = true
|
|
keepEndTags = true
|
|
keepQuotes = false
|
|
keepWhitespace = false
|
|
[minify.tdewolff.js]
|
|
keepVarNames = false
|
|
precision = 0
|
|
[minify.tdewolff.json]
|
|
precision = 0
|
|
[minify.tdewolff.svg]
|
|
precision = 0
|
|
[minify.tdewolff.xml]
|
|
keepWhitespace = false
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
[markup.goldmark.parser]
|
|
attribute = true
|
|
autoHeadingID = true
|
|
[markup.goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = true
|
|
xHTML = false
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
title = "Home"
|
|
[[menu.main]]
|
|
identifier = "how-it-works"
|
|
name = "How It Works"
|
|
url = "/how-it-works/"
|
|
weight = 2
|
|
title = "How It Works"
|
|
[[menu.main]]
|
|
identifier = "research"
|
|
name = "Research"
|
|
url = "/research/"
|
|
weight = 3
|
|
title = "Research"
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 4
|
|
title = "Posts"
|
|
[[menu.main]]
|
|
identifier = "components"
|
|
name = "Components"
|
|
url = "/components/"
|
|
weight = 5
|
|
title = "Components"
|
|
[params]
|
|
facebookShareUrl = "https://www.facebook.com/sharer/sharer.php?u="
|
|
twitterShareUrl = "http://twitter.com/share?url="
|
|
redditShareUrl = "http://www.reddit.com/submit?url="
|