Skip to content

Commit 1436d4f

Browse files
committed
Home Page Setup
1 parent 56693ce commit 1436d4f

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-10
lines changed

src/pages/blog.astro

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
3+
---
4+
5+
<html lang="en">
6+
<head>
7+
<meta charset="utf-8"/>
8+
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
9+
<meta name="viewport" content="width=device-width"/>
10+
<meta name="generator" content={Astro.generator}/>
11+
<title>Astro</title>
12+
</head>
13+
<body>
14+
15+
<h1>Blog</h1>
16+
<p>This is where I drop posts about my personal life, what I'm thinking about, and how its shaping my universe.</p>
17+
<p>I think this would be a good place to comment on different world building tidbits that I enjoy. I can muse on topics in a longer format or maybe even drop a book review here and there.</p>
18+
</body>

src/pages/index.astro

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@
33
---
44

55
<html lang="en">
6-
<head>
7-
<meta charset="utf-8" />
8-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9-
<meta name="viewport" content="width=device-width" />
10-
<meta name="generator" content={Astro.generator} />
11-
<title>Astro</title>
12-
</head>
13-
<body>
14-
<h1>My Universe</h1>
15-
</body>
6+
<head>
7+
<meta charset="utf-8"/>
8+
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
9+
<meta name="viewport" content="width=device-width"/>
10+
<meta name="generator" content={Astro.generator}/>
11+
<title>Astro</title>
12+
</head>
13+
<body>
14+
<a href="/blog">Blog</a>
15+
16+
17+
<h1>My Universe</h1>
18+
19+
<p>I've grown up with a love for epic fantasy world building. As a kid I was captured by the magic, history, and stories in Harry Potter, Eragon, and Warcraft 3</p>
20+
<p>Later I grew to appreciate the masters of the world building craft. Lord of the Rings, The Cosmere, The Wheel of Time, and The Warhammer Universe</p>
21+
<p>In the creation story in the book of Genesis, God created man in his image. God spoke and it was created. All of creation was accomplished with words. As beings created in his image we can use our words to create our own universes as well</p>
22+
23+
<p>Along the way I've picked up my favorite pieces, added my own ideas, and crafted my own characters and stories. This site is the place where my fantasy universe will take shape</p>
24+
<p></p>
25+
</body>
1626
</html>

0 commit comments

Comments
 (0)