all repos — zola-bearblog @ 4c1bef786a3199773b1b5c09f30c10b96c748c28

Port of bear blog theme to zola

update name and URLs in theme config

Alin
commit

4c1bef786a3199773b1b5c09f30c10b96c748c28

parent

9ed15e4cad7b745625c9b7d56300066ba1725850

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M theme.tomltheme.toml
@@ -1,11 +1,11 @@
name = "Bear" description = "Bear blog theme" license = "MIT" -homepage = "https://codeberg.org/alanpearce/zola-bearblog" +homepage = "https://codeberg.org/alinnow/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://zola-bearblog.alanpearce.eu/" +demo = "https://zola-bearblog.alin.ovh/" # 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
@@ -21,8 +21,8 @@ max_level = 6
visible_on_load = true [author] -name = "Alan Pearce" -homepage = "https://alanpearce.eu" +name = "Alin" +homepage = "https://alin.ovh" [original] author = "janraasch"