diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 16 |
1 files changed, 10 insertions, 6 deletions
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 |
