mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-01 02:07:55 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66dd6bcf2d | ||
|
|
bb3877998a | ||
|
|
9450278680 |
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
FROM alpine:3.16
|
||||
|
||||
RUN apk add --no-cache go hugo git make perl
|
||||
RUN git config --global --add safe.directory '/quartz'
|
||||
RUN go install github.com/jackyzha0/hugo-obsidian@latest
|
||||
ENV PATH="/root/go/bin:$PATH"
|
||||
RUN git clone https://github.com/jackyzha0/quartz.git /quartz
|
||||
|
||||
@@ -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*
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// Replace this with your own font imports!
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600&display=swap');
|
||||
:root {
|
||||
--font-body: "Source Sans Pro";
|
||||
--font-header: "Inter";
|
||||
--font-mono: "Fira Code"
|
||||
--font-body: "Source Sans Pro", sans-serif;
|
||||
--font-header: "Inter", sans-serif;
|
||||
--font-mono: "Fira Code", monospace;
|
||||
}
|
||||
|
||||
// typography
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
baseURL = "https://quartz.jzhao.xyz/"
|
||||
baseURL = "https://three.quartz.jzhao.xyz/"
|
||||
languageCode = "en-us"
|
||||
relativeURLs = false
|
||||
disablePathToLower = true
|
||||
|
||||
Reference in New Issue
Block a user