feat: ✨ add files with copier variables#127
Conversation
8989e5c to
865a4c5
Compare
.vscode/settings.json
Outdated
| "python.languageServer": "Pylance", | ||
| "files.insertFinalNewline": true, | ||
| "files.associations": { | ||
| "justfile.jinja": "django-txt", |
There was a problem hiding this comment.
What is that? django-txt? Does that include a dependency on Django in some way? And why Django?
There was a problem hiding this comment.
If you happen to have a Django template extension, it gives nicer syntax highlighting than plaintext, otherwise defaults to plaintext. But you're right, we should just put plaintext. I couldn't find a better jinja- one. (The one it chooses automatically autoformats the file in a bad way.)
Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
…oject/template-python-package into feat/template-variable-files
|
Oh I see: sometimes running |
|
@martonvago I noticed that too. Because it is a shell script, if there is an error at some point, it keeps going. So that means committing things even if the |
|
Ah makes sense, I'll have a think too |
| project: | ||
| type: website | ||
| # Delete auto-generated files from `quartodoc` | ||
| post-render: rm -f docs/reference/*.qmd |
There was a problem hiding this comment.
I believe that this doesn't work, I think Quarto turns off the use of rm in post-rendering.
lwjohnst86
left a comment
There was a problem hiding this comment.
There's a decent amount of this that could be updated based on what we've learned in template-website. But it's been long living enough here, so I'll merge it in.
Thanks! Yeah, I thought it would be easier to update once this is merged in |
Description
This PR adds
copier.yamland template files that depend on it.Some related config is also tidied up.
Closes #33
Checklist
just run-all