mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
28 lines
502 B
TOML
28 lines
502 B
TOML
baseURL = "https://next.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"]
|