all repos — homestead @ c6099d5a840000facffa0fdfc4483f6f456363ce

Code for my website

Merge commit 'e44a11ea4e05f2dc535aca8f403b45a6af7fc67e'

Alan Pearce
commit

c6099d5a840000facffa0fdfc4483f6f456363ce

parent

89ab44698968ce0bcab3e05995fce680ffb97493

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

changed files
M themes/bear/config.tomlthemes/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"