brainbaking/config.toml

85 lines
2.0 KiB
TOML
Raw Normal View History

2017-02-26 13:28:18 +01:00
languageCode = "en-us"
title = "Brain Baking"
2018-04-10 11:39:40 +02:00
baseurl = "https://brainbaking.com/"
2020-05-27 20:35:46 +02:00
theme = "brainbaking-minimal"
2017-02-26 14:26:57 +01:00
publishDir = "docs"
2018-05-03 16:09:41 +02:00
enableEmoji = true
2018-07-25 09:47:59 +02:00
enableRobotsTXT = true
# for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/
enableGitInfo = true
2017-02-26 14:26:57 +01:00
2017-02-26 13:28:18 +01:00
[taxonomies]
2018-04-27 15:17:15 +02:00
tag = "tags"
category = "categories"
[params]
fathomid = "WNLTO"
2020-06-11 17:15:26 +02:00
favicon = "/img/avatar-icon.png"
2020-06-13 17:16:18 +02:00
pagination = 15
# disabled to get rid of cloudflare cookies
MathJax = false
2018-04-27 15:17:15 +02:00
description = "Freshly baked thought"
# see single.html, DisqusShortname also needed
disableComments = true
accent = "#018661"
2020-06-04 17:52:21 +02:00
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>."
2017-02-26 13:28:18 +01:00
[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.youtube]
disable = false
privacyEnhanced = true
2017-02-26 13:28:18 +01:00
[[menu.main]]
2020-06-13 17:16:18 +02:00
name = "Brain Baking:"
pre = ""
url = "/"
2017-02-26 13:28:18 +01:00
weight = 1
[[menu.main]]
2020-06-13 17:16:18 +02:00
name = "Blog"
pre = "<svg width='24' height='24'><use xlink:href='#book'></use></svg> "
2020-06-13 17:16:18 +02:00
url = "/post"
weight = 2
2017-02-26 13:28:18 +01:00
2017-06-01 22:33:32 +02:00
[[menu.main]]
name = "Archives"
pre = "<svg width='24' height='24'><use xlink:href='#tag'></use></svg> "
2020-06-11 17:15:26 +02:00
url = "/archives"
weight = 3
2017-06-01 22:33:32 +02:00
[[menu.mainright]]
name = "About Me"
pre = "<svg width='24' height='24'><use xlink:href='#about'></use></svg> "
2017-02-26 13:28:18 +01:00
url = "/about"
weight = 4
2017-02-26 13:28:18 +01:00
[[menu.mainright]]
2018-03-25 21:09:33 +02:00
name = "Teaching"
pre = "<svg width='24' height='24'><use xlink:href='#teaching'></use></svg> "
2018-03-25 21:09:33 +02:00
url = "/teaching"
2017-06-06 16:32:08 +02:00
weight = 5