54 lines
958 B
YAML
54 lines
958 B
YAML
protocol: labyricorn-site/v1
|
|
|
|
site:
|
|
id: labyricorn
|
|
title: Labyricorn
|
|
baseUrl: https://labyricorn.com
|
|
language: en-US
|
|
|
|
navigationFile: ./navigation.yml
|
|
projectsFile: ./projects.yml
|
|
contentModelsPath: content-models
|
|
|
|
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: false
|
|
wikipediaLinks: true
|
|
|
|
hosting:
|
|
engine: nginx
|
|
production:
|
|
enabled: true
|
|
hostname: labyricorn.com
|
|
listen: 80
|
|
staging:
|
|
enabled: true
|
|
hostname: preview.labyricorn.com
|
|
listen: 8080
|
|
releases:
|
|
retainCount: 10
|
|
|
|
buildPolicy:
|
|
staging:
|
|
enabled: true
|
|
requireApproval: true
|
|
localActivation:
|
|
automatic: false
|
|
push:
|
|
automatic: false
|