From b5c4e9636b4c498f5157124d0d3ff45628a0ff7b Mon Sep 17 00:00:00 2001 From: surya Date: Sat, 18 Apr 2026 15:40:40 -0400 Subject: theme --- config.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 9cf7909..b544344 100644 --- a/config.toml +++ b/config.toml @@ -7,9 +7,9 @@ compile_sass = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false -title = "ecoblog" +title = "Urban Ecology Collective" description = "a collective" -theme = "anemone" +theme = "austere-theme-zola" generate_feeds = true [markdown] @@ -19,8 +19,12 @@ smart_punctuation = true [extra] # Put all your custom variables here -header_nav = [ - { url = "/", name_en = "home" }, - { url = "https://urbanecologycollective.org/wiki", name_en = "wiki" } +# header_nav = [ +# { url = "/", name_en = "home" }, +# { url = "https://urbanecologycollective.org/wiki", name_en = "wiki" } +# ] +# list_pages = true +menu_links = [ + { url = "$BASE_URL/", name = "home" }, + { url = "$BASE_URL/wiki/", name = "wiki" }, ] -list_pages = true -- cgit v1.2.3