We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3171347 + 328be88 commit 2ab5acbCopy full SHA for 2ab5acb
README.md
@@ -181,6 +181,8 @@ If you `git add -f site/my-ns/my-post.qmd`,
181
it will prevent the source `src/my-ns/my-post.clj` file from executing in the publish process.
182
Only you will run the code locally (where you have secrets and large files available).
183
184
+If your notebook displays locally stored images, you will also need to commit these. Quarto puts them under `site/my-ns/my-post_files`.
185
+
186
See [Some notebooks should only be run locally](https://clojurecivitas.github.io/scicloj/clay/skip_if_unchanged_example.html) for more detail.
187
188
### Styling and other features
0 commit comments