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 [services.rss] limit = 50 [taxonomies] tag = "tags" category = "categories" [params] pagination = 30 description = "Freshly Baked Thoughts" copyright = "↑ Top lightbulb icon Brain Baking bv | Archives | © CC BY 4.0 License." [Author] name = "Wouter Groeneveld" email = "wouter@brainbaking.com" rssmail = "hifromrss@brainbaking.com" mastodon = "@jefklak@dosgame.club" mastodonlink = "https://dosgame.club/@jefklak" 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 # added since Hugo 0.9x to allow babel to be executed [security] enableInlineShortcodes = false [security.exec] allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel'] [[menu.main]] name = "Brain Baking" pre = " " url = "/" weight = 1 [[menu.main]] name = "Archives" pre = " " url = "/archives" weight = 2 [[menu.main]] name = "Subscribe" pre = " " url = "/subscribe" weight = 3 [[menu.mainright]] name = "Works" pre = " " url = "/works" weight = 4 [[menu.mainright]] name = "About" pre = " " url = "/about" weight = 5 [[menu.mainright]] name = "Links" pre = " " url = "/links" weight = 6 [outputs] home = ["HTML", "RSS"] page = ["HTML"]