From 224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 15 Jul 2023 04:36:04 -0400 Subject: make blog entries match main website theme and use html metadata for creation date --- blog/It's-Alive!.html | 3 ++- blog/librex-and-dots.html | 3 ++- blog/state-of-the-site.html | 3 ++- blog/style.css | 21 +-------------------- 4 files changed, 7 insertions(+), 23 deletions(-) mode change 100644 => 120000 blog/style.css diff --git a/blog/It's-Alive!.html b/blog/It's-Alive!.html index f96b6b4..63a6b66 100644 --- a/blog/It's-Alive!.html +++ b/blog/It's-Alive!.html @@ -1,6 +1,7 @@ + It's Alive! - +

Cloning via http(s) now works!

diff --git a/blog/librex-and-dots.html b/blog/librex-and-dots.html index c062434..510d8e3 100644 --- a/blog/librex-and-dots.html +++ b/blog/librex-and-dots.html @@ -1,6 +1,7 @@ + librex and dots - +

Hello!

diff --git a/blog/state-of-the-site.html b/blog/state-of-the-site.html index 2abbc6a..a9e689d 100644 --- a/blog/state-of-the-site.html +++ b/blog/state-of-the-site.html @@ -1,6 +1,7 @@ + state of the site - +

Hello o/, and welcome to my website!
As of right now I am still setting things up, I have a git server running but I am diff --git a/blog/style.css b/blog/style.css deleted file mode 100644 index 1f346fb..0000000 --- a/blog/style.css +++ /dev/null @@ -1,20 +0,0 @@ -html { - background-color: #121212; - border: 3vh solid #121212; - font-family: sans-serif; - font-size: 2vh; - color: white; -} - -a:link, a:visited { - background-color: #f44336; - color: white; - padding: 1px 1px; - text-align: center; - text-decoration: none; - display: inline-block; -} - -a:hover, a:active { - background-color: red; -} diff --git a/blog/style.css b/blog/style.css new file mode 120000 index 0000000..5191bf7 --- /dev/null +++ b/blog/style.css @@ -0,0 +1 @@ +../style.css \ No newline at end of file -- cgit v1.2.1