languageCode = "en-us" title = "Brain Baking" baseurl = "https://brainbaking.com/" theme = "minimal" googleAnalytics = "UA-45748221-1" publishDir = "docs" enableEmoji = true enableRobotsTXT = true # for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/ enableGitInfo = true [taxonomies] tag = "tags" [params] # disabled to get rid of cloudflare cookies MathJax = false description = "Freshly baked thought" # see single.html, DisqusShortname also needed disableComments = true accent = "purple" showBorder = true twitter = "woutergroenev" backgroundColor = "white" font = "Source Serif Pro" copyright = "No reserved - sharing is caring. Hack away! Brain Baking" [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 [[menu.main]] name = "Tech Blog" pre = "" url = "/post" weight = 1 [[menu.main]] name = "Essays" pre = "" url = "/essays" weight = 2 [[menu.main]] name = "Tags" pre = "" url = "/tags" weight = 3 [[menu.mainright]] name = "About Me" pre = "" url = "/about" weight = 4 [[menu.mainright]] name = "Teaching" pre = "" url = "/teaching" weight = 5