diff options
| -rw-r--r-- | LICENSE | 13 | ||||
| -rw-r--r-- | content/LICENSE.md | 4 | ||||
| -rw-r--r-- | content/about_site.md | 2 | ||||
| -rw-r--r-- | content/journal.md | 14 | ||||
| -rw-r--r-- | stylesheets/style.css | 4 |
5 files changed, 33 insertions, 4 deletions
@@ -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 @@ -<span class="quote">>Oi you need a loicence for this website m8</span> +<span class="quote">>Oi you need a loicence for this website m8</span> 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 { |
