feat: Update variable definitions

This commit is contained in:
2024-11-24 20:09:19 -05:00
parent 4d011d2f75
commit 88cd7c9033
4 changed files with 30 additions and 36 deletions

View File

@@ -32,15 +32,15 @@ home:
lair: "1:1"
# NOTE: These generally do not need changed, unless debugging.
config:
build_dir_name: ".build"
work_dir: "{{ lookup('env', 'PWD') }}"
build_dir: "{{ config.work_dir }}/{{ config.build_dir_name }}"
build_dir_name: ".build"
work_dir: "{{ lookup('env', 'PWD') }}"
build_dir: "{{ work_dir }}/{{ build_dir_name }}"
config:
# NOTE: These generally do not need changed, unless debugging or customizing files.
# Such as you want to add new definitions or customize the footer.
paths:
report_path: "{{ config.work_dir }}/Report.md"
report_path: "{{ work_dir }}/Report.md"
footer_path: "templates/footer.tex"
head_path: "files/head.tex"
definitions_path: "files/Definitions.md"