baseurl = "https://www.rgdd.se" title = "rgdd" languageCode = "en-us" paginate = "10" # Number of posts per page #------------------------------------------------------------------------------- # DEFAULT SETTINGS #------------------------------------------------------------------------------- # Default Theme theme= "gruvhugo" # Default Post Extension defaultExtension= "html" # Default metadata format for newly created frontmatter using # hugo new command. "toml", "yaml", or "json" metaDataFormat= "toml" [taxonomies] tag = "tags" category = "categories" series = "series" [params.main] enabled = true enableKatex = true metaKeywords = "Rasmus Dahlberg, rgdd" headerTitle = "rgdd" copyright = "© 2021 Rasmus Dahlberg. Some rights reserved." name = "Rasmus Dahlberg" img = "img/author.jpg" img_title = "Rasmus Dahlberg and his cat Cece in a forest." quote = "Long-term sustainability requires a sound work-life balance" description= "PhD student at Karlstad University, Sweden. Software engineer at Mullvad VPN. I am passionate about transparent logs, anonymity networks, and Linux. Off-work I cook, walk, socialize, lift weights, and spoil my cat." licenseUrl = "" # Social icons [[params.social]] name = "instagram" url = "https://www.instagram.com/__rgdd" [[params.social]] name = "twitter" url = "https://twitter.com/__rgdd" [[params.social]] name = "github" url = "https://github.com/rgdd" [[params.social]] name = "email" url = "mailto:rasmus@mullvad.net" [params.style] # add path to custom CSS files here custom_css = [] # add path to custom SCSS files here custom_scss = [] [menu] [[menu.main]] identifier = "about" name = "About" url = "about" #[[menu.main]] # identifier = "posts" # name = "Posts" # url = "post/" [markup] defaultMarkdownHandler = "goldmark" [markup.asciidocExt] backend = "html5" docType = "article" extensions = [] failureLevel = "fatal" noHeaderOrFooter = true safeMode = "unsafe" sectionNumbers = false trace = false verbose = true workingFolderCurrent = false [markup.asciidocExt.attributes] [markup.blackFriday] angledQuotes = false footnoteAnchorPrefix = "" footnoteReturnLinkContents = "" fractions = true hrefTargetBlank = false latexDashes = true nofollowLinks = false noreferrerLinks = false plainIDAnchors = true skipHTML = false smartDashes = true smartypants = true smartypantsQuotesNBSP = false taskLists = true [markup.goldmark] [markup.goldmark.extensions] definitionList = true footnote = true linkify = true strikethrough = true table = true taskList = true typographer = true [markup.goldmark.parser] attribute = true autoHeadingID = true autoHeadingIDType = "github" [markup.goldmark.renderer] hardWraps = false unsafe = false xhtml = false [markup.highlight] codeFences = true guessSyntax = false hl_Lines = "" lineNoStart = 1 lineNos = false lineNumbersInTable = true noClasses = true style = "monokai" tabWidth = 4 [markup.tableOfContents] endLevel = 3 ordered = false startLevel = 2