cuaac-website/config/_default/params.toml
2024-02-29 20:59:00 -05:00

41 lines
572 B
TOML

description = "CUAAC website"
mainSections = ['posts']
favicon = "/favicon.ico"
plausible = false
[sidebar]
subtitle = "Concordia Undergraduate Astronomy and Astrophysics Club"
emoji = "🖖"
[sidebar.avatar]
enabled = true
local = true
src = "img/artwork.png"
[[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"