36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
# Quartz v4
|
|
|
|
> “[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
|
|
|
|
Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free.
|
|
|
|
🔗 Read the documentation and get started: https://quartz.jzhao.xyz/
|
|
|
|
[Join the Discord Community](https://discord.gg/cRFFHYye7t)
|
|
|
|
## MINE
|
|
|
|
Fill these placeholders before using this branch for your own site:
|
|
|
|
- `quartz.config.ts`
|
|
- `pageTitle: "TITLE"`
|
|
- `baseUrl: "YOUR-DOMAIN.com"`
|
|
- `quartz/i18n/locales/en-US.ts`
|
|
- `components.explorer.title = "TITLE"`
|
|
- `quartz/components/RuinsFooter.tsx`
|
|
- replace `FOOTER TEXT`
|
|
- `quartz/components/RuinsDarkmode.tsx`
|
|
- replace `LIGHT LABEL`
|
|
- replace `DARK LABEL`
|
|
|
|
The color palette is intentionally left as-is. `quartz.config.ts` and `quartz/styles/custom.scss`
|
|
also include short comments describing what the custom knobs affect.
|
|
|
|
## Sponsors
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/sponsors/jackyzha0">
|
|
<img src="https://cdn.jsdelivr.net/gh/jackyzha0/jackyzha0/sponsorkit/sponsors.svg" />
|
|
</a>
|
|
</p>
|