quartz-research-note/content/index.md

27 lines
923 B
Markdown
Raw Normal View History

---
title: Welcome to Quartz
---
2022-04-03 00:38:39 +00:00
Quartz is a framework for turning Markdown content into a website.
2022-04-03 00:00:14 +00: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-18 15:54:00 +00: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-19 16:03:19 +00: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 06:17:20 +00:00
## Installation
Ready to get started?
2021-12-27 20:59:19 +00:00
Prerequisites:
- Node >v16
```shell
git clone https://github.com/jackyzha0/quartz.git
cd quartz
npm i
npx quartz create
```