diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
commit | 1bc1454b9312e4322d486437055408d1ff35fb22 (patch) | |
tree | 98b270badb82304f520414c35ac8d6b25d7ea466 /blog/state-of-the-site/index.html | |
parent | 2d90cc615120fcc892c1b22a2d00578b1c486c72 (diff) | |
download | site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.gz site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.bz2 site-1bc1454b9312e4322d486437055408d1ff35fb22.zip |
New blog entry and changes to how blogs are displayed
- blogs are now in subdirs
- blog list is generated through helper function
- full blog list is in blog subdir
Diffstat (limited to 'blog/state-of-the-site/index.html')
-rw-r--r-- | blog/state-of-the-site/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/blog/state-of-the-site/index.html b/blog/state-of-the-site/index.html new file mode 100644 index 0000000..6196a42 --- /dev/null +++ b/blog/state-of-the-site/index.html @@ -0,0 +1,19 @@ +<meta name="date" content="2023/03/11"> +<title>state of the site</title> +<link rel="stylesheet" href="/style.css"> +<body style="background-color: #161617;"> +<p> +Hello o/, and welcome to my website!<br> +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). +<br><br> +As of right now that is all I've got running but I might be setting up a SearXNG +instance soon. +<br><br> +However somethings that I will never put on my server are: <br> + - social media frontend's eg: invious, and mastadon <br> + - probably some other things that I can't think about right now <br> +</p> +</body> |