brainbaking/config.toml

93 lines
2.2 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"
category = "categories"
[params]
favicon = "/img/avatar-icon.png"
pagination = 15
# disabled to get rid of cloudflare cookies
MathJax = false
description = "Freshly baked thought"
# see single.html, DisqusShortname also needed
disableComments = true
accent = "#018661"
accent2 = "purple"
showBorder = true
copyright = "<a href='/no-copyright-no-tracking'>No &copy; and no tracking</a> - sharing is caring. <svg class='icon icon-small' width='16' height='16'><use xlink:href='#bulb'></use></svg> <a href='/'>Brain Baking</a>. <a href='/index.xml'>RSS Feed</a>."
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[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
[privacy]
[privacy.youtube]
disable = false
privacyEnhanced = true
[[menu.main]]
name = "Brain Baking:"
pre = ""
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
pre = "<svg width='24' height='24'><use xlink:href='#book'></use></svg> "
url = "/post"
weight = 2
[[menu.main]]
name = "Archives"
pre = "<svg width='24' height='24'><use xlink:href='#tag'></use></svg> "
url = "/archives"
weight = 3
[[menu.main]]
name = "Research"
pre = "<svg width='24' height='24'><use xlink:href='#bulb'></use></svg> "
url = "/research"
weight = 4
[[menu.mainright]]
name = "About Me"
pre = "<svg width='24' height='24'><use xlink:href='#about'></use></svg> "
url = "/about"
weight = 5
[[menu.mainright]]
name = "Teaching"
pre = "<svg width='24' height='24'><use xlink:href='#teaching'></use></svg> "
url = "/teaching"
weight = 6