55 lines
1.2 KiB
YAML
55 lines
1.2 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
|
|
articles:
|
|
- ./pages/*.md
|
|
template_selections:
|
|
article: templates.components.simple_article
|
|
|
|
robots_txt:
|
|
title: robots.txt
|
|
base_url: http://localhost:8000/robots.txt
|
|
web_root: ./dist
|
|
build_cache: ./site
|
|
assets:
|
|
- robots.txt
|
|
|
|
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
|
|
|
|
# TODO: add Jimoire Laboratoire
|
|
# TODO: add newsletter
|
|
|