mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 04:18:28 -04:00
60 lines
1.3 KiB
TOML
60 lines
1.3 KiB
TOML
baseURL = "https://jarv.is/"
|
|
languageCode = "en-us"
|
|
title = "Jake Jarvis"
|
|
|
|
# increase timeout for image processing
|
|
timeout = 60000
|
|
|
|
canonifyURLs = true
|
|
|
|
disableFastRender = true
|
|
disableHugoGeneratorInject = true # don't worry, inserted manually :)
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
|
|
pygmentsUseClasses = true
|
|
pygmentsCodeFences = true
|
|
|
|
enableRobotsTXT = true
|
|
|
|
[author]
|
|
name = "Jake Jarvis"
|
|
email = "jake@jarv.is"
|
|
twitter = "@jakejarvis"
|
|
github = "jakejarvis"
|
|
facebook = "jakejarvis"
|
|
facebook_id = "1329090853"
|
|
|
|
[params]
|
|
domain = "jarv.is"
|
|
facebook_app_id = "3357248167622283"
|
|
gitRepo = "https://github.com/jakejarvis/jarv.is"
|
|
wayback = "https://web.archive.org/web/20010501000000*/jakejarvis.com"
|
|
copyrightFirstYear = "2001"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
section = ["HTML"]
|
|
|
|
[sitemap]
|
|
filename = "sitemap.xml"
|
|
|
|
[imaging]
|
|
# options for resampling filters:
|
|
# https://github.com/disintegration/imaging#image-resizing
|
|
resampleFilter = "Linear"
|
|
quality = 100
|
|
|
|
[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
|