brainbaking/config.toml

86 lines
2.0 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
[taxonomies]
tag = "tags"
[params]
fathomid = "WNLTO"
# disabled to get rid of cloudflare cookies
MathJax = false
description = "Freshly baked thought"
# see single.html, DisqusShortname also needed
disableComments = true
accent = "purple"
showBorder = true
copyright = "No <i class='fa fa-copyright'></i> reserved - sharing is caring. <svg class='icon icon-small'><use xlink:href='#github'></use></svg> <a href='https://github.com/wgroeneveld/brainbaking/'>Hack away</a>! <svg class='icon icon-small'><use xlink:href='#bulb'></use></svg> <a href='/'>Brain Baking</a>"
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[markup]
defaultMarkdownHandler = "blackfriday"
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "arduino"
tabWidth = 4
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[[menu.main]]
name = "Tech Blog"
pre = "<svg><use xlink:href='#tech'></use></svg> "
url = "/post"
weight = 1
[[menu.main]]
name = "Essays"
pre = "<svg><use xlink:href='#book'></use></svg> "
url = "/essays"
weight = 2
[[menu.main]]
name = "Tags"
pre = "<svg><use xlink:href='#tag'></use></svg> "
url = "/tags"
weight = 3
[[menu.mainright]]
name = "About Me"
pre = "<svg><use xlink:href='#about'></use></svg> "
url = "/about"
weight = 4
[[menu.mainright]]
name = "Teaching"
pre = "<svg><use xlink:href='#teaching'></use></svg> "
url = "/teaching"
weight = 5