baseURL = 'https://gabevenberg.com/' title = 'Gabe Venberg' theme = 'PaperMod' enableRobotsTXT = true [params] env = 'production' title = 'Mildly interesting' description = "Mildly Interesting Writings" author = 'Gabe Venberg' DateFormat = "2006-1-2" defaultTheme = 'dark' disableThemeToggle = false ShowReadingTime = false ShowShareButtons = false ShowPostNavLinks = true ShowBreadCrumbs = true ShowCodeCopyButtons = true ShowWordCount = false ShowRssButtonInSectionTermList = true UseHugoToc = true disableSpecial1stPost = false disableScrollToTop = false comments = false hidemeta = false hideFooter = true hideSummary = false showtoc = true tocopen = false mainSections = ['posts', 'docs'] [params.assets] disableHLJS = true [params.homeInfoParams] Title = "Mildly Interesting" Content = """ Mildly interesting writings. """ [[params.socialIcons]] name = "github" url = "https://github.com/gabevenberg" [[params.socialIcons]] name = "gitea" url = "https://git.venberg.xyz/Gabe" [[params.socialIcons]] name = "Rss" url = "index.xml" [[menu.main]] name = "About" url = "about" weight = 1 [[menu.main]] name = "Resume" url = "resume" weight = 2 [[menu.main]] name = "Archive" url = "archives" weight = 3 [[menu.main]] name = "Search" url = "search" weight = 4 [params.profileMode] enabled = false title = "Mildly Interesting" imageUrl = "#" imageTitle = "TODO" [[params.profileMode.buttons]] name = "About" url = "about" [[params.profileMode.buttons]] name = "Resume" url = "resume" [[params.profileMode.buttons]] name = "Posts" url = "posts" [outputs] home = [ "HTML", "RSS", "JSON" ] [markup] [markup.highlight] anchorLineNos = false codeFences = true guessSyntax = false hl_Lines = '' hl_inline = false lineAnchors = '' lineNoStart = 1 lineNos = true lineNumbersInTable = true noClasses = true noHl = false style = 'monokai' tabWidth = 4 [markup.tableOfContents] endLevel = 5 ordered = false startLevel = 2 [security] enableInlineShortcodes = true [security.exec] allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"] osEnv = ["(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|RUBYLIB)$"] [security.funcs] getenv = ["^HUGO_"] [security.http] methods = ["(?i)GET|POST"] urls = [".*"]