diff options
| -rw-r--r-- | content/about_me.md | 4 | ||||
| -rw-r--r-- | content/index.md | 2 | ||||
| -rw-r--r-- | content/journal.md | 12 | ||||
| -rw-r--r-- | content/links.md | 20 | ||||
| -rwxr-xr-x | make.sh | 2 | ||||
| -rw-r--r-- | style.js | 4 | ||||
| -rw-r--r-- | template_end.html | 6 |
7 files changed, 41 insertions, 9 deletions
diff --git a/content/about_me.md b/content/about_me.md index 71d8064..4489639 100644 --- a/content/about_me.md +++ b/content/about_me.md @@ -4,7 +4,7 @@ Some facts about me that nobody cares about: * I am a zoomy zoom zoomer. -* I have missed everything good in life. (Born in late 2000s) +* I have missed everything good in life. * I'm male. @@ -34,6 +34,8 @@ Some facts about me that nobody cares about: * I'm probably on a watchlist. +* I'm really bad at writing. + **Likes:** Nothing, Computers, Autism, Otaku Culture, Cats, Rabbits, <abbr title="Breakcore, Lolicore, Speedcore">Autistcore</abbr>, Maidcore, Bedrotting, Moe, Unix-like, Enlightenment, Thinkpads, Freedom, Free Speech, Philosophy, Not Giving a Shit, Porn, Weird People, Schizos, Larping, You <3, Existentialism, Goyslop, Amphetamines, Higurashi No Naku Koro Ni, Times New Roman, Vocaloid, Cute Girls, Fantasizing, Cuddling **Dislikes:** Life, Computers, Me, Society, Borders, United Kingdom, USA, China, Israel, Russia, Every Other Country, Politics, The Masses, NHS, Apple, Microsoft, Google, Cloudflare, OpenAI, Everything Else, the State of the Internet, Smartphones (hypocrite), Android, iOS, Windows, MacOS, 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, Email, Socializing, Flatpak, Age, .dev, Fandom, Body Hair, Port Forwarding Blocked, Painted Nails, Fediverse diff --git a/content/index.md b/content/index.md index d0719a9..e9bf1b0 100644 --- a/content/index.md +++ b/content/index.md @@ -10,7 +10,7 @@ I showcase my uninteresting and lame thoughts on stuff, check out the [page list ### Contact me -My electronic mail address is **NEW EMAIL EVENTUALLY** if you would like to talk to me. Please do. ^_^ +My electronic mail address is [**furudon@disroot.org**](mailto:nobody) if you would like to talk to me. Please do. ^_^ No PGP key because I'm not selling drugs and I don't think your emails to me are worth encrypting. diff --git a/content/journal.md b/content/journal.md index b0710ab..78adcd2 100644 --- a/content/journal.md +++ b/content/journal.md @@ -1,3 +1,15 @@ +### 06/08/26 + +Eventually... I'll put something... I'm feeling melancholic again. + +### 16/07/26 + +I'm forgetting about my site. I have nothing decent to write or put on it, well perhaps I do have decent stuff to write about but they're too spicy for the internet masses. The masses have won with the shame culture for society. No one sees unique individual opinions on stuff because the people that have them have terrible social anxiety. I looked at the journal entry on the first day of 2026 and im really neglecting my wishes lol. + +### 26/06/26 + +A month later there is another heatwave. Yay!!!!!! I really need some air conditioning. + ### 26/05/26 It's still too hot. Help me. diff --git a/content/links.md b/content/links.md index 70268e2..80ef94f 100644 --- a/content/links.md +++ b/content/links.md @@ -46,6 +46,8 @@ https://sneedex.moe https://gelbooru.com +https://konachan.com + https://hitomi.la https://annas-archive.pk @@ -54,6 +56,8 @@ https://fmhy.net https://www.coom.tech/ (a links page inside of a links page :D) +https://git.coom.tech + https://cy-x.net https://www.cia.gov/library/abbottabad-compound/index.html @@ -97,3 +101,19 @@ https://www.amosyee.org/ https://geohot.github.io/blog/ https://gtvflyers.com/ + +https://www.3dgifmaker.com + +https://nowhere.moe + +https://nadeko.net + +https://confluence.org + +https://tor.taxi + +https://frutigeraeroarchive.org + +https://psychonautwiki.org + +https://jesus-is-savior.com @@ -95,7 +95,7 @@ for page in *.md; do # echo "<a href="LICENSE.html"><img alt="Licenced under WTFPL" src="media/wtfpl.png"></a>" >> $pagename - echo "</main></body></html>" >> $pagename + cat ../template_end.html >> $pagename done rm pages.md @@ -33,8 +33,8 @@ if (typeof currentstyle === "undefined") { document.addEventListener('DOMContentLoaded', function() { -var stylechooser = document.createElement("div"); -stylechooser.setAttribute("id", "stylechooser"); +var stylechooser = document.getElementById("stylechooser"); + stylechooser.innerHTML = "Styles: "; document.getElementById("content").appendChild(stylechooser); diff --git a/template_end.html b/template_end.html index 2a4b937..68bcabd 100644 --- a/template_end.html +++ b/template_end.html @@ -1,4 +1,2 @@ -<hr> -<small>Last Modified: {{time}}</small> -</body> -</html>
\ No newline at end of file +<div id="stylechooser"></div> +</main></body></html> |
