quartz/content/Meta.md
Miguel Pimentel e0f31f5576
Pull-Request [ariasae-9-20-2023] from Obsidian (#3)
* PUSH NOTE : Rhizome.md

* PUSH NOTE : Upcoming Concerts.md

* PUSH NOTE : Scry Your Tasks.md

* PUSH NOTE : Rhombic Dodecahedron d12.md

* PUSH NOTE : Rhizomatic Learning.md

* PUSH NOTE : Move Your Body.md

* PUSH NOTE : Markdown.md

* PUSH NOTE : Consistency.md

* PUSH NOTE : Meta.md

* PUSH NOTE : index.md

* PUSH NOTE : Chuckwalla.md
2023-09-20 14:22:32 -05:00

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/
```