brainbaking/config.toml

94 lines
2.4 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"
2020-11-19 10:50:03 +01:00
category = "categories"
[params]
2020-12-30 09:31:53 +01:00
level = 35
2020-06-11 17:15:26 +02:00
favicon = "/img/avatar-icon.png"
pagination = 30
# disabled to get rid of cloudflare cookies
MathJax = false
description = "Freshly baked thoughts"
accent = "#018661"
showBorder = true
2021-03-12 18:48:49 +01:00
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'><title>lightbulb icon</title><use xlink:href='#bulb'></use></svg> <a href='/'>Brain Baking</a>. <svg class='icon icon-small' width='16' height='16'><title>feed icon</title><use xlink:href='#news'></use></svg><a href='/subscribe'>RSS Feeds</a>."
2017-02-26 13:28:18 +01:00
[Author]
name = "Wouter Groeneveld"
2021-01-05 15:30:06 +01:00
email = "wouter@brainbaking.com"
mastodon = "@wouter@chat.brainbaking.com"
mastodonlink = "https://chat.brainbaking.com/@wouter"
2021-02-28 12:48:24 +01:00
githublink = "https://github.com/wgroeneveld"
2017-02-26 13:28:18 +01:00
[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
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
[[menu.main]]
name = "Notes"
pre = "<svg width='24' height='24'><use xlink:href='#tech'></use></svg> "
url = "/notes"
weight = 3
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 = 4
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 = 5
2017-02-26 13:28:18 +01:00
[[menu.mainright]]
2021-02-28 15:51:44 +01:00
name = "Projects"
pre = "<svg width='24' height='24'><use xlink:href='#bulb'></use></svg> "
url = "/projects"
weight = 6