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

38 lines
827 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
enableRobotsTXT = true
# enableGitInfo = true # messed up sitemap.xml timestamps
[outputs]
home = ["HTML", "RSS"]
section = ["HTML"]
[sitemap]
filename = "sitemap.xml"
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
noopenerLinks = true # requires custom fork w/ custom blackfriday: https://github.com/jakejarvis/hugo/tree/noopener
plainIDAnchors = true
fractions = false
[privacy]
[privacy.twitter]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true