Skip to content

Commit eb09250

Browse files
committed
Quartz sync: May 17, 2025, 12:16 PM
1 parent b13c090 commit eb09250

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- v4
8+
env:
9+
THEME_NAME: atom
810

911
permissions:
1012
contents: read
@@ -27,6 +29,8 @@ jobs:
2729
node-version: 22
2830
- name: Install Dependencies
2931
run: npm ci
32+
- name: Fetch Quartz Theme
33+
run: curl -s -S https://raw.githubusercontent.com/saberzero1/quartz-themes/master/action.sh | bash -s -- $THEME_NAME
3034
- name: Build Quartz
3135
run: npx quartz build
3236
- name: Upload artifact

quartz/styles/custom.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,8 @@
22

33
// put your custom CSS here!
44
footer {
5-
text-align: left;
6-
margin-bottom: 4rem;
7-
opacity: 0.7;
8-
95
& p {
106
font-size: x-small;
117
}
128

13-
& ul {
14-
list-style: none;
15-
margin: 0;
16-
padding: 0;
17-
display: flex;
18-
flex-direction: row;
19-
gap: 1rem;
20-
margin-top: -1rem;
21-
}
229
}

0 commit comments

Comments
 (0)