From 66dd6bcf2d8a5097524c3c42a6be84182b6282ab Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 19 Aug 2023 18:49:50 -0700 Subject: [PATCH] deprecate quartz v3 --- .github/workflows/deploy.yaml | 2 +- README.md | 8 ++++++-- config.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a0d219e24..504b3dfee 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/README.md b/README.md index 058b8ba7b..48526674f 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/config.toml b/config.toml index dbe989329..c01336bdf 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://three.quartz.jzhao.xyz/" languageCode = "en-us" relativeURLs = false disablePathToLower = true