This commit is contained in:
jverzani
2022-07-24 19:03:28 -04:00
parent ac87e089ca
commit 5ee2963688
636 changed files with 18 additions and 719782 deletions

View File

@@ -5,10 +5,20 @@ To compile the pages through quarto
* author in `.jmd` files (to be run through pluto)
* run `julia make_qmd.jl` to convert to `.qmd` files
* compile with `quarto`
- The files in subdirectories are generated, they should not be edited
- The files in this main directory are quarto specific.
- `_book` and `_freeze` are conveniences
* run `quarto preview` to develop interactively (kinda slow!)
* run `quarto render` to render pages (not too bad)
# to publish
* bump the version number in `_quarto.yml`, `Project.toml`
* run `quarto publish gh-pages` to publish
* should also push project to github
* no need to push `_freeze` the repo, as files are locally rendered for now.
The files in subdirectories are generated, they should not be edited
The files in this main directory are quarto specific.
---