about summary refs log tree commit diff stats
path: root/themes/bear/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-09 19:23:38 +0200
committerAlan Pearce2023-09-09 19:23:38 +0200
commitc8d206442c65eaf999445db6c104ee55a07dd931 (patch)
tree753a4e6d1c69753d3bc7b396a80465950ff66ecd /themes/bear/config.toml
parentb2c15923b33fa65bffe8a5eaef869e6b66d70078 (diff)
parenta961bc284bb130e44468c07aaaa028652c151e08 (diff)
downloadwebsite-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.toml5
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"