From 5f93887c60cec38e23ecd46b27691e67bbe7348e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D1=80=D0=BC=20=D0=9D=D0=B8=D0=BA?= Date: Sat, 6 Jun 2026 18:23:06 +0700 Subject: [PATCH] Add harmless theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Digital garden theme for Zola — blog, wiki, backlinks, and D3.js link graph. Tufte-inspired, CSS @scope, dark mode, i18n support, 23 Playwright tests. --- .gitmodules | 3 +++ harmless | 1 + 2 files changed, 4 insertions(+) create mode 160000 harmless diff --git a/.gitmodules b/.gitmodules index 38a458a..8ccf596 100644 --- a/.gitmodules +++ b/.gitmodules @@ -406,3 +406,6 @@ [submodule "broadside"] path = broadside url = https://github.com/nsrosenqvist/broadside +[submodule "harmless"] + path = harmless + url = https://github.com/e4779/zola-harmless.git diff --git a/harmless b/harmless new file mode 160000 index 0000000..1aa77d9 --- /dev/null +++ b/harmless @@ -0,0 +1 @@ +Subproject commit 1aa77d9bfd88e93def8af1bf09e043502486afb3