deprecate quartz v3

This commit is contained in:
Jacky Zhao 2023-08-19 18:49:50 -07:00
parent bb3877998a
commit 66dd6bcf2d
3 changed files with 8 additions and 4 deletions

View File

@ -36,4 +36,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master # deploying branch
cname: quartz.jzhao.xyz
cname: three.quartz.jzhao.xyz

View File

@ -1,4 +1,8 @@
# Quartz
# Quartz 3
> [!warning]
> Quartz v3 is now deprecated and will no longer be maintained.
> See how to migrate to [Quartz 4](https://quartz.jzhao.xyz)
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
@ -12,7 +16,7 @@ Check out some of the [amazing gardens that community members](https://quartz.jz
> “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming
🔗 Get Started: https://quartz.jzhao.xyz/
🔗 Get Started: https://three.quartz.jzhao.xyz/
![Quartz Example Screenshot](./screenshot.png)*Quartz Example Screenshot*

View File

@ -1,4 +1,4 @@
baseURL = "https://quartz.jzhao.xyz/"
baseURL = "https://three.quartz.jzhao.xyz/"
languageCode = "en-us"
relativeURLs = false
disablePathToLower = true