jimsite/config.yaml

63 lines
1.5 KiB
YAML

author: Jim Shepich III
templates_folder: ./site/templates
sites:
main:
title: Jimsite
base_url: http://localhost:8000
web_root: ./dist
build_cache: ./site
assets:
- /assets
- robots.txt
articles:
- '*.md'
template_selections:
article: templates.components.simple_article
resume:
title: Resume
base_url: http://localhost:8000
web_root: ./dist
git_repo:
url: ssh://gitea/jim/resume.git
build_cache: ./build/resume
assets:
- 'shepich_resume.pdf'
dogma_jimfinium:
title: Dogma Jimfinium
description: May it bolster the skills of all who read it.
base_url: http://localhost:8000/dogma-jimfinium
git_repo:
url: ssh://gitea/jim/dogma-jimfinium.git
branch: pub
lfs: true
build_cache: ./build/dogma-jimfinium
web_root: ./dist/dogma-jimfinium
assets:
- assets
ignore_assets:
- assets/videos
articles:
- '*.md'
addons:
- rss
jimoire_laboratoire:
title: Jimoire Laboratoire
description: How I built the Jimlab, and you can too!
base_url: http://localhost:8000/jimoire-laboratoire
git_repo:
url: ssh://gitea/jimlab/jimoire-laboratoire.git
branch: jimsite
lfs: false
build_cache: ./build/jimoire-laboratoire
web_root: ./dist/jimoire-laboratoire
assets: []
articles:
- '*.md'
- 'essentials/*.md'
- '**/*.md'
template_selections:
article: templates.components.jimoire_article