Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3199b5e542 |
@@ -4,5 +4,5 @@ Copier template for a `caddy/` directory: a portable `site.caddy` for the projec
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
copier copy --trust -d project_slug=my_thing -d 'routes=["api","frontend"]' <this-repo> <dest>
|
copier copy --trust -d project_slug=my_thing -d 'routes=["api","frontend"]' <this-repo> <dest>
|
||||||
copier update -a .copier-answers.caddy.yml
|
copier update -a .copier/caddy.yml
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
_subdirectory: template
|
_subdirectory: template
|
||||||
_templates_suffix: .jinja
|
_templates_suffix: .jinja
|
||||||
_answers_file: .copier-answers.caddy.yml
|
_answers_file: .copier/caddy.yml
|
||||||
_envops:
|
_envops:
|
||||||
keep_trailing_newline: true
|
keep_trailing_newline: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user