Author updates
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run

This commit is contained in:
Zoness 2025-12-19 14:27:39 -06:00
parent 5bdaf8a142
commit 978cbe5895

View File

@ -5,15 +5,19 @@ theme = 'roadster'
enableEmoji = true enableEmoji = true
[Params] [Params]
author = { name = "Zoness", bio = "Just a programmer writing stuff on the internet.", avatar = "images/avatar.png" }
authorbox = true authorbox = true
post_meta = ["author", "date", "categories"] # Order of post meta information post_meta = ["author", "date", "categories"] # Order of post meta information
customCSS = ["/css/custom.css"] # Add after your existing Params customCSS = ["/css/custom.css"] # Add after your existing Params
[Params.author]
name = "Zoness"
bio = "Just a programmer writing stuff on the internet."
avatar = "images/avatar.png"
[Params.sidebar] [Params.sidebar]
home = "right" # Configure layout for home page home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages list = "left" # Configure layout for list pages
single = false # Configure layout for single pages single = "right" # Configure layout for single pages
# Enable widgets in given order # Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist", "social", "languages"] widgets = ["search", "recent", "categories", "taglist", "social", "languages"]