File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - name : Build CSS
2020 run : npx @tailwindcss/cli -m -i input.css -o static/main.css
2121 - name : Download Zola
22- run : curl -fsSL https://github.com/getzola/zola/releases/download/v0.20.0 /zola-v0.20.0 -x86_64-unknown-linux-gnu.tar.gz | tar xz
22+ run : curl -fsSL https://github.com/getzola/zola/releases/download/v0.22.1 /zola-v0.22.1 -x86_64-unknown-linux-gnu.tar.gz | tar xz
2323 - name : Build site
2424 run : ./zola build
2525 - name : Upload static files as artifact
26- uses : actions/upload-pages-artifact@v3
26+ uses : actions/upload-pages-artifact@v4
2727 with :
2828 path : website/public/
2929
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ compile_sass = false
66build_search_index = false
77
88[markdown ]
9- highlight_code = true
10- highlight_theme = " dracula"
11-
129insert_anchor_links = " heading"
1310
11+ [markdown .highlighting ]
12+ theme = " dracula"
13+
1414[extra ]
1515logo_path = " images/happy_ferris.svg"
1616
Original file line number Diff line number Diff line change 4141 @apply md:w-3/4 lg:w-3/5;
4242 }
4343 blockquote {
44- @apply px-3 pt-2 pb-0.5 mb-4 mt-2 border-s-4 border-white/80 bg-white/7 rounded-sm;
44+ @apply px-3 pt-2 pb-px mb-4 mt-2 border-s-4 border-white/80 bg-white/7 rounded-sm;
4545 }
4646
4747 pre {
48- @apply px-2 pt-2 pb-px overflow-x-auto text-sm sm:text-base rounded-sm mt-2 mb-4 after:content-[attr (data-lang)] after:text-[8px ] after:opacity-40 selection:bg-white/15;
49- }
50- pre code mark {
51- @apply pb-0.5 pt-1 pr-px text-inherit rounded-xs;
48+ @apply px-2 pt-2 pb-1.5 overflow-x-auto text-sm sm:text-base rounded-sm mt-2 mb-4 selection:bg-white/15;
5249 }
5350}
54-
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@tailwindcss/cli" : " ^4.1 "
3+ "@tailwindcss/cli" : " ^4"
44 }
55}
You can’t perform that action at this time.
0 commit comments