1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/config.toml

39 lines
650 B
TOML

baseURL = "https://danbarber.me/"
languageCode = "en-us"
title = "Me, Dan Barber"
timeout = 30000
summaryLength = 999999
[params]
AuthorName = "Daniel Barber"
GitHubUser = "danbee"
[permalinks]
blog = "/:year/:month/:day/:title"
photos = "/:year/:month/:day/:title"
[imaging]
resampleFilter = "lanczos"
quality = 75
anchor = "smart"
[outputFormats.jsonfeed]
mediaType = "application/json"
isPlainText = true
[outputs]
home = ["html", "jsonfeed", "rss"]
section = ["html", "jsonfeed", "rss"]
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.highlight]
noClasses = false
[privacy]
[privacy.youtube]
privacyEnhanced = true