diff options
-rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml index 77d333d..5cc75e0 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ name = "Bear" description = "Bear blog theme" license = "MIT" -homepage = "https://github.com/getzola/hyde" +homepage = "https://codeberg.org/alanpearce/zola/bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "" +demo = "https://alanpearce.codeberg.page/zola-bearblog" # 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 |