| | |
| | | title: Welcome to Quartz 4 |
| | | --- |
| | | |
| | | Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are [[showcase|already using Quartz]] to publish personal notes, wikis, and [digital gardens](https://jzhao.xyz/posts/networked-thought/) to the web. |
| | | Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are [[showcase|already using Quartz]] to publish personal notes, wikis, and [digital gardens](https://jzhao.xyz/posts/networked-thought) to the web. |
| | | |
| | | ## 🪴 Get Started |
| | | |
| | |
| | | ```shell |
| | | git clone https://github.com/jackyzha0/quartz.git |
| | | cd quartz |
| | | git checkout v4-alpha |
| | | npm i |
| | | npx quartz create |
| | | ``` |
| | |
| | | - [[SPA Routing|Ridiculously fast page loads]] and tiny bundle sizes |
| | | - Fully-customizable parsing, filtering, and page generation through [[making plugins|plugins]] |
| | | |
| | | For a comprehensive list of features, visit the [features page](/features). You can read more the _why_ behind these features on the [[philosophy]] page and a technical overview on the [[architecture]] page. |
| | | For a comprehensive list of features, visit the [features page](/features). You can read more about the _why_ behind these features on the [[philosophy]] page and a technical overview on the [[architecture]] page. |
| | | |
| | | ### 🚧 Troubleshooting + Updating |
| | | |