1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:28:27 -04:00
jarv.is/config.toml

35 lines
824 B
TOML

baseURL = "https://jarv.is/"
languageCode = "en-us"
title = "Jake Jarvis"
canonifyURLs = true
disableFastRender = true
disableHugoGeneratorInject = true # don't worry, inserted manually :)
disableKinds = ["taxonomy", "taxonomyTerm"]
pygmentsUseClasses = true
pygmentsCodeFences = true
# enableGitInfo = true # messed up sitemap.xml timestamps
[outputs]
home = ["HTML", "RSS"]
section = ["HTML"]
[sitemap]
filename = "sitemap.xml"
[blackfriday]
# hrefTargetBlank = true # prefer not to use this until noopener option implemented (https://discourse.gohugo.io/t/link-with--target-blank-in-markdown-tipp/7569/10)
nofollowLinks = true
noreferrerLinks = true
plainIDAnchors = true
fractions = false
[privacy]
[privacy.twitter]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true