Skip to content

Commit

Permalink
make sure we have the front matter fro all entries
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Apr 27, 2024
1 parent a02ad76 commit a14b743
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Icon } from 'astro-icon/components'
<a href="/">Home</a>
</li>
<li class="menu-item">
<a href="/stories/">Stories</a>
<a href="/posts/">Stories</a>
</li>
<li class="menu-item has-dropdown">
<button aria-haspopup="true" aria-expanded="false">Example Pages</button>
Expand Down
21 changes: 21 additions & 0 deletions src/content/posts/a-note-on-odd-occurrences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "A Note on Odd Occurrences"
pubDate: 2024-04-27
description: Some Odd Occurrences are just random. Others are not so.
author: samuel-c-tyler
order: 1
image:
url: "null"
banner: ""
alt: the old man
tags:
- the machine
- characters
- deities
relatedPosts:
- about-me
- my-vision
- group-hallucinations
---

# What Is The Machine?
19 changes: 19 additions & 0 deletions src/content/posts/an-exploration-of-dreams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "An Exploration of Dreams"
pubDate: 2024-04-27
description: Dreams and hallucinations merge our subconscious and conscious minds, allowing us to understand the universe better.
author: samuel-c-tyler
order: 1
image:
url: "null"
banner: ""
alt: the old man
tags:
- dreams
- purpose
relatedPosts:
- about-me
- my-purpose
---

# What Is The Machine?
21 changes: 21 additions & 0 deletions src/content/posts/group-hallucinations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Group Hallucinations?"
pubDate: 2024-04-27
description: Are these visions real or just group hallucinations?
author: samuel-c-tyler
order: 1
icon:
image:
url: "null"
banner: ""
alt: the old man
tags:
- the machine
- characters
- deities
relatedPosts:
- about-me
- my-vision
---

# What Is The Machine?
21 changes: 21 additions & 0 deletions src/content/posts/my-purpose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "My Purpose"
pubDate: 2024-04-27
description: What I feel my purpose in life is.
author: samuel-c-tyler
order: 1
icon: mdi:code-block-braces
image:
url: "null"
banner: ""
alt: the old man
tags:
- the machine
- characters
- deities
relatedPosts:
- about-me
- my-vision
---

# What Is The Machine?
21 changes: 21 additions & 0 deletions src/content/posts/my-vision.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "My Vision"
pubDate: 2024-04-27
description: My first real vision and what it means.
author: samuel-c-tyler
order: 1
icon: mdi:looks
image:
url: "null"
banner: ""
alt: the old man
tags:
- the machine
- characters
- deities
relatedPosts:
- about-me
- my-purpose
---

# What Is The Machine?
21 changes: 21 additions & 0 deletions src/content/posts/on-life-and-death.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "On Life and Death"
pubDate: 2024-04-27
description: Why I chose to remain in this life when I was given the choice.
author: samuel-c-tyler
order: 1
icon: mdi:drama-masks
image:
url: "null"
banner: "null"
alt: the old man
tags:
- the machine
- characters
- deities
relatedPosts:
- about-me
- my-purpose
---

# On Life and Death
2 changes: 1 addition & 1 deletion src/content/posts/what-is-the-machine.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "What Is The Machine?"
pubDate: 04/27/2024
pubDate: 2024-04-27
description: At the heart of everything is The Machine. What are its origins and its purpose?
author: samuel-c-tyler
order: 1
Expand Down
4 changes: 2 additions & 2 deletions src/content/posts/who-are-the-eight.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Who are The Eight?"
pubDate: 04/27/2024
pubDate: 2024-04-27
description: An exploration of The Eight and where they come from.
author: samuel-c-tyler
order: 1
image:
url: "null"
banner:
banner: "null"
alt: the old man
tags:
- the eight
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/who-is-the-old-man.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Who is The Old Man?"
pubDate: 04/27/2024
pubDate: 2024-04-27
description: Why does the old man show himself in so many different ways?
author: samuel-c-tyler # references `src/content/authors/samuel-c-tyler.json`
order: 2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a14b743

Please sign in to comment.