From 53ba59c39dab56533ec965bfdfc28bd98ab38db0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Mar 2023 18:11:06 +0000 Subject: initial commit --- blog/.html | 0 blog/state-of-the-site.html | 18 ++++++++++++++++++ blog/style.css | 7 +++++++ 3 files changed, 25 insertions(+) create mode 100644 blog/.html create mode 100644 blog/state-of-the-site.html create mode 100644 blog/style.css (limited to 'blog') diff --git a/blog/.html b/blog/.html new file mode 100644 index 0000000..e69de29 diff --git a/blog/state-of-the-site.html b/blog/state-of-the-site.html new file mode 100644 index 0000000..fd6ba69 --- /dev/null +++ b/blog/state-of-the-site.html @@ -0,0 +1,18 @@ +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 +still working on getting cloning to work via https. On top of the git server I also +have a cgit instance which I have gotten close to perfect (for some reason the site +is only sometimes in darkmode). +

+As of right now that is all I've got running but I might be setting up a SearXNG +instance soon. +

+However somethings that I will never put on my server are:
+ - social media frontend's eg: invious, and mastadon
+ - probably some other things that I can't think about right now
+

+ diff --git a/blog/style.css b/blog/style.css new file mode 100644 index 0000000..83ff097 --- /dev/null +++ b/blog/style.css @@ -0,0 +1,7 @@ +html { + background-color: #121212; + border: 3vh solid #121212; + font-family: sans-serif; + font-size: 2vh; + color: white; +} -- cgit v1.2.1