File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - v4
8+ env :
9+ THEME_NAME : atom
810
911permissions :
1012 contents : read
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
Original file line number Diff line number Diff line change 22
33// put your custom CSS here!
44footer {
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}
You can’t perform that action at this time.
0 commit comments