Import Labyricorn Control Plane

This commit is contained in:
2026-07-23 11:54:13 -07:00
commit 3af326a1fa
45 changed files with 6918 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
protocol: "labyricorn-site/v1"
site:
id: "labyricorn"
title: "Labyricorn Engineering & Architecture"
baseUrl: "https://labyricorn.com"
language: "en-US"
theme:
source: "site-definition"
path: "/.theme"
markdown:
dialect: "labyricorn-commonmark-v1"
rawHtmlPolicy: "disabled"
rawHtmlEnabled: false
extensions:
tables: true
taskLists: true
footnotes: true
definitionLists: true
headingAnchors: true
fencedCode: true
syntaxHighlighting: true
callouts: true
youtube: true
wikipediaLinks: true
hosting:
engine: "nginx"
production:
enabled: true
hostname: "labyricorn.local"
listen: 80
staging:
enabled: true
hostname: "preview.labyricorn.local"
listen: 8080
releases:
retainCount: 10
buildPolicy:
staging:
enabled: true
requireApproval: true
localActivation:
automatic: false
push:
automatic: false