feat: Updates default variable definitions

This commit is contained in:
2024-11-24 21:14:34 -05:00
parent 88cd7c9033
commit 2568d38911
5 changed files with 32 additions and 42 deletions

View File

@@ -36,11 +36,14 @@ build_dir_name: ".build"
work_dir: "{{ lookup('env', 'PWD') }}"
build_dir: "{{ work_dir }}/{{ build_dir_name }}"
# NOTE: These generally do not need changed, unless debugging or customizing files.
# Such as you want to add new definitions or customize the footer.
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: "{{ work_dir }}/Report.md"
footer_path: "templates/footer.tex"
head_path: "files/head.tex"
definitions_path: "files/Definitions.md"
default_vars_path: "files/vars.default.yml"
default_vault_path: "files/vault.default.yml"
default_vault_vars_path: "files/vars.vault.yml"