brainbaking/config.toml

96 lines
2.4 KiB
TOML

languageCode = "en-us"
title = "Brain Baking"
baseurl = "https://brainbaking.com/"
theme = "brainbaking-minimal"
publishDir = "docs"
enableEmoji = true
enableRobotsTXT = true
# for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/
enableGitInfo = true
[services.rss]
limit = 50
[taxonomies]
tag = "tags"
category = "categories"
[params]
pagination = 30
description = "Freshly Baked Thoughts"
copyright = "&uarr;&nbsp;<a href='#header'>Top</a> <svg class='icon icon-small' width='16' height='16'><title>lightbulb icon</title><use xlink:href='#bulb'></use></svg> <a href='/'>Brain Baking</a> | <a href='/archives'>Archives</a> | <a href='/copyright-and-tracking-policy'>&copy; CC BY 4.0 License</a>."
[Author]
name = "Wouter Groeneveld"
email = "wouter@brainbaking.com"
rssmail = "hifromrss@brainbaking.com"
mastodon = "@jefklak@dosgame.club"
mastodonlink = "https://dosgame.club/@jefklak"
githublink = "https://github.com/wgroeneveld"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "arduino"
tabWidth = 4
# added since Hugo 0.9x to allow babel to be executed
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel']
[[menu.main]]
name = "Brain Baking"
pre = "<svg width='24' height='24'><use xlink:href='#book'></use></svg> "
url = "/"
weight = 1
[[menu.main]]
name = "Archives"
pre = "<svg width='24' height='24'><use xlink:href='#tag'></use></svg> "
url = "/archives"
weight = 2
[[menu.main]]
name = "Subscribe"
pre = "<svg width='24' height='24'><use xlink:href='#news'></use></svg> "
url = "/subscribe"
weight = 3
[[menu.mainright]]
name = "Works"
pre = "<svg width='24' height='24'><use xlink:href='#bulb'></use></svg> "
url = "/works"
weight = 4
[[menu.mainright]]
name = "About"
pre = "<svg width='24' height='24'><use xlink:href='#about'></use></svg> "
url = "/about"
weight = 5
[[menu.mainright]]
name = "Links"
pre = "<svg width='24' height='24'><use xlink:href='#link'></use></svg> "
url = "/links"
weight = 6
[outputs]
home = ["HTML", "RSS"]
page = ["HTML"]