From 091df3fb48d6b780f160d5d8d5fb5a34b165d2d3 Mon Sep 17 00:00:00 2001 From: mion <> Date: Sun, 8 Mar 2026 21:26:20 +0000 Subject: update --- content/about_me.md | 2 +- content/about_site.md | 4 ++-- content/journal.md | 5 +++++ make.sh | 4 ++-- rsync.sh | 3 ++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/content/about_me.md b/content/about_me.md index 6cbd197..928a598 100644 --- a/content/about_me.md +++ b/content/about_me.md @@ -28,7 +28,7 @@ Some facts about me that nobody cares about: * I'm not a NEET. -**Likes:** Nothing, Computers, Autism, Otaku Culture, Cats, Autistcore, Bedrotting, Moe, Unix-like, Enlightenment, Thinkpads, Freedom, Not Giving a Shit, Porn, Weird People, Larping, You, Existentialism, Goyslop, Amphetamines, Higurashi No Naku Koro Ni +**Likes:** Nothing, Computers, Autism, Otaku Culture, Cats, Autistcore, Bedrotting, Moe, Unix-like, Enlightenment, Thinkpads, Freedom, Not Giving a Shit, Porn, Weird People, Larping, You, Existentialism, Goyslop, Amphetamines, Higurashi No Naku Koro Ni, Times New Roman, Vocaloid **Dislikes:** Life, Computers, Me, Society, Borders, United Kingdom, USA, People, Apple, Microsoft, Google, Cloudflare, OpenAI, Everything Else, the State of the Internet, Smartphones (hypocrite), Android, iOS, React, My Website, Surviellance, Being Judged, Consumerism, SF Bay Area Macbook Nerds, KYC, Visa, Mastercard, "Cards Only", Paypal, Banks, Intellectual Property, WebAssembly, Chromebooks, Paying for Public Transport, Minimum Wage, Discord, Matrix, XMPP, Email, Socializing, Flatpak, Age, .dev, Fandom diff --git a/content/about_site.md b/content/about_site.md index ee707db..6889b42 100644 --- a/content/about_site.md +++ b/content/about_site.md @@ -2,10 +2,10 @@ My website started in around June 2025, I think. Short dates on my website are done in non-American format, for example 09/11/2001 would be the 9th of November on 2001. -This site gets generated with a bash script. Pages are written in markdown (mostly) which is then converted to HTML. Stuff like Hugo is a pain and too confusing for me. +This site gets generated with a shell script. Pages are written in markdown (mostly) which is then converted to HTML. Stuff like Hugo is a pain and too confusing for me. This site is [licensed](LICENSE.html) under WTFPL. -This site is as of February 2026 currently being hosted with some cheapo shitbox VPS. #freedom +This site is, as of February 2026, currently being powered with some cheapo shitbox VPS. #freedom diff --git a/content/journal.md b/content/journal.md index e70e3ff..b55bc8f 100644 --- a/content/journal.md +++ b/content/journal.md @@ -1,3 +1,8 @@ +### 02/03/26 + +Happy march... I keep lying on my back in bed which isn't moe. I need to do the moe way and lie on my stomach with my feet kicking about. The position is uncomfortable though but I need to get used to it. + +Last week literally nothing happened for me. Only global events that don't affect me individually happened. I should stop reading The News, all politically correct libtard or retarded conservative shit anyways, nothing outside or inbetween. ### 26/02/26 diff --git a/make.sh b/make.sh index 5390a80..e6edeef 100755 --- a/make.sh +++ b/make.sh @@ -73,8 +73,8 @@ for page in *.md; do ordinal="th" - day="$(date -r "$page" "+%d")" - day=$(($day)) + day="$(date -r "$page" "+%e")" + day=$((day)) case $day in 1 | 21 | 31 ) diff --git a/rsync.sh b/rsync.sh index 6ab57dd..ebf3db4 100755 --- a/rsync.sh +++ b/rsync.sh @@ -1 +1,2 @@ -rsync -vr html/ root@shitbox:/var/www/html/lol \ No newline at end of file +./make.sh +rsync -vr html/ root@shitbox:/var/www/html/lol -- cgit v1.2.3