42 lines
572 B
TOML
42 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"
|
||
|
|
||
|
|