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
+31
View File
@@ -0,0 +1,31 @@
navigation:
- id: "home"
label: "Home"
route: "/"
iconName: "Globe"
contentModel: "page"
- id: "articles"
label: "Articles"
route: "/articles/"
iconName: "FileText"
contentModel: "article"
- id: "projects"
label: "Projects"
route: "/projects/"
iconName: "LayoutTemplate"
contentModel: "project"
- id: "documentation"
label: "Documentation"
route: "/docs/"
iconName: "FolderOpen"
contentModel: "documentation"
- id: "community"
label: "Community"
route: "/community/"
iconName: "MessageSquare"
contentModel: "discussion"
- id: "downloads"
label: "Downloads"
route: "/downloads/"
iconName: "Download"
contentModel: "release"
+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