From b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 18 Feb 2026 18:30:05 +0000 Subject: update --- LICENSE | 13 +++++++++++++ content/LICENSE.md | 4 ++-- content/about_site.md | 2 ++ content/journal.md | 14 ++++++++++++++ stylesheets/style.css | 4 ++-- 5 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c1ca211 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2026 neetlo.li + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/content/LICENSE.md b/content/LICENSE.md index 82729c6..cce4bab 100644 --- a/content/LICENSE.md +++ b/content/LICENSE.md @@ -1,4 +1,4 @@ ->Oi you need a loicence for this website m8 +>Oi you need a loicence for this website m8 All text and media that I created on this website are under the WTFPL, which follows: @@ -8,7 +8,7 @@ All text and media that I created on this website are under the WTFPL, which fol DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (C) 2026 + Copyright (C) 2026 neetlo.li Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long diff --git a/content/about_site.md b/content/about_site.md index 6c18568..ee707db 100644 --- a/content/about_site.md +++ b/content/about_site.md @@ -6,4 +6,6 @@ This site gets generated with a bash script. Pages are written in markdown (most This site is [licensed](LICENSE.html) under WTFPL. +This site is as of February 2026 currently being hosted with some cheapo shitbox VPS. #freedom + diff --git a/content/journal.md b/content/journal.md index 4b0de8e..39d4519 100644 --- a/content/journal.md +++ b/content/journal.md @@ -1,3 +1,17 @@ +### 18/02/26 + +You can now see the source of my site [here.](https://git.neetlo.li/website) + +Thanks to my friend that bothered to fix it for me, he also told me about some stuff about gitolite. <3 + +### 16/02/26 + +I don't know why but I hate how my site looks. (And no its not because I set background to #111111.) There's something off about it and I have no clue how to fix it. I HATE IT!!!! i should just switch to plain html but its BOOOORING. + +I tried to make my own git repo so I can host the source for the site. Sadly cgit and gitolite doesn't want to work together, the permissions dont want to permit. Maybe I should have used normal git but I can't be bothered now. too lazy. + +Need to watch School Days. + ### 13/02/26 Nothing to journal about. I've been neglecting the site. :( diff --git a/stylesheets/style.css b/stylesheets/style.css index a57bb72..7d7a48d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1,12 +1,12 @@ body { - background: black; + background: #111111; color: #fc6c8e; max-width: 960px; margin-left: auto; margin-right: auto; font-family: "noto sans mono", monospace; - font-size: 16px; + font-size: 12pt; } a { -- cgit v1.2.3