-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopier.yaml
75 lines (75 loc) · 1.36 KB
/
copier.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# configurable parameters
docs_topic:
type: str
help: Topic of the documentation
default: abc
vault_name:
type: str
help: Name of the vault folder inside of the repository
default: "((( docs_topic.replace(' ', '-') )))-docs"
env_name:
type: str
help: Name of the environment
default: "((( docs_topic.replace(' ', '-') )))-docs-env"
primary_color:
type: str
help: Primary color for the mkdocs theme
choices:
- red
- pink
- purple
- deep purple
- indigo
- blue
- light blue
- cyan
- teal
- green
- light green
- lime
- yellow
- amber
- orange
- deep orange
- brown
- grey
- blue grey
- black
- white
accent_color:
type: str
help: Accent color for the mkdocs theme
choices:
- red
- pink
- purple
- deep purple
- indigo
- blue
- light blue
- cyan
- teal
- green
- light green
- lime
- yellow
- amber
- orange
- deep orange
- brown
- grey
- blue grey
- black
- white
# tasks executed by copier:
_tasks:
- "git init"
- "git add ."
- "git commit -m 'feat: initialize from docs-template version (((_copier_answers._commit)))'"
# copier settings:
_subdirectory: template
_templates_suffix: ""
_answers_file: ".copier_answers.yaml"
_envops:
variable_end_string: ")))"
variable_start_string: "((("