public_notes/content/index.md

27 lines
923 B
Markdown
Raw Normal View History

---
title: Welcome to Quartz
---
2022-04-03 09:38:39 +09:00
Quartz is a framework for turning Markdown content into a website.
2022-04-03 09:00:14 +09:00
- reduce the friction to go from notes to site
- should work for everyone, from non-technical people to senior developers
- customizability and extensibility
2021-07-19 00:54:00 +09:00
See some of the [amazing gardens that community members](showcase.md) have published with Quartz or read about [[philosophy|why I made Quartz]] to begin with.
2022-07-20 01:03:19 +09:00
> [!info] You are currently looking at the documentation for Quartz 4
> If you're looking for Quartz 3, you can find the source for that version on the `hugo` branch. Alternatively, you can browse [an archived version of the old documentation on the Wayback Machine](https://web.archive.org/web/20230628023708/https://quartz.jzhao.xyz/).
2021-10-25 15:17:20 +09:00
## Installation
Ready to get started?
2021-12-28 05:59:19 +09:00
Prerequisites:
- Node >v16
```shell
git clone https://github.com/jackyzha0/quartz.git
cd quartz
npm i
npx quartz create
```