cuaac-website/config/_default/params.toml

42 lines
572 B
TOML
Raw Normal View History

2024-03-01 01:59:00 +00:00
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"