docs: add What's New in Quartz 5 page for release

Covers the plugin ecosystem, YAML configuration, Obsidian compatibility,
page type system, layout system, performance, CLI, i18n, new plugins,
and plugin development changes. Also updates home page clone command
for v5 as default branch.
This commit is contained in:
saberzero1
2026-05-24 18:37:33 +02:00
parent ed0f27c05f
commit ee683e0e86
3 changed files with 182 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ Quartz is a fast, batteries-included static-site generator that transforms Markd
Quartz requires **at least [Node](https://nodejs.org/) v22** and `npm` v10.9.2 to function correctly. Ensure you have these installed on your machine before continuing.
```shell
# 1. Clone the Quartz repository (v5 branch)
git clone -b v5 https://github.com/jackyzha0/quartz.git
# 1. Clone the Quartz repository
git clone https://github.com/jackyzha0/quartz.git
cd quartz
# 2. Install dependencies