Abstract
Forgetful Notes is created using Quartz, hosted on GitHub, deployed with GitHub Pages, and facilitated by the GitHub Publisher plugin for Obsidian. If interested, you can browse the source code.
Background
Forgetful Notes has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of Static Site Generators was a game changer. I have ran my notes through Jekyll, Hugo, MkDocs, and most recently Zola.
However, this site is not specifically built with any of the aforementioned. Instead I have opted to follow in the footsteps of Jacky Zhao and created my Digital Garden using the new fully rewritten Quartzโa set of tools that helps you publish your digital garden and notes as a website for free.
Technology
All content for the site is written in Markdown within Obsidianโan extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the GitHub Publisher plugin.
The source code is hosted in GitHub. From here we use GitHub Actions to build and deploy the site to GitHub Pages.
Features
- Fast Natural-Language Search
- Bidirectional Backlinks
- Floating Link Previews
- Admonition-style Callouts
- Markdown Links and Wikilinks Support
- Latex Support
File Structure
root/
โโโ .github/
โ โโโ workflows/
โโโ content/
| โโโ notes
โโโ docs/
| โโโ documentation
โโโ quartz/
| โโโ components/
| โโโ plugins/
| โโโ styles/
โโโ quartz.config.ts
โโโ quartz.layout.ts
โโโ package.json