diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 15:47:27 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 15:47:27 -0400 |
| commit | fc3911cf7ca67da51f2d8e71824a6d284b590b2c (patch) | |
| tree | 1c43aec1bc5566dcc6dfb33dcff7a75d4d4a8b7b /config.toml | |
| parent | de5167f8ca4bb97cae6343850c0ee929095a1503 (diff) | |
fix
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 58f2c3f..ffd7ad5 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ compile_sass = false build_search_index = false title = "Urban Ecology Collective" -description = "a collective" +description = "A Collective" theme = "austere-theme-zola" generate_feeds = true @@ -23,7 +23,7 @@ smart_punctuation = true # { url = "/", name_en = "home" }, # { url = "https://urbanecologycollective.org/wiki", name_en = "wiki" } # ] -# list_pages = true +list_pages = true menu_links = [ { url = "$BASE_URL/", name = "home" }, { url = "$BASE_URL/blog/", name = "blog" }, |
