all repos — website @ c8d206442c65eaf999445db6c104ee55a07dd931

My website

Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08'

Alan Pearce
commit

c8d206442c65eaf999445db6c104ee55a07dd931

parent

b2c15923b33fa65bffe8a5eaef869e6b66d70078

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M themes/bear/theme.tomlthemes/bear/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,7 @@ # be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola [extra] date_format="%d %b, %Y" +webserver_sends_csp_headers=false [author] name = "Alan Pearce"