Finished restructuring (again), made blog work

This commit is contained in:
NinjaCheetah 2022-04-22 22:17:25 -04:00
parent 66a51770d3
commit c6ebc93422
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
25 changed files with 102 additions and 66 deletions

View File

@ -2,10 +2,9 @@
<nav> <nav>
<ul> <ul>
<li class="navstd"><a href="/">Home</a></li> <li class="navstd"><a href="/">Home</a></li>
<li class="navstd"><a href="/series/">Series</a></li> <li class="navstd"><a href="/projects/">Projects</a></li>
<li class="navstd"><a href="/aboutme">About Me</a></li> <li class="navstd"><a href="/aboutme">About Me</a></li>
<li class="navstd"><a href="/downloads/">Downloads</a></li> <li class="navstd"><a href="/old/">Old</a></li>
<li class="navstd"><a href="/techprojects/">Projects</a></li>
<li class="navimg"><a href="https://github.com/NinjaCheetah" target="_blank"><img src="https://cdn.ncxprogramming.com/file/image/navbar/github-light.svg" style="width:32px;height:32px;"/></a></li> <li class="navimg"><a href="https://github.com/NinjaCheetah" target="_blank"><img src="https://cdn.ncxprogramming.com/file/image/navbar/github-light.svg" style="width:32px;height:32px;"/></a></li>
<li class="navimg"> <li class="navimg">
<div class="dropdown"> <div class="dropdown">

10
_layouts/blogpost.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<h3>{{ page.date | date: "%Y-%m-%d" }}</h3>
<h4>{{ page.author }}</h4>
<p><a href=/blog>&lt;- Back</a></p>
<hr>
{{ content }}

View File

@ -0,0 +1,10 @@
---
title: Welcome to the Blog!
titleshort: Hello, Blog!
author: NinjaCheetah
layout: blogpost
---
<p>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.</p>
<p>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.</p>
<p>So here's to a new blog, hopefully filled with fewer spelling mistaeskfs.</p>

13
blog.html Normal file
View File

@ -0,0 +1,13 @@
---
title: Blog
layout: default
---
<h1>NinjaCheetah's Blog</h1>
<p>Where I write things and you read them I guess. Newest on top.</p>
<hr>
{% for post in site.posts %}
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
<p>{{ post.date | date: "%Y-%m-%d" }} ({{ post.author }})</p>
<hr>
{% endfor %}

View File

@ -1,13 +0,0 @@
---
title: Downloads
layout: default
---
<div class="standard_heading">
<h1>Here are the download catagories available.</h1>
</div>
<div class="series_links">
<ul>
<li><a href="/downloads/skindownloads">Minecraft Skins</a></li>
</ul>
</div>

View File

@ -1,15 +0,0 @@
---
title: Skin Downloads
layout: default
---
<div class="skin_downloads">
<h1>NCG Skin w/ Sweatshirt</h1>
<a href="http://www.mediafire.com/file/1609362tln8stdh/NCG_Jacket_Skin.png/file">Download</a>
<h1>NCG Skin</h1>
<a href="http://www.mediafire.com/file/ws4j3m4i50oko0w/NCG_Skin.png/file">Download</a>
<h1>NCG Holiday Skin</h1>
<a href="http://www.mediafire.com/file/w7u3ft8rp0z4kk1/NCG_Holiday_Skin.png/file">Download</a>
<h1>NCG Frost Skin</h1>
<a href="http://www.mediafire.com/file/34443b8re3jxuxx/NCG_Winter_Skin.png/file">Download</a>
</div>

BIN
files/banner/homebanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -2,7 +2,9 @@
title: Home title: Home
layout: default layout: default
--- ---
<div class="banner">
<img class="banner-image" src="/files/banner/homebanner.png" alt="an awesome banner. too bad it isn't loading for you :(">
</div>
<h1>welcome to my site!</h1> <h1>welcome to my site!</h1>
<p>I'm currently in the process of remaking this site, so bear with me.</p> <p>I'm currently in the process of remaking this site, so bear with me.</p>
<p>This home page will get updated in the future.</p> <p>This home page will get updated in the future.</p>

9
old/downloads/index.html Normal file
View File

@ -0,0 +1,9 @@
---
title: Downloads
layout: default
---
<h1>Here are the download catagories available.</h1>
<ul>
<li><a href="/old/downloads/skindownloads">Minecraft Skins</a></li>
</ul>

View File

@ -0,0 +1,13 @@
---
title: Skin Downloads
layout: default
---
<h1>NCG Skin w/ Sweatshirt</h1>
<a href="http://www.mediafire.com/file/1609362tln8stdh/NCG_Jacket_Skin.png/file">Download</a>
<h1>NCG Skin</h1>
<a href="http://www.mediafire.com/file/ws4j3m4i50oko0w/NCG_Skin.png/file">Download</a>
<h1>NCG Holiday Skin</h1>
<a href="http://www.mediafire.com/file/w7u3ft8rp0z4kk1/NCG_Holiday_Skin.png/file">Download</a>
<h1>NCG Frost Skin</h1>
<a href="http://www.mediafire.com/file/34443b8re3jxuxx/NCG_Winter_Skin.png/file">Download</a>

8
old/index.html Normal file
View File

@ -0,0 +1,8 @@
---
title: Old Things
layout: default
---
<p>Here are some of the really old pages from the old version of this website.</p>
<p><a href="/old/downloads/">Downloads</a></p>
<p><a href="/old/series/">Series</a></p>

View File

Before

Width:  |  Height:  |  Size: 7.8 MiB

After

Width:  |  Height:  |  Size: 7.8 MiB

View File

@ -0,0 +1,11 @@
---
title: The Archive
layout: default
---
<img src="TheArchive.png" width="720" height="480">
<h1>old things i made on youtube</h1>
<ul>
<li><a href="/old/series/archive/fearthemods">Fear The Mods</a></li>
<li><a href="/old/series/archive/wasteland">Wastelands</a></li>
</ul>

12
old/series/index.html Normal file
View File

@ -0,0 +1,12 @@
---
title: Series
layout: default
---
<h1>things i made on youtube</h1>
<p><a href="/old/series/archive">The Archive</a></p>
<ul>
<li><a href="/old/series/basebuilders">Base Builders</a></li>
<li><a href="/old/series/ncgsadventures">NCG's Adventures</a></li>
<li><a href="/old/series/skylands"> Skylands</a></li>
</ul>

11
projects/index.html Normal file
View File

@ -0,0 +1,11 @@
---
title: Projects
layout: default
---
<h1>things i've made. this page will get a refresh soon.</h1>
<p>Key: [A] Archived</p>
<ul>
<li><a href="/projects/websitewebpage">This Website</a></li>
<li><a href="/projects/automod">[A] AutoMod</a></li>
</ul>

View File

@ -1,11 +0,0 @@
---
title: The Archive
layout: default
---
<img src="TheArchive.png" width="720" height="480">
<h1>old things i made on youtube</h1>
<ul>
<li><a href="/series/archive/fearthemods">Fear The Mods</a></li>
<li><a href="/series/archive/wasteland">Wastelands</a></li>
</ul>

View File

@ -1,12 +0,0 @@
---
title: Series
layout: default
---
<h1>things i made on youtube</h1>
<p><a href="/series/archive">The Archive</a></p>
<ul>
<li><a href="/series/basebuilders">Base Builders</a></li>
<li><a href="/series/ncgsadventures">NCG's Adventures</a></li>
<li><a href="/series/skylands"> Skylands</a></li>
</ul>

View File

@ -1,11 +0,0 @@
---
title: Projects
layout: default
---
<h1>things i've made. this page will get a refresh soon.</h1>
<p>Key: [A] Archived</p>
<ul>
<li><a href="/techprojects/websitewebpage">This Website</a></li>
<li><a href="/techprojects/automod">[A] AutoMod</a></li>
</ul>