47 lines
972 B
YAML
47 lines
972 B
YAML
protocol: "labyricorn-site/v1"
|
|
site:
|
|
id: "labyricorn"
|
|
title: "Labyricorn Engineering & Architecture"
|
|
baseUrl: "https://labyricorn.com"
|
|
language: "en-US"
|
|
navigationFile: "navigation.yml"
|
|
projectsFile: "projects.yml"
|
|
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
|