ConvexConsiderations Quarto Blog Setup
meta
programming
blog
Building the Blog in Quarto
Guidelines
Categories
- about
- meta
- notes
- programming
- presentations
- publications
- dev
Defines containing folder
Remember
In post yaml, to add table of contents:
toc: true
toc-depth: 2
Utterances for comments
See help.
<script src="https://utteranc.es/client.js"
repo="[ENTER REPO HERE]"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async>
</script>