diff --git a/generator.py b/generator.py
index b13cb59..be447a3 100644
--- a/generator.py
+++ b/generator.py
@@ -3,7 +3,7 @@ import os
static = os.listdir("pages/static/")
posts = os.listdir("pages/posts")
-templates = ["header","navbar","body","footer"]
+templates = ["header","navbar","sidebar","body","footer"]
for staticPage in static:
with open("site/" + staticPage, 'w+') as output:
diff --git a/pages/static/about.html b/pages/static/about.html
index 87749e6..0657184 100644
--- a/pages/static/about.html
+++ b/pages/static/about.html
@@ -9,5 +9,5 @@
I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the projects page.
I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!
Ultimately the site is coded by hand, including the ssg that combines it for upload
-
+
Also, fuck conventions, have fun!
\ No newline at end of file
diff --git a/pages/static/index.html b/pages/static/index.html
index e33da19..1fde7f3 100644
--- a/pages/static/index.html
+++ b/pages/static/index.html
@@ -1,5 +1,5 @@
I might expand these into blog posts at some point, but some of them stand alone.
-
-
In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...
-
The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.
-
Protect your fucking healers!
-
Some of you would commit war crimes with how hard you dive healers.
-
I will go out of my way to kill a Symmetra. It's not logic, it's rage.
-
A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.
-
No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.
-
Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.
+
+
In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...
+
The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.
+
Protect your fucking healers!
+
Some of you would commit war crimes with how hard you dive healers.
+
I will go out of my way to kill a Symmetra. It's not logic, it's rage.
+
A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.
+
No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.
+
Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/static/projects.html b/pages/static/projects.html
index a8bacfe..7ee7032 100644
--- a/pages/static/projects.html
+++ b/pages/static/projects.html
@@ -1,4 +1,4 @@
Projects
-
SolidScan Solid Scan is a vulnerability scanner. It needs some updating but it works fine.
-
This Site Literally just a repo with this site and how I build it.
-
Self-Hosting I host some stuff for personal use. It's pretty great.
\ No newline at end of file
+
SolidScan Solid Scan is a vulnerability scanner. It needs some updating but it works fine.
+
This Site Literally just a repo with this site and how I build it.
+
Self-Hosting I host some stuff for personal use. It's pretty great.
\ No newline at end of file
diff --git a/pages/static/shadowbox.html b/pages/static/shadowbox.html
index 08c671a..a23da9b 100644
--- a/pages/static/shadowbox.html
+++ b/pages/static/shadowbox.html
@@ -1,7 +1,11 @@
ShadowBox
Where I keep my badges!
-
These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.
+
These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.
-
\ No newline at end of file
+
+
+ |
+ |
+
\ No newline at end of file
diff --git a/pages/static/stquotes.html b/pages/static/stquotes.html
index dafd8a6..62c94c7 100644
--- a/pages/static/stquotes.html
+++ b/pages/static/stquotes.html
@@ -1,9 +1,13 @@
Star Trek Quotes
Over the decades Star Trek has been a moral compass for many. There are quotes for every situation. Here are some collected quotes that resonate with me.
-
+
"How many people does it take, Admiral, before it becomes wrong? Hmm? A thousand, fifty thousand, a million? How many people does it take, Admiral?"
Jean-Luc Picard to Admiral Dougherty about the relocation of the Baku by the Sona in Insurrection.
-
+
" I am Worf, son of Mogh, House of Martok, son of Sergei, House of Rozhenko, Bane to the Duras Family, slayer of Gowron. I have made some chamomile tea. Do you take sugar?"
Worf to Raffi in Picard S3 after saving her life.
+
+
"Time heals all wounds. But absence makes the heart grow fonder. I guess it's a little tricky. Emotions have a way of counterdicting themselves."
+
Hologram Captain Archer to Hologram T'pol in the finale of Enterprise discussing how to deal with Trip's unnecessary death.
+
\ No newline at end of file
diff --git a/pages/static/trek.html b/pages/static/trek.html
index 5f437e7..ce3fe26 100644
--- a/pages/static/trek.html
+++ b/pages/static/trek.html
@@ -1,4 +1,4 @@
\ No newline at end of file
diff --git a/site/about.html b/site/about.html
index 6653b13..a3f35c7 100644
--- a/site/about.html
+++ b/site/about.html
@@ -6,10 +6,11 @@
-
+
+
-
+
About
I am J4YC33.
@@ -30,18 +31,20 @@
I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the projects page.
I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!
Ultimately the site is coded by hand, including the ssg that combines it for upload
I'm a pretty big fan of self-hosted software. It's always better to empower yourself, own your data, and own your media. I use the following:
@@ -39,16 +40,18 @@
Starbase17
Starbase17 is a kind of shared social space as organization experiment. I host a bunch of services, servers, and whatnot behind a VPN for shared use. We have currently, and have had more, game servers, chat servers, a shared nextcloud, some VDI systems, a pubnix. It's all pretty fun.
If you want to know more about Starbase17 reach out to jaycee.
Over the decades Star Trek has been a moral compass for many. There are quotes for every situation. Here are some collected quotes that resonate with me.
-
+
"How many people does it take, Admiral, before it becomes wrong? Hmm? A thousand, fifty thousand, a million? How many people does it take, Admiral?"
Jean-Luc Picard to Admiral Dougherty about the relocation of the Baku by the Sona in Insurrection.
-
+
" I am Worf, son of Mogh, House of Martok, son of Sergei, House of Rozhenko, Bane to the Duras Family, slayer of Gowron. I have made some chamomile tea. Do you take sugar?"
Worf to Raffi in Picard S3 after saving her life.
+
+
"Time heals all wounds. But absence makes the heart grow fonder. I guess it's a little tricky. Emotions have a way of counterdicting themselves."
+
Hologram Captain Archer to Hologram T'pol in the finale of Enterprise discussing how to deal with Trip's unnecessary death.