Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesklar committed Nov 29, 2023
2 parents bc7fa71 + 02b51b2 commit 8f01aae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 8f01aae

Please sign in to comment.