Skip to content

Commit d1d2e34

Browse files
committed
Make header sticky
Unify wiki image layout add .webp images
1 parent da34e07 commit d1d2e34

File tree

11 files changed

+74
-9
lines changed

11 files changed

+74
-9
lines changed
272 KB
Loading
70.1 KB
Loading

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
import Navigation from './Navigation.astro';
33
---
4-
<header>
5-
<nav>
4+
<header >
5+
<nav class="nav-wrapper">
66
<Navigation />
77
</nav>
88
</header>
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
22
import '../styles/global.css';
3-
import Navigation from '../components/Navigation.astro';
3+
import Header from '../components/Header.astro';
44
55
const { frontmatter } = Astro.props;
66
---
77
<meta charset="utf-8" />
8-
<Navigation />
8+
<Header />
99
<h1>{frontmatter.title}</h1>
1010
<p>Published on: {frontmatter.pubDate.toString().slice(0,10)}</p>
1111
<p>Written by {frontmatter.author}</p>
12+
<figure class="wiki-intro-image">
13+
<img src={"/Worldbuilding-Wiki/images/" + frontmatter.title + "-wiki-header.webp"} alt={frontmatter.title}>
14+
<figcaption>{frontmatter.caption}</figcaption>
15+
</figure>
1216
<slot />

src/pages/posts/wiki-1-creator.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'The Creator'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: 'The Creator exists outside of time and space.'
78
---
89

910
In My Universe, the creator of all existence is a singular supreme being. Referred to as "The Creator" by his creations, he is also known as (capitol G) God to deliniate him from the pantheon of (little g) gods.
@@ -20,4 +21,12 @@ The Divine Realms are finite in comparison. The Creator sculpted out a measurabl
2021

2122
## The Awakening of the Pantheon
2223

23-
The Pantheon
24+
The Pantheon consists of the first 7 created beings. They are gods in their own right and can tap directly into The Creator's power. At the moment of their creation, The Creator spent time in conference with each of them individually and gave them guidance on his will. Most individual specifics of these conversations are not known as the members of The Pantheon keep them as precious secrets. However, The Pantheon at large publicly agrees at attests to a core set of mandates that The Creator gave them collectively. These are known as the Original Intents. The members of The Pantheon are listed in order of creation:
25+
26+
1. Omwe - The King of the Pantheon also known as the "Father of the Gods", he is the leader and the most powerful of the gods. He is characterized by the disproportionately large distribution of "God Power" that he was given which allowed him to create the vast majority of minor gods.
27+
2. Aurelia - The Angelic Goddess, she is most closely associated with the Divine Realms. She is the creator of the majority of Celestial beings.
28+
3. Akatosh - The Dragon God, he is the progenitor of all dragons.
29+
4. Osoris - The God of Magic, he stewards the flow of magic in the universe.
30+
5. Zirishi - The Mortal's Champion, she is most dedicated to the protection of the Mortal Realms and their inhabitants. The Majority of the sentient races were her creation.
31+
6. Irulia - Mother Nature, she was given more "Life Seed" than any other member of the Pantheon and is the creator of almost all different species not created by The Creator
32+
7. Chronos - The Little Brother or the Missing One, he disappeared shortly after his creation and has not been seen since.

src/pages/posts/wiki-2-void.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ title: 'The Void'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: 'The antithesis of creation, the Void is a barrier between realms.'
78
---

src/pages/posts/wiki-3-mortal-realms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'The Mortal Realms'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: 'Seven infinite realms contain the majority of life in the universe.'
78
---
89

910
# The Mortal Realms

src/pages/posts/wiki-4-divine-realms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ title: 'The Divine Realms'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: '7 "Bubble Realms" are the home of the Pantheon and Angelic beings.'
78
---

src/pages/posts/wiki-5-demonic-realms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ title: 'The Demonic Realms'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: '7 levels of brimstone are the petri dish of demonic life'
78
---

src/pages/posts/wiki-6-pantheon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ title: 'The Pantheon'
44
pubDate: '2025-08-05'
55
description: 'Who is the creator of the universe?'
66
author: 'Jackson Sardello'
7+
caption: 'The Pantheon are the first created beings. Omwe is their king and leader'
78
---

0 commit comments

Comments
 (0)