feat: Updates default variable definitions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user