Public Access
1
0

feat: add syntax highlighting plugin and styles for code blocks

This commit is contained in:
2025-08-24 22:44:22 -04:00
parent 9d0d27c7b5
commit 43f290526b
5 changed files with 151 additions and 3 deletions

View File

@@ -47,6 +47,7 @@
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<link rel="stylesheet" href="/css/prism-tomorrow.css">
</head>
<body class="antialiased">
<!-- Header & Nav -->