From 156ee990187681f11a113bd4f14242b0c531aea4 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Tue, 3 Dec 2024 15:49:21 -0600 Subject: [PATCH] added manga & anime sections, added webring, some links, edited about me --- _includes/layout/fanlist.html | 6 + _includes/layout/linkbuttonwall.html | 6 + _includes/layout/now.html | 12 +- _includes/layout/webring.html | 9 + _layouts/2col.html | 4 +- _layouts/centercol.html | 60 +++++ _pages/about.md | 2 +- _pages/aboutme.md | 14 +- _pages/anime.md | 371 +++++++++++++++++++++++++++ _pages/games.md | 2 +- _pages/links.md | 3 + _pages/manga.md | 261 +++++++++++++++++++ _pages/music.md | 3 +- _pages/uses.md | 13 +- _pages/webcore.md | 45 +++- _posts/updates/2024-12-03-title.md | 5 + img/80x15/lovepowered.png | Bin 0 -> 398 bytes img/80x15/optimist.png | Bin 0 -> 395 bytes img/80x15/prokindness.png | Bin 0 -> 401 bytes img/All.png | Bin 0 -> 2744 bytes img/Cool.png | Bin 0 -> 1543 bytes img/NAll.png | Bin 0 -> 1781 bytes img/NPure.png | Bin 0 -> 2213 bytes img/NSmile.png | Bin 0 -> 1912 bytes img/Ncool.png | Bin 0 -> 2065 bytes img/Pure.png | Bin 0 -> 2050 bytes img/RAll.png | Bin 0 -> 2475 bytes img/RCool.png | Bin 0 -> 2823 bytes img/RPure.png | Bin 0 -> 3068 bytes img/Rsmile.png | Bin 0 -> 2735 bytes img/SRAll.png | Bin 0 -> 2278 bytes img/SRCool.png | Bin 0 -> 2303 bytes img/SRSmile.png | Bin 0 -> 2310 bytes img/SRpure.png | Bin 0 -> 2492 bytes img/SSRAll.png | Bin 0 -> 3507 bytes img/SSRPure.png | Bin 0 -> 4120 bytes img/SSRSmile.png | Bin 0 -> 3674 bytes img/SSRcool.png | Bin 0 -> 3580 bytes img/Smile.png | Bin 0 -> 2275 bytes img/URAll.png | Bin 0 -> 4019 bytes img/URCool.png | Bin 0 -> 4063 bytes img/URpure.png | Bin 0 -> 4320 bytes img/URsmile.png | Bin 0 -> 4360 bytes img/button/dizzy.gif | Bin 0 -> 1885 bytes img/button/lulu.gif | Bin 0 -> 2438 bytes img/fanlist/caferose.png | Bin 0 -> 4819 bytes img/owowhatsthis.gif | Bin 0 -> 8190 bytes img/stamps/feyris2_bymana.png | Bin 0 -> 14226 bytes img/stamps/feyris_bymana.png | Bin 0 -> 11428 bytes img/stamps/fragile.png | Bin 0 -> 4379 bytes img/stamps/himejoshi_bymana.gif | Bin 0 -> 4714 bytes img/stamps/napstablook_undertale.png | Bin 0 -> 12735 bytes img/stamps/patchy.gif | Bin 0 -> 17419 bytes img/stamps/sensoryoverload.png | Bin 0 -> 10210 bytes img/stamps/shobon.png | Bin 0 -> 1177 bytes style.css | 4 +- themes/moon.css | 2 +- 57 files changed, 787 insertions(+), 35 deletions(-) create mode 100644 _includes/layout/webring.html create mode 100644 _layouts/centercol.html create mode 100644 _pages/anime.md create mode 100644 _pages/manga.md create mode 100644 _posts/updates/2024-12-03-title.md create mode 100644 img/80x15/lovepowered.png create mode 100644 img/80x15/optimist.png create mode 100644 img/80x15/prokindness.png create mode 100644 img/All.png create mode 100644 img/Cool.png create mode 100644 img/NAll.png create mode 100644 img/NPure.png create mode 100644 img/NSmile.png create mode 100644 img/Ncool.png create mode 100644 img/Pure.png create mode 100644 img/RAll.png create mode 100644 img/RCool.png create mode 100644 img/RPure.png create mode 100644 img/Rsmile.png create mode 100644 img/SRAll.png create mode 100644 img/SRCool.png create mode 100644 img/SRSmile.png create mode 100644 img/SRpure.png create mode 100644 img/SSRAll.png create mode 100644 img/SSRPure.png create mode 100644 img/SSRSmile.png create mode 100644 img/SSRcool.png create mode 100644 img/Smile.png create mode 100644 img/URAll.png create mode 100644 img/URCool.png create mode 100644 img/URpure.png create mode 100644 img/URsmile.png create mode 100644 img/button/dizzy.gif create mode 100644 img/button/lulu.gif create mode 100644 img/fanlist/caferose.png create mode 100644 img/owowhatsthis.gif create mode 100644 img/stamps/feyris2_bymana.png create mode 100644 img/stamps/feyris_bymana.png create mode 100644 img/stamps/fragile.png create mode 100644 img/stamps/himejoshi_bymana.gif create mode 100644 img/stamps/napstablook_undertale.png create mode 100644 img/stamps/patchy.gif create mode 100644 img/stamps/sensoryoverload.png create mode 100644 img/stamps/shobon.png diff --git a/_includes/layout/fanlist.html b/_includes/layout/fanlist.html index e5f716b..c946157 100644 --- a/_includes/layout/fanlist.html +++ b/_includes/layout/fanlist.html @@ -1,5 +1,8 @@
+ + café rosé + mahou shoujo @@ -84,5 +87,8 @@ tamagotchi + + boba tea +
\ No newline at end of file diff --git a/_includes/layout/linkbuttonwall.html b/_includes/layout/linkbuttonwall.html index 6433d6a..66a7155 100644 --- a/_includes/layout/linkbuttonwall.html +++ b/_includes/layout/linkbuttonwall.html @@ -78,5 +78,11 @@ birdwrongs + + dizzy's bunny hell + + + lulu in cyberspace + \ No newline at end of file diff --git a/_includes/layout/now.html b/_includes/layout/now.html index d37006a..4c3d491 100644 --- a/_includes/layout/now.html +++ b/_includes/layout/now.html @@ -1,7 +1,9 @@ -

- owo wot's this?
- this page last updated: {{ "now" | date: '%Y.%m.%d' }} -

+
+
+ + this page last updated: {{ "now" | date: '%Y.%m.%d' }} + +

currently

@@ -30,7 +32,7 @@
-
+
latest played song on last.fm powered by @biancarosa/lastfm-last-played diff --git a/_includes/layout/webring.html b/_includes/layout/webring.html new file mode 100644 index 0000000..3881bbc --- /dev/null +++ b/_includes/layout/webring.html @@ -0,0 +1,9 @@ +
+ + + + + + +
+
\ No newline at end of file diff --git a/_layouts/2col.html b/_layouts/2col.html index 38b4f31..b026533 100644 --- a/_layouts/2col.html +++ b/_layouts/2col.html @@ -10,7 +10,7 @@ {% include layout/sidebar.html %} -
+

{{ page.title }}

{{ content | toc_only }} @@ -33,7 +33,7 @@

{% endif %} {{ content | external_links }} -
+ {% if page.show_blog_footer %}