update name and URLs in theme config
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M theme.toml → 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/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"