From 2608a90afdc693a7cb932d5893e3a7e9cfec5855 Mon Sep 17 00:00:00 2001 From: Sean Kearney Date: Thu, 7 May 2026 20:43:47 -0400 Subject: [PATCH] chore: Bump zola-devin theme to 32f0a7f and ignore .claude/ Theme update brings Mermaid diagram rendering (auto-detects fenced ```mermaid blocks, no shortcode required) and a canonical link tag in base.html. Also ignore the local .claude/ workspace directory. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ themes/zola-devin | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88f03ab..f692121 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ $RECYCLE.BIN/ # Mac .DS_Store +# LLM +.claude/ + # Zola public/ static/processed_images/ \ No newline at end of file diff --git a/themes/zola-devin b/themes/zola-devin index c645eae..32f0a7f 160000 --- a/themes/zola-devin +++ b/themes/zola-devin @@ -1 +1 @@ -Subproject commit c645eaec61290a60a7b1d67287656d12aac81311 +Subproject commit 32f0a7fd811306cc812d46da2f7e93b7f2620547