Moving to Quarto
blog
quarto
jekyll
I’ve grown quite fond of Quarto for doing presentations, so I’m migrating my blog from Jekyll to Quarto. A few hints for anyone who wants to do the same:
- You can create directory structures for old posts that mirror any permalinks you had set in Jekyll. For example, I created a directory
2015/08
and put my post from then there, renamed to ensure the generatedhtml
file ends up with desired name (ryouri_book.html
in this case). - Configure listings to include old content manually. See Quarto docs on YAML Listing Content for details.
- You can use
categories
much the same way as Jekylltags
. - Any non-Quarto content you want Quarto to just copy over needs to be listed in
_quarto.yml
underproject
->resources
.