feat: Reorganizes files
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
document_title: "Home Performance Report"
|
||||
|
||||
template:
|
||||
path: "{{ lookup('env', 'HOME') }}/projects/consult-template/"
|
||||
vars: repo_vars
|
||||
|
||||
# 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
|
||||
@@ -11,10 +15,21 @@ document_title: "Home Performance Report"
|
||||
# dest: "FileName"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
copy_on_setup:
|
||||
- "Report.md"
|
||||
- "vars.yml"
|
||||
- "vault.yml"
|
||||
- src: project.justfile
|
||||
- src: "project_files/Report.md"
|
||||
dest: "Report.md"
|
||||
- src: "project_files/vars.yml"
|
||||
dest: "vars.yml"
|
||||
- src: "project_files/vault.yml"
|
||||
dest: "vault.yml"
|
||||
- src: "project_directories/img/"
|
||||
dest: img
|
||||
- src: "project_directories/Airflow/"
|
||||
dest: Airflow
|
||||
- src: "project_directories/ManJ/"
|
||||
dest: ManJ
|
||||
- src: project_files/project.gitignore
|
||||
dest: .gitignore
|
||||
- src: project_files/project.justfile
|
||||
dest: justfile
|
||||
|
||||
# Files to copy to the build directory when building a consult document.
|
||||
@@ -28,6 +43,9 @@ copy_on_setup:
|
||||
copy_on_build:
|
||||
- "{{ template.path }}/Definitions.md"
|
||||
- "{{ template.path }}/head.tex"
|
||||
- "{{ template.path }}/img"
|
||||
- "{{ template.path }}/Airflow"
|
||||
- "{{ template.path }}/ManJ"
|
||||
|
||||
# Files to fill with their template values and copy to the build directory.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user