Implement repository-driven theme rendering

This commit is contained in:
root
2026-07-23 17:49:10 -07:00
parent 68d76a59df
commit 884d182c86
32 changed files with 3040 additions and 1417 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ site:
title: "Labyricorn Engineering & Architecture"
baseUrl: "https://labyricorn.com"
language: "en-US"
navigationFile: "navigation.yml"
projectsFile: "projects.yml"
theme:
source: "site-definition"
path: "/.theme"
path: ".theme"
markdown:
dialect: "labyricorn-commonmark-v1"
rawHtmlPolicy: "disabled"