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
64 lines
2.1 KiB
Markdown
64 lines
2.1 KiB
Markdown
---
|
|
title: Meta (how this site was made)
|
|
description: How the site was made.
|
|
compartir: true
|
|
lastmod: 2023-09-20
|
|
---
|
|
|
|
> [!summary]
|
|
>
|
|
> **Purple Garden** is created using [Quartz](https://github.com/jackyzha0/quartz), hosted on [GitHub](https://github.com/), deployed with [GitHub Pages](https://pages.github.com/), and facilitated by the GitHub [Publisher](https://github.com/ObsidianPublisher) plugin for [Obsidian](https://obsidian.md/). If interested, you can browse the [source](https://github.com/semanticdata/forgetful-notes) code.
|
|
|
|
## Technologies
|
|
|
|
**Purple Garden** is built with the help of [Quartz](https://github.com/jackyzha0/quartz).
|
|
|
|
All content for the site is written in [[Markdown]] within [Obsidian](https://obsidian.md/)—an extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the [GitHub Publisher](https://github.com/ObsidianPublisher) plugin.
|
|
|
|
The [source code](https://github.com/semanticdata/forgetful-dev) is hosted in [GitHub](https://github.com/). From here we use GitHub [Actions](https://github.com/features/actions) to build and deploy the site to GitHub [Pages](https://pages.github.com/).
|
|
|
|
### Quartz Features
|
|
|
|
* Design based around [Hugo](https://gohugo.io/)
|
|
* 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 <a href="https://storyset.com/people">Storyset</a>.
|
|
|
|
## Site Structure
|
|
|
|
```
|
|
root/
|
|
├── .github/
|
|
│ └── workflows/
|
|
├── assets/
|
|
│ ├── indices/
|
|
│ ├── js/
|
|
│ └── styles/
|
|
├── content/
|
|
│ └── assets/
|
|
├── data/
|
|
├── i18n/
|
|
├── layouts/
|
|
│ └── default/
|
|
│ ├── markup/
|
|
│ └── partials/
|
|
└── static/
|
|
```
|