diff options
author | Alan Pearce | 2023-09-09 19:23:38 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-09 19:23:38 +0200 |
commit | c8d206442c65eaf999445db6c104ee55a07dd931 (patch) | |
tree | 753a4e6d1c69753d3bc7b396a80465950ff66ecd /themes/bear/config.toml | |
parent | b2c15923b33fa65bffe8a5eaef869e6b66d70078 (diff) | |
parent | a961bc284bb130e44468c07aaaa028652c151e08 (diff) | |
download | website-c8d206442c65eaf999445db6c104ee55a07dd931.tar.lz website-c8d206442c65eaf999445db6c104ee55a07dd931.tar.zst website-c8d206442c65eaf999445db6c104ee55a07dd931.zip |
Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08'
Diffstat (limited to 'themes/bear/config.toml')
-rw-r--r-- | themes/bear/config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/bear/config.toml b/themes/bear/config.toml index ca8d27a..78e9f9a 100644 --- a/themes/bear/config.toml +++ b/themes/bear/config.toml @@ -1,6 +1,6 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" -base_url = "https://alanpearce.codeberg.page/zola-bearblog" -description = "" +base_url = "https://zola-bearblog.netlify.app/" +description = "A Zola-theme based on Bear Blog." # Whether to automatically compile all Sass files in the sass directory compile_sass = false @@ -20,6 +20,7 @@ highlight_code = true [extra] date_format="%d %b, %Y" +webserver_sends_csp_headers=true [[extra.main_menu]] name = "Bear" |