mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 06:56:40 +00:00
feat: add blog page
This commit is contained in:
parent
e8157d31ff
commit
96e7d906b3
3 changed files with 25 additions and 0 deletions
|
|
@ -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
23
src/pages/blog.astro
Normal 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>
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
<body>
|
||||
<a href="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/blog">Blog</a>
|
||||
|
||||
<h1>Orbital Orbit</h1>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue