feat: add blog page

This commit is contained in:
Ruidy 2024-12-31 00:46:13 +01:00
parent e8157d31ff
commit 96e7d906b3
No known key found for this signature in database
GPG key ID: E00F51288CB857CC
3 changed files with 25 additions and 0 deletions

View file

@ -13,6 +13,7 @@
<body>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/blog">Blog</a>
<h1>About me</h1>
<h2>... and my new website!</h2>

23
src/pages/blog.astro Normal file
View file

@ -0,0 +1,23 @@
---
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/blog">Blog</a>
<h1>Blog posts</h1>
<p>This is a list of my blog posts.</p>
</body>
</html>

View file

@ -13,6 +13,7 @@
<body>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/blog">Blog</a>
<h1>Orbital Orbit</h1>
</body>