10 lines
407 B
YAML
10 lines
407 B
YAML
|
|
---
|
||
|
|
# CV / resume static site (native, replaces minikube Deployment)
|
||
|
|
# Caddy serves cv_content_dir directly via the static-kind service block.
|
||
|
|
|
||
|
|
cv_version: "v1.0.3"
|
||
|
|
cv_release_url: "https://forge.eblu.me/api/packages/eblume/generic/cv/{{ cv_version }}/cv-{{ cv_version }}.tar.gz"
|
||
|
|
|
||
|
|
cv_home: /Users/erichblume/cv
|
||
|
|
cv_content_dir: "{{ cv_home }}/content"
|
||
|
|
cv_version_sentinel: "{{ cv_home }}/.installed-version"
|