41 lines
958 B
YAML
41 lines
958 B
YAML
---
|
|
|
|
# Stores variables related to the template directory, which is used
|
|
# to setup projects and store commonly used files.
|
|
#
|
|
# WARNING: Update the path to where you store your template.
|
|
#
|
|
# template:
|
|
# path: "/path/to/template/dir
|
|
# vars: "repo_vars"
|
|
# repo: (optional if using a repo as a template)
|
|
template:
|
|
path: "/path/to/template/on/local/disk"
|
|
vars: "repo_vars"
|
|
# When using a git repository as a template dir. In general, it's
|
|
# probably best to pin to a particular version of the repo template
|
|
# instead of a branch.
|
|
#
|
|
# repo:
|
|
# url: "https://example.com/repo.git"
|
|
# version: "main"
|
|
repo: {}
|
|
|
|
author_name: "{{ vault_author_name }}"
|
|
|
|
company: "{{ vault_company }}"
|
|
|
|
links:
|
|
images:
|
|
logo: "img/logo.png"
|
|
trueflow: "img/trueflow.png"
|
|
trueflow_forecast: "img/forecast.png"
|
|
documents: "{{ vault_document_links }}"
|
|
|
|
customer: "{{ vault_customer }}"
|
|
|
|
home:
|
|
square_feet: "3,000"
|
|
cfm50: "3,000"
|
|
lair: "1:1"
|