35 lines
806 B
YAML
35 lines
806 B
YAML
author: Jim Shepich III
|
|
templates_folder: ./site/templates
|
|
sites:
|
|
main:
|
|
title: Jimlab
|
|
base_url: http://localhost:8000
|
|
web_root: ./dist
|
|
build_cache: ./site
|
|
assets:
|
|
- /assets
|
|
articles:
|
|
- ./pages/*.md
|
|
template_selections:
|
|
article: templates.components.simple_article
|
|
|
|
resume:
|
|
title: Resume
|
|
base_url: http://localhost:8000
|
|
web_root: ./dist
|
|
git_repo: ssh://gitea/jim/resume.git
|
|
build_cache: ./build/resume
|
|
assets:
|
|
- 'shepich_resume.pdf'
|
|
|
|
dogma_jimfinium:
|
|
title: Dogma Jimfinium
|
|
base_url: http://localhost:8080/dogma-jimfinium
|
|
git_repo: ssh://gitea/jim/dogma-jimfinium.git
|
|
build_cache: ./build/dogma-jimfinium
|
|
web_root: ./dist/dogma-jimfinium
|
|
assets:
|
|
- assets
|
|
articles:
|
|
- '*.md'
|
|
|