quartz/content/Meta.md
Miguel Pimentel 81114181d2
Pull-Request [ariasae-9-21-2023] from Obsidian (#6)
* PUSH NOTE : Public Journal.md

* PUSH NOTE : Projects Overview.md

* PUSH NOTE : Meta.md

* PUSH NOTE : Health and Wellness.md

* PUSH NOTE : Rhombic Dodecahedron d12.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 : Guitar.md

* PUSH NOTE : Writing with Outlines.md

* PUSH NOTE : Poetry.md

* PUSH NOTE : Meditation.md

* PUSH NOTE : Procrastination.md

* PUSH NOTE : index.md

* PUSH NOTE : Grammar.md

* PUSH NOTE : Micropolitan Statistical Area.md

* PUSH NOTE : About.md
2023-09-21 23:38:50 -05:00

2.1 KiB

title description compartir lastmod tags
Meta (how this site was made) How the site was made. true 2023-09-20 meta

[!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/