diff --git a/README.md b/README.md index b224e30..6e058ab 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # confirmlabs -- committing and pushing to the `main` branch will trigger an Actions workflow that will update the main website. +We use Quarto for running this website. To write a new post: +- create an .ipynb or .md file in the `posts/` folder. +- copy the header from one of the existing posts. Edit to set the date and author and such. +- leave the `bibliography` portion of the header. Then, you can add and cite articles in the `biblio.bib` file. - for local preview: - `brew install quarto` - `quarto preview` +- committing and pushing to the `main` branch will trigger an Actions workflow that will update the main website. + +## More info: + - [the quarto guide is great](https://quarto.org/docs/guide/) - [good blog post](https://blog.djnavarro.net/posts/2022-04-20_porting-to-quarto/#fnref1)