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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user