mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
* PUSH NOTE : Meta.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Chords.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : About.md
2.1 KiB
2.1 KiB
| title | description | compartir | lastmod |
|---|---|---|---|
| Meta (how this site was made) | How the site was made. | true | 2023-09-20 |
[!summary]
Purple Garden 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.
Technologies
Purple Garden is built with the help of Quartz.
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.
Quartz Features
- Design based around Hugo
- Fast Natural-Language Search
- Bidirectional Backlinks
- Floating Link Previews
- Local and Page (specific) Graph
- Admonition-style Callouts
- Markdown Links and Wikilinks Support
- Latex Support
Appearance
Font Families
- Default Sans Serif:
-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif - Default Monospace:
ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace
Illustrations
The website makes use of the beautiful illustrations by Storyset.
Site Structure
root/
├── .github/
│ └── workflows/
├── assets/
│ ├── indices/
│ ├── js/
│ └── styles/
├── content/
│ └── assets/
├── data/
├── i18n/
├── layouts/
│ └── default/
│ ├── markup/
│ └── partials/
└── static/