diff --git a/_layouts/blogpost.html b/_layouts/blogpost.html
new file mode 100644
index 0000000..8175214
--- /dev/null
+++ b/_layouts/blogpost.html
@@ -0,0 +1,10 @@
+---
+layout: default
+---
+
+
{{ page.title }}
+
{{ page.date | date: "%Y-%m-%d" }}
+
{{ page.author }}
+
<- Back
+
+{{ content }}
\ No newline at end of file
diff --git a/_posts/2022-04-22-hello-blog.html b/_posts/2022-04-22-hello-blog.html
new file mode 100644
index 0000000..76b9454
--- /dev/null
+++ b/_posts/2022-04-22-hello-blog.html
@@ -0,0 +1,10 @@
+---
+title: Welcome to the Blog!
+titleshort: Hello, Blog!
+author: NinjaCheetah
+layout: blogpost
+---
+
+
It's blog time (again)! This is where I will talk about tech things I'm doing or like. Oh and also where I'll rant about things I could just ignore.
+
In all seriousness, I decided to branch off from the NCX Programming blog because I felt that my ramblings and rant-style articles were more of a "me" thing and less of an NCX Programming thing. I'll still write articles of the NCX Programming blog just an infrequently, this is just a different place to hear me shout.
+
So here's to a new blog, hopefully filled with fewer spelling mistaeskfs.
\ No newline at end of file
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..166ee92
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,13 @@
+---
+title: Blog
+layout: default
+---
+
+
NinjaCheetah's Blog
+
Where I write things and you read them I guess. Newest on top.
+
+{% for post in site.posts %}
+
{{ post.title }}
+
{{ post.date | date: "%Y-%m-%d" }} ({{ post.author }})
+
+{% endfor %}
diff --git a/downloads/index.html b/downloads/index.html
deleted file mode 100644
index 27164d1..0000000
--- a/downloads/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: Downloads
-layout: default
----
-
-
-
Here are the download catagories available.
-
-
\ No newline at end of file
diff --git a/downloads/skindownloads.html b/downloads/skindownloads.html
deleted file mode 100644
index 4359126..0000000
--- a/downloads/skindownloads.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Skin Downloads
-layout: default
----
-
-
\ No newline at end of file
diff --git a/files/banner/homebanner.png b/files/banner/homebanner.png
new file mode 100644
index 0000000..c3c9d7d
Binary files /dev/null and b/files/banner/homebanner.png differ
diff --git a/index.html b/index.html
index 0eb261d..5d60b3a 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,9 @@
title: Home
layout: default
---
-
+
+

+
welcome to my site!
I'm currently in the process of remaking this site, so bear with me.
This home page will get updated in the future.
diff --git a/old/downloads/index.html b/old/downloads/index.html
new file mode 100644
index 0000000..0458287
--- /dev/null
+++ b/old/downloads/index.html
@@ -0,0 +1,9 @@
+---
+title: Downloads
+layout: default
+---
+
+
Here are the download catagories available.
+
\ No newline at end of file
diff --git a/old/downloads/skindownloads.html b/old/downloads/skindownloads.html
new file mode 100644
index 0000000..1fa621e
--- /dev/null
+++ b/old/downloads/skindownloads.html
@@ -0,0 +1,13 @@
+---
+title: Skin Downloads
+layout: default
+---
+
+
NCG Skin w/ Sweatshirt
+
Download
+
NCG Skin
+
Download
+
NCG Holiday Skin
+
Download
+
NCG Frost Skin
+
Download
diff --git a/old/index.html b/old/index.html
new file mode 100644
index 0000000..2f81164
--- /dev/null
+++ b/old/index.html
@@ -0,0 +1,8 @@
+---
+title: Old Things
+layout: default
+---
+
+
Here are some of the really old pages from the old version of this website.
+
Downloads
+
Series
\ No newline at end of file
diff --git a/series/archive/TheArchive.png b/old/series/archive/TheArchive.png
similarity index 100%
rename from series/archive/TheArchive.png
rename to old/series/archive/TheArchive.png
diff --git a/series/archive/fearthemods.html b/old/series/archive/fearthemods.html
similarity index 100%
rename from series/archive/fearthemods.html
rename to old/series/archive/fearthemods.html
diff --git a/old/series/archive/index.html b/old/series/archive/index.html
new file mode 100644
index 0000000..b260556
--- /dev/null
+++ b/old/series/archive/index.html
@@ -0,0 +1,11 @@
+---
+title: The Archive
+layout: default
+---
+
+

+
old things i made on youtube
+
\ No newline at end of file
diff --git a/series/archive/wasteland.html b/old/series/archive/wasteland.html
similarity index 100%
rename from series/archive/wasteland.html
rename to old/series/archive/wasteland.html
diff --git a/series/basebuilders.html b/old/series/basebuilders.html
similarity index 100%
rename from series/basebuilders.html
rename to old/series/basebuilders.html
diff --git a/old/series/index.html b/old/series/index.html
new file mode 100644
index 0000000..b6017e9
--- /dev/null
+++ b/old/series/index.html
@@ -0,0 +1,12 @@
+---
+title: Series
+layout: default
+---
+
+
things i made on youtube
+
The Archive
+
\ No newline at end of file
diff --git a/series/ncgsadventures.html b/old/series/ncgsadventures.html
similarity index 100%
rename from series/ncgsadventures.html
rename to old/series/ncgsadventures.html
diff --git a/series/skylands.html b/old/series/skylands.html
similarity index 100%
rename from series/skylands.html
rename to old/series/skylands.html
diff --git a/techprojects/automod.html b/projects/automod.html
similarity index 100%
rename from techprojects/automod.html
rename to projects/automod.html
diff --git a/projects/index.html b/projects/index.html
new file mode 100644
index 0000000..58b55a1
--- /dev/null
+++ b/projects/index.html
@@ -0,0 +1,11 @@
+---
+title: Projects
+layout: default
+---
+
+
things i've made. this page will get a refresh soon.
+
Key: [A] Archived
+
\ No newline at end of file
diff --git a/techprojects/websitewebpage.html b/projects/websitewebpage.html
similarity index 100%
rename from techprojects/websitewebpage.html
rename to projects/websitewebpage.html
diff --git a/series/archive/index.html b/series/archive/index.html
deleted file mode 100644
index 3299753..0000000
--- a/series/archive/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: The Archive
-layout: default
----
-
-

-
old things i made on youtube
-
\ No newline at end of file
diff --git a/series/index.html b/series/index.html
deleted file mode 100644
index f65f6d6..0000000
--- a/series/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Series
-layout: default
----
-
-
things i made on youtube
-
The Archive
-
\ No newline at end of file
diff --git a/techprojects/index.html b/techprojects/index.html
deleted file mode 100644
index a7f1057..0000000
--- a/techprojects/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Projects
-layout: default
----
-
-
things i've made. this page will get a refresh soon.
-
Key: [A] Archived
-
\ No newline at end of file