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 = 15 # disabled to get rid of cloudflare cookies MathJax = false description = "Freshly baked thought" accent = "#018661" accent2 = "purple" showBorder = true copyright = "No © and no tracking - sharing is caring. Brain Baking. RSS Feed." [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 = " " url = "/post" weight = 2 [[menu.main]] name = "Archives" pre = " " url = "/archives" weight = 3 [[menu.mainright]] name = "About Me" pre = " " url = "/about" weight = 5 [[menu.mainright]] name = "Projects" pre = " " url = "/projects" weight = 6