Rewrite site. Again. With JS and Vite

This commit is contained in:
2026-08-11 02:35:44 -04:00
parent a433a534a7
commit 7e9e744f0d
46 changed files with 1657 additions and 1523 deletions
+8
View File
@@ -0,0 +1,8 @@
.article-page .code-block pre[class*='language-'] {
background: transparent;
margin: 0;
}
.article-page .code-block code[class*='language-'] {
font-family: 'Iosevka', 'SFMono-Regular', Consolas, monospace;
}