allisthewave-hugo-web/config/_default/hugo.toml
Alan Youngblood ce48068df0
All checks were successful
Deploy to Netlify / Deploy Hugo site to Netlify (push) Successful in 27s
fixed up Joyous Jazz Post
2024-04-12 15:27:56 -04:00

32 lines
756 B
TOML

theme = "blowfish"
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
buildDrafts = false
buildFuture = false
baseURL = "https://allisthewave.com/"
googleAnalytics = "G-HE5T62V6RV"
[imaging]
anchor = "Center"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[related]
threshold = 0
toLower = false
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]