brainbaking/config.toml

122 lines
3.1 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]
level = 35
favicon = "/img/avatar-icon.png"
pagination = 30
# disabled to get rid of cloudflare cookies
MathJax = false
description = "Freshly baked thoughts"
accent = "#018661"
showBorder = true
copyright = "<a href='/no-copyright-no-tracking'>No &copy; and no tracking</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>&nbsp;|&nbsp;<a href='gemini://brainbaking.com/'>Gemini</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>."
[Author]
name = "Wouter Groeneveld"
email = "wouter@brainbaking.com"
mastodon = "@wouter@chat.brainbaking.com"
mastodonlink = "https://chat.brainbaking.com/@wouter"
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
[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 = "Notes"
pre = "<svg width='24' height='24'><use xlink:href='#tech'></use></svg> "
url = "/notes"
weight = 3
[[menu.main]]
name = "Archives"
pre = "<svg width='24' height='24'><use xlink:href='#tag'></use></svg> "
url = "/archives"
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 = "Projects"
pre = "<svg width='24' height='24'><use xlink:href='#bulb'></use></svg> "
url = "/projects"
weight = 6
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[outputFormats]
[outputFormats.GEMINI]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path = "gemini/"
[outputFormats.ATOM]
name = "ATOM"
isPlainText = false
isHTML = true
protocol = "gemini://"
path = "gemini/"
permalinkable = true
mediaType = "application/atom"
baseName = "atom"
[outputs]
home = ["HTML", "RSS", "ATOM", "GEMINI"]
page = ["HTML", "GEMINI"]