Add Gruvbox share theme + blog system for Trilium (anonymized)

Blog generator, publish manager, share scripts, theme CSS, highlight.js
bundles, font, favicon, templates and generated-reference outputs, plus an
English installation guide.
This commit is contained in:
trilium-share-gruvbox
2026-08-28 13:36:22 +02:00
commit aa7a2d0ab5
31 changed files with 4387 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<script>
(function () {
var logo = document.getElementById("header-logo");
if (!logo) return;
var h = logo.getAttribute("href");
if (h && h.indexOf("__BLOG_ROOT_ID__") !== -1) {
logo.setAttribute("href", "./blog");
}
})();
</script>