* PUSH NOTE : Digital Garden.md * PUSH NOTE : markdown-showcase.md * PUSH NOTE : Public Journal.md * PUSH NOTE : The Moon (Earth).md * PUSH NOTE : NeoVim.md * PUSH NOTE : Meta.md * PUSH NOTE : Scry Your Tasks.md * PUSH NOTE : Rhizome.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Markdown.md * PUSH NOTE : Consistency.md * PUSH NOTE : Tools.md * PUSH NOTE : Writing with Outlines.md * PUSH NOTE : Guitar.md * PUSH NOTE : Poetry.md * PUSH NOTE : index.md * PUSH NOTE : Unlock Firefox Sidebar.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Free Facts.md * PUSH NOTE : Serif.md * PUSH NOTE : Sweep Your Mind.md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Continuous Care.md * PUSH NOTE : Chords.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : About.md * PUSH NOTE : SSD NVMe Comparison.md * PUSH NOTE : Aurora Borealis Sighting.md * DELETE FILE : content/Budding/Digital Garden.md * DELETE FILE : content/Markdown Showcase.md * DELETE FILE : content/Projects Overview.md
2.5 KiB
| title | description | compartir | updated | tags | |
|---|---|---|---|---|---|
| Meta (how this site was made) | How the site was made. | true | 2023-10-11 |
|
[!summary]
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 ./Seedlings/Static Site Generators was a game changer. I have ran my notes through Jekyll, Hugo, MkDocs, and most recently Zola.
However, this site is specifically not 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 version of Quartz—a set of tools that helps you publish your digital garden and notes as a website for free. Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.
Technology
All content for the site is written in ./Seedlings/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