🏗 Restructure project, change font to Maple Mono

This commit is contained in:
2025-08-29 12:37:17 -04:00
parent 0733e44d8b
commit b8445f4a1b
63 changed files with 1522 additions and 842 deletions
+3 -5
View File
@@ -1,6 +1,5 @@
---
import '@styles/global.css';
import { ClientRouter } from 'astro:transitions';
import '../global.css';
import Header from '@components/Header.astro';
import Footer from '@components/Footer.astro';
@@ -23,16 +22,15 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="robots" content="noindex" /><meta
name="description"
content="My personal blog about life, gaming, tech, and whatever else I feel like writing about."
content="My little space on the World Wide Web."
/><link
rel="alternate"
type="application/rss+xml"
title="ghall.space - RSS"
href={`${Astro.site}rss.xml`}
/><title>{`ghall.space - ${title}`}</title>
<ClientRouter />
</head>
<body class="layout-simple" transition:animate="fade">
<body class="layout-simple">
<Header />
<main>
<slot />