Quartz Migration
I Migrated this site from a custom built script to Quartz, which is a static site generator that converts markdown (i write them using obsidian).
- Quartz’s documentation provides a good details on how to use cloudflare to automatically build and publish the site when changes are pushed to my github repository.
- used the
alias
metadata to rewrite some URLs - I’m glad that Quartz’s preferred frontmatter is almost the same as mine —
title
,date
,tags
,draft
for all the keys that matter. - All the standalone/static HTML files (example) will continue to be standalone. No changes were required there.
- Overall the experience has been positive.