diff options
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml index ed137c8..894f7fa 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ name = "Bear" description = "Bear blog theme" license = "MIT" -homepage = "https://codeberg.org/alanpearce/zola/bearblog" +homepage = "https://codeberg.org/alanpearce/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://alanpearce.codeberg.page/zola-bearblog" +demo = "https://zola-bearblog.netlify.app/" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will @@ -13,6 +13,12 @@ demo = "https://alanpearce.codeberg.page/zola-bearblog" # Use snake_casing to be consistent with the rest of Zola [extra] date_format="%d %b, %Y" +webserver_sends_csp_headers=false + +[extra.table_of_contents] +show=false +max_level=6 +visible_on_load=true [author] name = "Alan Pearce" |