4o1x5.dev/config/_default/params.toml
2005 6aab90002a new article: monitoring
might need some touch ups
added word count to article details
changed aboutme
2024-05-18 21:28:25 +02:00

83 lines
1.2 KiB
TOML

mainSections = ["post"]
rssFullContent = true
favicon = "/favicon.png"
[footer]
since = 2024
customText = "Colorscheme based on Shades of Purple"
[dateFormat]
published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"
[sidebar]
subtitle = "Software developer of somekind"
musicTitle = "Nate Growing Up - Labrinth"
musicUrl = "https://www.youtube.com/watch?v=mgDMTorgCPg"
[sidebar.avatar]
enabled = true
local = true
src = "img/pfp.png"
[article]
math = true
readingTime = true
[article.license]
enabled = true
default = "Licensed under CC-BY-SA 4.0"
[[widgets.homepage]]
type = "search"
[[widgets.homepage]]
type = "archives"
[widgets.homepage.params]
limit = 5
[[widgets.homepage]]
type = "categories"
[widgets.homepage.params]
limit = 10
[[widgets.homepage]]
type = "tag-cloud"
[widgets.homepage.params]
limit = 10
[[widgets.page]]
type = "toc"
[defaultImage.opengraph]
enabled = false
local = false
src = ""
[colorScheme]
toggle = true
default = "auto"
[imageProcessing.cover]
enabled = true
[imageProcessing.content]
enabled = true
## Comments
[comments]
enabled = true
provider = "cactus"
[comments.cactus]
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
serverName = "cactus.chat"
siteName = "twilightsforestsfires"