From 02b51b2c60b49b16b939a668bbd467e7da0e0ae3 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Tue, 28 Nov 2023 15:57:44 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)