diff options
author | Alan Pearce | 2023-04-17 21:14:49 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-17 21:14:49 +0200 |
commit | a515537584b41a5554200bc12fed522fcde20949 (patch) | |
tree | 706fe8865ba7de89dce6046cfb7e31a10884d952 | |
parent | d9a03b8bf25d2556645bd44db83638074fc371e9 (diff) | |
download | zola-bearblog-a515537584b41a5554200bc12fed522fcde20949.tar.lz zola-bearblog-a515537584b41a5554200bc12fed522fcde20949.tar.zst zola-bearblog-a515537584b41a5554200bc12fed522fcde20949.zip |
Update theme links
-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 |