feat: Initial commit
This commit is contained in:
42
repo_vars/vars.yml
Normal file
42
repo_vars/vars.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
|
||||
document_title: "Home Performance Report"
|
||||
|
||||
# Files to copy to the project directory when setting up a new consult project.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "FileName"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
copy_on_setup:
|
||||
- "Report.md"
|
||||
- "vars.yml"
|
||||
- "vault.yml"
|
||||
- src: project.justfile
|
||||
dest: justfile
|
||||
|
||||
# Files to copy to the build directory when building a consult document.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "Name"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
copy_on_build:
|
||||
- "{{ template.path }}/Definitions.md"
|
||||
- "{{ template.path }}/head.tex"
|
||||
|
||||
# Files to fill with their template values and copy to the build directory.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "Name"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
template_on_build:
|
||||
- "{{ template.path }}/footer.tex"
|
||||
- "{{ project_dir }}/Report.md"
|
||||
Reference in New Issue
Block a user