From b444c5c13b983bf80df8b6d020eb246e9fd3e78e Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 23 Aug 2023 06:34:28 +0000
Subject: [PATCH] fix: percent-encoding for files with %, contentIndex for non-latin chars (closes #397, closes #399)

---
 content/index.md |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/content/index.md b/content/index.md
index 4568151..e5b9dfe 100644
--- a/content/index.md
+++ b/content/index.md
@@ -2,7 +2,7 @@
 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
 
@@ -13,7 +13,6 @@
 ```shell
 git clone https://github.com/jackyzha0/quartz.git
 cd quartz
-git checkout v4-alpha
 npm i
 npx quartz create
 ```

--
Gitblit v1.10.0