Design pass: visual alignment with the Ghost blog

Fixed-dark theme matching blog.c0smere.net (Source theme + injections):
bg #0b0d12, white/64%-white text, accent green #218107 (links lifted to
#2fa50f for contrast). Self-hosted JetBrains Mono + Libre Baskerville —
the same woff2 files the blog serves. Site header with logo + nav
mirroring gh-head; serif-italic quotes; blog-style borderless tables;
single dark shiki/mermaid theme; homepage styled as a typographic feed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wes
2026-07-21 21:38:04 -04:00
co-authored by Claude Fable 5
parent 0a57aa9db1
commit 601922e607
10 changed files with 413 additions and 166 deletions
+2 -3
View File
@@ -13,8 +13,7 @@ export default defineConfig({
markdown: {
remarkPlugins: [[remarkObsidian, { slugMap }], remarkMath],
rehypePlugins: [rehypeKatex],
shikiConfig: {
themes: { light: 'github-light', dark: 'github-dark' },
},
// single dark theme — the site is fixed-dark to match blog.c0smere.net
shikiConfig: { theme: 'github-dark' },
},
});