Jacky Zhao
2023-08-21 ce7057107266c1d96a909977add472af83f0e9f9
docs: use canonical quartz.jzhao.xyz, update bootstrap script to point to correct hosting link
2 files modified
4 ■■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
quartz/bootstrap-cli.mjs 2 ●●● patch | view | raw | blame | history
README.md
@@ -7,7 +7,7 @@
**If you are looking for Quartz v3, you can find it on the [`hugo` branch](https://github.com/jackyzha0/quartz/tree/hugo).**
🔗 Read the documentation and get started: https://four.quartz.jzhao.xyz/
🔗 Read the documentation and get started: https://quartz.jzhao.xyz/
[Join the Discord Community](https://discord.gg/cRFFHYye7t)
quartz/bootstrap-cli.mjs
@@ -255,7 +255,7 @@
    outro(`You're all set! Not sure what to do next? Try:
   â€¢ Customizing Quartz a bit more by editing \`quartz.config.ts\`
   â€¢ Running \`npx quartz build --serve\` to preview your Quartz locally
   â€¢ Hosting your Quartz online (see: https://quartz.jzhao.xyz/setup/hosting)
   â€¢ Hosting your Quartz online (see: https://quartz.jzhao.xyz/hosting)
`)
  })
  .command("update", "Get the latest Quartz updates", CommonArgv, async (argv) => {