I write this site from Obsidian and publish it with Quartz to GitHub Pages. You can check out the repo I publish the site from here.
If you’d like to keep up with technical updates to this site I’m tracking them here.
Quartz customizations
If you’d like to check out my custom Quartz components, you can view them on GitHub.
Page cleanup, please ignore :)
Moving these to projects under This Site
Changes to upstream
Allow disabling page count indicator in the Folder view
- Allow disabling page count indicator in the Folder view
I just needed to expose the
showFolderCount
prop via theFolderPage
emitter. I should do this for Tag views as well.Allow configuring the favicon
- Allow configuring the favicon
This was just adding
staticRoot
andfaviconName
values to the config and replacing the hard-coded values inquartz/components/Head.tsx
. I should also do this forog-image.png
.