added manga & anime sections, added webring, some links, edited about me
|
@ -1,5 +1,8 @@
|
||||||
<div class="smolbox" style="margin: auto; text-align: center;">
|
<div class="smolbox" style="margin: auto; text-align: center;">
|
||||||
<div class="imgwall" id="padded">
|
<div class="imgwall" id="padded">
|
||||||
|
<a href="https://allyratworld.com/cafe/rose">
|
||||||
|
<img src="/img/fanlist/caferose.png" alt="café rosé">
|
||||||
|
</a>
|
||||||
<a href="https://imaginary.nu/henshin/">
|
<a href="https://imaginary.nu/henshin/">
|
||||||
<img src="/img/fanlist/mahoushoujo.gif" alt="mahou shoujo">
|
<img src="/img/fanlist/mahoushoujo.gif" alt="mahou shoujo">
|
||||||
</a>
|
</a>
|
||||||
|
@ -84,5 +87,8 @@
|
||||||
<a href="https://fan.wings.nu/tamagotchi/">
|
<a href="https://fan.wings.nu/tamagotchi/">
|
||||||
<img src="/img/fanlist/tama01.png" alt="tamagotchi">
|
<img src="/img/fanlist/tama01.png" alt="tamagotchi">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://fan.enamour.nu/boba/">
|
||||||
|
<img src="/img/fanlist/boba.png" alt="boba tea">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -78,5 +78,11 @@
|
||||||
<a href="https://birdwrongs.sh/">
|
<a href="https://birdwrongs.sh/">
|
||||||
<img src="/img/button/birdwronger.png" alt="birdwrongs">
|
<img src="/img/button/birdwronger.png" alt="birdwrongs">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://doctordizzy.space/">
|
||||||
|
<img src="/img/button/dizzy.gif" alt="dizzy's bunny hell">
|
||||||
|
</a>
|
||||||
|
<a href="https://lu.tiny-universes.net/">
|
||||||
|
<img src="/img/button/lulu.gif" alt="lulu in cyberspace">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -1,7 +1,9 @@
|
||||||
<p style="text-align: center;">
|
<div align="center">
|
||||||
<a href="https://nownownow.com/about">owo wot's this?</a><br>
|
<a href="https://nownownow.com/about"><img src="/img/owowhatsthis.gif"></a><br>
|
||||||
<small>this page last updated: {{ "now" | date: '%Y.%m.%d' }}</small>
|
<small>
|
||||||
</p>
|
this page last updated: {{ "now" | date: '%Y.%m.%d' }}
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
<div class="dotbox">
|
<div class="dotbox">
|
||||||
<h2 style="text-align: center;">currently</h2>
|
<h2 style="text-align: center;">currently</h2>
|
||||||
<div class="twocol">
|
<div class="twocol">
|
||||||
|
@ -30,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center; padding-top: 0.3rem;">
|
<div style="text-align: center; padding-top: 0.2rem;">
|
||||||
<small>
|
<small>
|
||||||
latest played song on <a href="http://last.fm/user/ameiro" target="_blank" rel="noopener noreferrer">last.fm</a> powered by <a href="https://github.com/biancarosa/lastfm-last-played" target="_blank" rel="noopener noreferrer">@biancarosa/lastfm-last-played</a>
|
latest played song on <a href="http://last.fm/user/ameiro" target="_blank" rel="noopener noreferrer">last.fm</a> powered by <a href="https://github.com/biancarosa/lastfm-last-played" target="_blank" rel="noopener noreferrer">@biancarosa/lastfm-last-played</a>
|
||||||
</small>
|
</small>
|
||||||
|
|
9
_includes/layout/webring.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<div class="smolbox" style="margin: auto; text-align: center;">
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://webri.ng/webring/ladiesofthelinks/previous?via=https%3A%2F%2Fpeachmoon.moe"><img src="img/ring/ladiesofthelink1.gif"></a></td>
|
||||||
|
<td><a href="https://ladiesofthe.link/"><img src="img/ring/ladiesofthelink.gif"></a></td>
|
||||||
|
<td><a href="https://webri.ng/webring/ladiesofthelinks/next?via=https%3A%2F%2Fpeachmoon.moe"><img src="/img/ring/ladiesofthelink2.gif"></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
|
@ -10,7 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include layout/sidebar.html %}
|
{% include layout/sidebar.html %}
|
||||||
<section>
|
<article>
|
||||||
<h1> {{ page.title }} </h1>
|
<h1> {{ page.title }} </h1>
|
||||||
<div class="toc">
|
<div class="toc">
|
||||||
{{ content | toc_only }}
|
{{ content | toc_only }}
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ content | external_links }}
|
{{ content | external_links }}
|
||||||
</section>
|
</article>
|
||||||
{% if page.show_blog_footer %}
|
{% if page.show_blog_footer %}
|
||||||
<footer>
|
<footer>
|
||||||
<a href="/blog/" title="back to blog posts">
|
<a href="/blog/" title="back to blog posts">
|
||||||
|
|
60
_layouts/centercol.html
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
<link rel="stylesheet" id="switcher-id">
|
||||||
|
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% include layout/sidebar.html %}
|
||||||
|
<article>
|
||||||
|
<h1> {{ page.title }} </h1>
|
||||||
|
<div class="toc">
|
||||||
|
{{ content | toc_only }}
|
||||||
|
</div>
|
||||||
|
{% unless page.url == "/" or page.url contains '/tag/' %}
|
||||||
|
<hr>
|
||||||
|
{% endunless %}
|
||||||
|
{% if page.toc %}
|
||||||
|
{% endif %}
|
||||||
|
{% if page.collection == "posts" %}
|
||||||
|
<p class="smolbox" style="margin: 0.5vw 1.5vw 0.5vw 1.5vw;">
|
||||||
|
published: {{ page.date | date: "%Y.%m.%d" }}<br>
|
||||||
|
tagged:
|
||||||
|
{% for tag in page.tags %}
|
||||||
|
<a class="post" href="/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}
|
||||||
|
{% endfor %}<br>
|
||||||
|
<author>
|
||||||
|
by mana
|
||||||
|
</author>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
{{ content | external_links }}
|
||||||
|
</article>
|
||||||
|
{% if page.show_blog_footer %}
|
||||||
|
<footer>
|
||||||
|
<a href="/blog/" title="back to blog posts">
|
||||||
|
<i class="ph ph-arrow-bend-down-left"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#top" title="return to top">
|
||||||
|
<i class="ph ph-arrow-fat-lines-up"></i>
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
|
{% endif %}
|
||||||
|
{% if page.show_footer %}
|
||||||
|
<footer><a href="#top" style="text-decoration: none;" title="return to top">
|
||||||
|
<i class="ph ph-arrow-line-up"></i></a>
|
||||||
|
</footer>
|
||||||
|
{% endif %}
|
||||||
|
</body>
|
||||||
|
<script src="/profile.js" defer></script>
|
||||||
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
||||||
|
<script src="/theme.js" defer></script>
|
||||||
|
<script src="/menu.js" defer></script>
|
||||||
|
{% if page.url contains "now"%}
|
||||||
|
<script src="/scrobble.js" defer></script>
|
||||||
|
<script src="https://status.cafe/current-status.js?name=mana" defer></script>
|
||||||
|
{% endif %}
|
||||||
|
</html>
|
|
@ -16,7 +16,7 @@ This place would not exist without the help of my good friends [lucidiot](https:
|
||||||
|
|
||||||
The site buttons were made by me in [paint.NET](https://getpaint.net/). The sidebar tile backgrounds I found in an image search for tiled bgs (which I then edited heavily) and I unfortunately do not know who originally made them; if you do, please [contact me]({% link _pages/contact.md %}) so I can give credit! The sidebar image for the sakura theme is from [zeud](https://www.tumblr.com/zeud).
|
The site buttons were made by me in [paint.NET](https://getpaint.net/). The sidebar tile backgrounds I found in an image search for tiled bgs (which I then edited heavily) and I unfortunately do not know who originally made them; if you do, please [contact me]({% link _pages/contact.md %}) so I can give credit! The sidebar image for the sakura theme is from [zeud](https://www.tumblr.com/zeud).
|
||||||
|
|
||||||
Some photo editing (brushes, blurring, filters) is done on my phone with either [Line Camera](http://linecamera.snow.me/en) or [Bestie Camera](https://apps.apple.com/us/app/bestie-portrait-selfie-editor/id953511734) (also available [on android](https://play.google.com/store/apps/details?id=us.pinguo.selfie&pli=1)). Much of the pixel art is snagged from [various](https://lostsozai.tumblr.com/) [oldweb](https://cutewebgraphics.tumblr.com/) [uploaders](https://pixel-soup.tumblr.com/) on [tumblr](https://www.tumblr.com/dashboard/hubs?filtered_tags=decome). The peach bullet is from [king lulu deer](https://www.deviantart.com/king-lulu-deer/art/Tini-Peach-677927551) on deviantart, and the sakura bullet is by [acryllia](https://www.deviantart.com/acryilia/art/Little-Pixel-Sakura-Bullet-Dark-741631116). Various icons (rss, menu toggle, up & back arrows) are from [phosphor](https://phosphoricons.com/).
|
Some photo editing (brushes, blurring, filters) is done on my phone with either [Line Camera](http://linecamera.snow.me/en) or [Bestie Camera](https://apps.apple.com/us/app/bestie-portrait-selfie-editor/id953511734) (also available [on android](https://play.google.com/store/apps/details?id=us.pinguo.selfie&pli=1)). Much of the pixel art is snagged from [various](https://lostsozai.tumblr.com/) [oldweb](https://cutewebgraphics.tumblr.com/) [uploaders](https://pixel-soup.tumblr.com/) on [tumblr](https://www.tumblr.com/dashboard/hubs?filtered_tags=decome). The peach bullet is from [king lulu deer](https://www.deviantart.com/king-lulu-deer/art/Tini-Peach-677927551) on deviantart, and the sakura bullet is by [acryllia](https://www.deviantart.com/acryilia/art/Little-Pixel-Sakura-Bullet-Dark-741631116). Various icons (rss, menu toggle, up & back arrows) are from [phosphor](https://phosphoricons.com/). "OwO what's this...?" animated gif (on both the [now]({% link _pages/now.md %}) and [uses]({% link _pages/uses.md %}) pages) by [SkeletonNekoGems12](https://www.deviantart.com/skeletonnekogems12/art/F2U-645188635).
|
||||||
|
|
||||||
The last.fm now playing script on my [now]({% link _pages/now.md %}) page is by [biancarosa](https://github.com/biancarosa/lastfm-last-played) on github. Current mood is powered by [imood](https://www.imood.com/), and status at the top of the [now](/now) page is powered by [status.cafe](https://status.cafe). The fonts used on this website are [Hezaedrus](https://fontlibrary.org/en/font/hezaedrus) by [Hubert & Fischer](https://hfs-studio.com/); [Hylie](https://befonts.com/hylie-font.html) and [Obliviate](https://befonts.com/obliviate-font.html) by [createshaa](https://createshaa.carrd.co/); [Firstly](https://befonts.com/firstly-display-font.html) by [stormyseas](https://befonts.com/author/stormyseas), [Doki Doki Mono](https://diefonk.itch.io/doki-doki-mono) by [diefonk](https://diefonk.itch.io/), [Love Letter TW](https://www.dafont.com/love-letter-tw.font) by [Dixie's Delights](https://www.fontspace.com/dixies-delights), [VCR OSD Mono](https://www.dafont.com/vcr-osd-mono.font) by [Riciery Leal](https://www.dafont.com/profile.php?user=777625), [Starlight Fixed](https://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=2737) by 1dl, and [Pixelated Elegance](https://www.fontspace.com/pixelated-elegance-font-f126145) by [GGBotNet](https://www.fontspace.com/ggbotnet). My counter is from [fc2](https://counter.fc2.com/), and my guestbook is provided by [atabook](https://atabook.org/).
|
The last.fm now playing script on my [now]({% link _pages/now.md %}) page is by [biancarosa](https://github.com/biancarosa/lastfm-last-played) on github. Current mood is powered by [imood](https://www.imood.com/), and status at the top of the [now](/now) page is powered by [status.cafe](https://status.cafe). The fonts used on this website are [Hezaedrus](https://fontlibrary.org/en/font/hezaedrus) by [Hubert & Fischer](https://hfs-studio.com/); [Hylie](https://befonts.com/hylie-font.html) and [Obliviate](https://befonts.com/obliviate-font.html) by [createshaa](https://createshaa.carrd.co/); [Firstly](https://befonts.com/firstly-display-font.html) by [stormyseas](https://befonts.com/author/stormyseas), [Doki Doki Mono](https://diefonk.itch.io/doki-doki-mono) by [diefonk](https://diefonk.itch.io/), [Love Letter TW](https://www.dafont.com/love-letter-tw.font) by [Dixie's Delights](https://www.fontspace.com/dixies-delights), [VCR OSD Mono](https://www.dafont.com/vcr-osd-mono.font) by [Riciery Leal](https://www.dafont.com/profile.php?user=777625), [Starlight Fixed](https://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=2737) by 1dl, and [Pixelated Elegance](https://www.fontspace.com/pixelated-elegance-font-f126145) by [GGBotNet](https://www.fontspace.com/ggbotnet). My counter is from [fc2](https://counter.fc2.com/), and my guestbook is provided by [atabook](https://atabook.org/).
|
||||||
|
|
||||||
|
|
|
@ -58,25 +58,25 @@ show_footer: true
|
||||||
<b>tv show</b>: <a href="https://en.wikipedia.org/wiki/Twin_Peaks">twin peaks</a>
|
<b>tv show</b>: <a href="https://en.wikipedia.org/wiki/Twin_Peaks">twin peaks</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>video game</b>: <a href="https://en.wikipedia.org/wiki/EarthBound">mother 2</a>
|
<b><a href="{% link _pages/games.md %}">video game</a></b>: <a href="https://en.wikipedia.org/wiki/EarthBound">mother 2</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>anime</b>: <a href="https://en.wikipedia.org/wiki/Sailor_Moon_SuperS">sailor moon superS</a>
|
<b><a href="{% link _pages/anime.md %}">anime</a></b>: <a href="https://en.wikipedia.org/wiki/Sailor_Moon_SuperS">sailor moon superS</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>anime genre</b>: <a href="https://en.wikipedia.org/wiki/Iyashikei">iyashikei</a>, <a href="https://en.wikipedia.org/wiki/List_of_slice_of_life_anime">slice-of-life</a>, <a href="https://en.wikipedia.org/wiki/Magical_girl">mahou shoujo</a>
|
<b><a href="{% link _pages/anime.md %}">anime</a> genre</b>: <a href="https://tvtropes.org/pmwiki/pmwiki.php/Main/CuteGirlsDoingCuteThings">cute girls doing cute things</a>, <a href="https://en.wikipedia.org/wiki/Magical_girl">mahou shoujo</a>, <a href="https://en.wikipedia.org/wiki/List_of_horror_anime">horror</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>manga</b>: <a href="https://en.wikipedia.org/wiki/No_Matter_How_I_Look_at_It_It%27s_You_Guys%27_Fault_I%27m_Not_Popular!">watamote!</a>
|
<b><a href="{% link _pages/manga.md %}">manga</a></b>: <a href="https://en.wikipedia.org/wiki/Shimeji_Simulation">shimeji simulation</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>manga genre</b>: <a href="https://en.wikipedia.org/wiki/Josei_manga">josei</a>, <a href="https://en.wikipedia.org/wiki/Seinen_manga">seinen</a>, <a href="https://en.wikipedia.org/wiki/Yonkoma">4koma</a>
|
<b><a href="{% link _pages/manga.md %}">manga</a> genre</b>: <a href="https://en.wikipedia.org/wiki/Yonkoma">4koma</a>, <a href="https://en.wikipedia.org/wiki/Seinen_manga">seinen</a>, <a href="https://en.wikipedia.org/wiki/Sh%C5%8Djo_manga">shoujo</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>book</b>: <a href="https://en.wikipedia.org/wiki/1Q84">1Q84</a> by haruki murakami
|
<b>book</b>: <a href="https://en.wikipedia.org/wiki/1Q84">1Q84</a> by haruki murakami
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>genre</b>: <a href="https://en.wikipedia.org/wiki/Yuri_(genre)">yuri</a>, <a href="https://en.wikipedia.org/wiki/Lovecraftian_horror">cosmic horror</a>, <a href="https://en.wikipedia.org/wiki/Psychological_thriller">psychological thriller</a>
|
<b>genre (general)</b>: <a href="https://en.wikipedia.org/wiki/Yuri_(genre)">yuri</a>, <a href="https://en.wikipedia.org/wiki/Lovecraftian_horror">cosmic horror</a>, <a href="https://en.wikipedia.org/wiki/Psychological_thriller">psychological thriller</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ show_footer: true
|
||||||
languages (eng/jpn/german), DIY (cooking, crochet, sewing, jewelrymaking, needlepoint), japanese idols, coding/web design, blogging, modding games, customizing/decorating (with stickers, washi tape, etc.), journaling & planners, singing, kpop, gardening, doodling, video games (animal crossing, harvest moon, stardew valley, jrpgs, and VNs are some favorites), spending time with the homies
|
languages (eng/jpn/german), DIY (cooking, crochet, sewing, jewelrymaking, needlepoint), japanese idols, coding/web design, blogging, modding games, customizing/decorating (with stickers, washi tape, etc.), journaling & planners, singing, kpop, gardening, doodling, video games (animal crossing, harvest moon, stardew valley, jrpgs, and VNs are some favorites), spending time with the homies
|
||||||
|
|
||||||
### likes
|
### likes
|
||||||
cute things, sanrio (little twin stars, my melody, my sweet piano), san-x (sumikko gurashi [tokage, ebifurai no shippo], korilakkuma, tare panda), plushies, flowers, coffee, tea, floral flavors, nice people, open-minded people, teas & tisanes, soft & soothing music, naps, animals (sloths, fruit bats, pandas, lesser pandas, sheep, and frogs especially), sweets (tiramisu, crème caramel), pastries (croissant, pain au chocolat, cornets), fountain pens, pastels, tattooing, skincare & makeup, old web
|
cute things, sanrio (little twin stars, my melody, my sweet piano), san-x (sumikko gurashi [tokage, ebifurai no shippo], korilakkuma, tare panda), plushies, flowers, coffee, tea, floral flavors, nice people, open-minded people, teas & tisanes, soft & soothing music, naps, animals (sloths, fruit bats, pandas, lesser pandas, sheep, and frogs especially), sweets (tiramisu, crème caramel), pastries (croissant, pain au chocolat, cornets), fountain pens, pastels, tattooing, skincare & makeup, old web/web 1.0/webcore
|
||||||
|
|
||||||
### dislikes
|
### dislikes
|
||||||
awful people (nazis, racists, ableists, homophobes, terfs, swerfs, maps, etc.), crowded places, bugs (especially arachnids), hospitals, insomnia, my parents, tiktok, capitalism, nfts/crypto bullshit/web 3.0
|
awful people (nazis, racists, ableists, homophobes, terfs, swerfs, maps, etc.), crowded places, bugs (especially arachnids), hospitals, insomnia, my parents, tiktok, capitalism, nfts/crypto bullshit/web 3.0
|
||||||
|
|
371
_pages/anime.md
Normal file
|
@ -0,0 +1,371 @@
|
||||||
|
---
|
||||||
|
layout: 2col
|
||||||
|
title: anime
|
||||||
|
permalink: /anime
|
||||||
|
menu: interest
|
||||||
|
menu-title: anime
|
||||||
|
toc: true
|
||||||
|
show_footer: true
|
||||||
|
---
|
||||||
|
much to many people's surprise, I am not *super duper* huge into anime; that is to say, I don't follow what's currently being released that closely, unless something just really grabs my eye.
|
||||||
|
|
||||||
|
western media has an oversaturation of heteronormative and man-centered stories, and part of what I have long loved about anime are the wealth of stories for girls, about girls, and about relationships between girls, so I tend to gravitate toward that.
|
||||||
|
|
||||||
|
that being said, the types of anime I tend to enjoy fall into the following categories:
|
||||||
|
- [magical girl](#-magical-girl)
|
||||||
|
- [cute girls doing cute things](#-cute-girls-doing-cute-things)
|
||||||
|
- [horror](#-horror)
|
||||||
|
- [everything else](#-everything-else)
|
||||||
|
|
||||||
|
growing up poor in the 90's without much access to anime (really just whatever aired on basic cable/cartoon network's toonami block), I basically watched whatever was available whenever. So, for a lot of the things I'm interested in, I've seen *part* of (sometimes even just a middle of an arc), but just never bothered/had the opportunity to finish. hopefully organizing things into this list will help change that! (we shall see...)
|
||||||
|
|
||||||
|
![warning](/img/emoji/warning.gif) near a title denotes series I've seen part of but haven't finished.
|
||||||
|
|
||||||
|
as for ranking, I've chosen to use the same ranking system as one of my favorite mobile games, [love live! school idol festival](https://schoolido.lu/), which is now defunct. ultra rare is the highest ranking, and normal the lowest. I simply did not list things I didn't like, so you can think of anything I assigned a "normal" ranking to as "stuff I enjoyed, but it was kind of meh overall."
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![all](/img/All.png) magical girl
|
||||||
|
if for some reason, you're unfamiliar with this genre, it's about (usually teenaged or younger) girls getting some kind of magical powers and fighting evil; there's usually cute mascots, heavy themes of friendship (and sometimes yuri/shoujo ai), etc. these are very often aimed at children, but I've loved them since I myself was a child. >w< for the sake of simplicity, I've also included any series with magic as a focus and a cast of mostly girls.
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URAll.png) ultra rare
|
||||||
|
- mahou shoujo madoka☆magica
|
||||||
|
homura, mami, madoka
|
||||||
|
- bishoujo senshi sailor moon
|
||||||
|
hotaru, michiru, chibi-usa
|
||||||
|
- shoujo kakumei utena
|
||||||
|
utena, anthy
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRAll.png) super super rare
|
||||||
|
- card captor sakura
|
||||||
|
tomoyo, sakura
|
||||||
|
- magic knight rayearth ![warning](/img/emoji/warning.gif)
|
||||||
|
hououji fuu
|
||||||
|
- choujigen game neptune
|
||||||
|
pururut/iris heart, compa
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRAll.png) super rare
|
||||||
|
- star twinkle precure
|
||||||
|
lala/cure milky
|
||||||
|
- mahou shoujo pretty sammy
|
||||||
|
sasami
|
||||||
|
|
||||||
|
### ![rare](/img/RAll.png) rare
|
||||||
|
- little witch academia ![warning](/img/emoji/warning.gif)
|
||||||
|
sucy
|
||||||
|
- mahou tsukai tai!
|
||||||
|
akane
|
||||||
|
- shamanic princess
|
||||||
|
|
||||||
|
### ![normal](/img/NAll.png) normal
|
||||||
|
- maji de otaku na english! ribbon-chan: eigo de tatakau mahou shoujo
|
||||||
|
garnett
|
||||||
|
- mahou tenshi creamy mami ![warning](/img/emoji/warning.gif)
|
||||||
|
- full moon wo sagashite ![warning](/img/emoji/warning.gif)
|
||||||
|
- demashitaa! powerpuff girls Z ![warning](/img/emoji/warning.gif)
|
||||||
|
- cutie honey ![warning](/img/emoji/warning.gif)
|
||||||
|
- puni puni☆poemii
|
||||||
|
- corrector yui ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
#### want to watch
|
||||||
|
- kamichama karin
|
||||||
|
- nurse witch komugi-chan
|
||||||
|
- magia record series
|
||||||
|
- sasami☆mahou shoujo club
|
||||||
|
- mahou shoujo lyrical nanoha
|
||||||
|
- kamikaze kaitou jeanne
|
||||||
|
- the other precure series
|
||||||
|
- tokyo mew mew
|
||||||
|
- machikado mazoku
|
||||||
|
- ojamajo doremi
|
||||||
|
- mewkledreamy
|
||||||
|
- mermaid melody pichi pichi pitch
|
||||||
|
- magical suite prism nana
|
||||||
|
- mahou shoujo? naria☆girls
|
||||||
|
- sugar sugar rune
|
||||||
|
- fate/kaleid liner prisma☆illya
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![smile](/img/Smile.png) cute girls doing cute things
|
||||||
|
this name has been applied to many slice-of-life anime with all-girl casts; usually depicting the day-to-day lives of a group of friends. good, wholesome fun, with a dose of yuri!
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URsmile.png) ultra rare
|
||||||
|
- blend S
|
||||||
|
maika & mafuyu
|
||||||
|
- gochuumon wa usagi desu ka?
|
||||||
|
chino, chiya, aoyama
|
||||||
|
- nichijou
|
||||||
|
nano & hakase
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRSmile.png) super super rare
|
||||||
|
- kobayashi-san chi no maidragon ![warning](/img/emoji/warning.gif)
|
||||||
|
kamui kanna
|
||||||
|
- bocchi the rock!
|
||||||
|
bocchi & kikuri
|
||||||
|
- lucky☆star
|
||||||
|
miyuki & tsukasa
|
||||||
|
- yuru yuri
|
||||||
|
himawari, chitose, chinatsu, kaede
|
||||||
|
- ARIA the ANIMATION ![warning](/img/emoji/warning.gif)
|
||||||
|
aria-shachou
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRSmile.png) super rare
|
||||||
|
- penguin musume♥heart
|
||||||
|
mary, sakura
|
||||||
|
- demi-chan wa kataritai
|
||||||
|
yuki & satou-sensei
|
||||||
|
- chicchana yukitsukai sugar ![warning](/img/emoji/warning.gif)
|
||||||
|
pepper, sugar
|
||||||
|
|
||||||
|
### ![rare](/img/Rsmile.png) rare
|
||||||
|
- K-ON!
|
||||||
|
azusa & tsumugi
|
||||||
|
- love live! school idol project ![warning](/img/emoji/warning.gif)
|
||||||
|
nico, kotori
|
||||||
|
- stella no mahou
|
||||||
|
tamaki, ayame
|
||||||
|
- plastic nee-san
|
||||||
|
iroe
|
||||||
|
- the idolm@ster
|
||||||
|
ritsuko, iori, yayoi, miki
|
||||||
|
- hanamaru youchien
|
||||||
|
koume, hiiragi
|
||||||
|
- gabriel dropout ![warning](/img/emoji/warning.gif)
|
||||||
|
satania
|
||||||
|
- ai mai! moe can change!
|
||||||
|
|
||||||
|
### ![normal](/img/NSmile.png) normal
|
||||||
|
- 22/7
|
||||||
|
sakura, akane
|
||||||
|
- kill me baby ![warning](/img/emoji/warning.gif)
|
||||||
|
agiri, sonya
|
||||||
|
- shikanoko nokonoko koshitantan ![warning](/img/emoji/warning.gif)
|
||||||
|
- himouto! umaru-chan ![warning](/img/emoji/warning.gif)
|
||||||
|
- kiniro mosaic ![warning](/img/emoji/warning.gif)
|
||||||
|
- shinryaku! ika musume ![warning](/img/emoji/warning.gif)
|
||||||
|
- stella jogakuin koutouka c3-bu ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
#### want to watch
|
||||||
|
- jinrui wa suitai shimashita
|
||||||
|
- paniponi dash!
|
||||||
|
- shoujo shuumatsu ryokou
|
||||||
|
- non non biyori
|
||||||
|
- binzume yousei
|
||||||
|
- yuru camp△
|
||||||
|
- yama no susume
|
||||||
|
- di gi charat
|
||||||
|
- ichigo marshmallow
|
||||||
|
- love live! sunshine!!
|
||||||
|
- a channel
|
||||||
|
- hidamari sketch
|
||||||
|
- majo no tabitabi
|
||||||
|
- girls und panzer
|
||||||
|
- asobi asobase
|
||||||
|
- nekopara
|
||||||
|
- maou-jou de oyasumi
|
||||||
|
- tamako market
|
||||||
|
- so ra no wo to
|
||||||
|
- strike witches
|
||||||
|
- azumanga daioh
|
||||||
|
- yakunara mugcup mo
|
||||||
|
- flying witch
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![pure](/img/Pure.png) horror
|
||||||
|
for the sake of simplicity, I am looping horror, mystery, supernatural, and thriller together here under the catch-all genre title of "horror." anything scary, chilling, dealing with poisonous radio waves that alter people's minds, the supernatural, or psychological horror is here.
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URpure.png) ultra rare
|
||||||
|
- serial experiments lain
|
||||||
|
lain
|
||||||
|
- higurashi no naku koro ni
|
||||||
|
rika, hanyuu, miyo, bernkastel
|
||||||
|
- steins;gate
|
||||||
|
feyris nyan-nyan, daru, moeka
|
||||||
|
- perfect blue
|
||||||
|
mima
|
||||||
|
- mawaru penguindrum
|
||||||
|
himari, sanetoshi
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRPure.png) super super rare
|
||||||
|
- koukaku kidoutai: STAND ALONE COMPLEX
|
||||||
|
tachikoma, batou, major kusanagi
|
||||||
|
- shin seiki evangelion
|
||||||
|
asuka, rei, misato
|
||||||
|
- paprika
|
||||||
|
- wonder egg priority
|
||||||
|
frill
|
||||||
|
- kamisama no memochou
|
||||||
|
alice, min
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRpure.png) super rare
|
||||||
|
- haibane renmei ![warning](/img/emoji/warning.gif)
|
||||||
|
- jigoku shoujo
|
||||||
|
enma ai, kikuri, hone onna, tsugumi
|
||||||
|
- tokyo babylon
|
||||||
|
- danganronpa: kibou no gakuen to zetsubou no koukousei
|
||||||
|
touko, chihiro, junko, sayaka, celestia
|
||||||
|
|
||||||
|
### ![rare](/img/RPure.png) rare
|
||||||
|
- umineko no naku koro ni ![warning](/img/emoji/warning.gif)
|
||||||
|
bernkastel, maria, shannon
|
||||||
|
- blood-C
|
||||||
|
saya, nene
|
||||||
|
- mahou shoujo ikusei keikaku
|
||||||
|
sister nana, ayana/swim swim
|
||||||
|
- nekojiro-sou
|
||||||
|
- .hack//SIGN
|
||||||
|
subaru, BT
|
||||||
|
- black★rock shooter
|
||||||
|
dead master/takanashi yomi
|
||||||
|
- bakemonogatari ![warning](/img/emoji/warning.gif)
|
||||||
|
mayoi
|
||||||
|
|
||||||
|
### ![normal](/img/NPure.png) normal
|
||||||
|
- cossette no shouzou
|
||||||
|
- dantalian no shoka
|
||||||
|
dalian
|
||||||
|
- denpa teki na kanojo
|
||||||
|
ame
|
||||||
|
- deadman wonderland
|
||||||
|
shiro, minatsuki
|
||||||
|
- no.6
|
||||||
|
- mamono hunter youko
|
||||||
|
- gunnm
|
||||||
|
gally
|
||||||
|
|
||||||
|
### want to watch
|
||||||
|
- uzumaki
|
||||||
|
- mousou dairinin
|
||||||
|
- boogiepop wa warawanai
|
||||||
|
- another
|
||||||
|
- happy sugar life
|
||||||
|
- kyuuketsuhime miyu
|
||||||
|
- blood+
|
||||||
|
- mahou shoujo site
|
||||||
|
- the rest of the monogatari series
|
||||||
|
- chainsaw man
|
||||||
|
- dark gathering
|
||||||
|
- texhnolyze
|
||||||
|
- ergo proxy
|
||||||
|
- ookami kakushi
|
||||||
|
- shiki
|
||||||
|
- chaos;head
|
||||||
|
- ayashi no ceres
|
||||||
|
- pupipo!
|
||||||
|
- elfen lied
|
||||||
|
- mirai nikki
|
||||||
|
- tenshi no tamago
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![cool](/img/Cool.png) everything else
|
||||||
|
sometimes, things that aren't terrifying tales of cute magical girls can be interesting. ![hehe](/img/emoji/mymelolaugh.gif)
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URCool.png) ultra rare
|
||||||
|
- yokohama kaidashi kikou
|
||||||
|
alpha
|
||||||
|
- karigurashi no arrietty
|
||||||
|
arrietty
|
||||||
|
- sousou no frieren
|
||||||
|
frieren, fern
|
||||||
|
- koe no katachi
|
||||||
|
shouko, yuzuru
|
||||||
|
- tonari no totoro
|
||||||
|
mei, makkuro-kurosuke, shou-totoro
|
||||||
|
- kidou senshi zeta gundam
|
||||||
|
quattro bajeena, haman, roux luka
|
||||||
|
- kidou senshi gundam
|
||||||
|
char aznable, sayla mass, lalah sune, haro
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRcool.png) super super rare
|
||||||
|
- sen to chihiro no kamikakushi
|
||||||
|
chihiro, makkuro-kurosuke, kamajii, bou
|
||||||
|
- mononoke-hime
|
||||||
|
san, moro no kimi, kodama
|
||||||
|
- howl no ugoku shiro
|
||||||
|
- suzumiya haruhi no yuuutsu
|
||||||
|
asahina mikuru, nagato yuki
|
||||||
|
- gaikotsu shoteinin honda-san
|
||||||
|
honda, pest mask
|
||||||
|
- sakigake!! cromartie koukou
|
||||||
|
mechazawa, freddie
|
||||||
|
- toradora!
|
||||||
|
yasuko/mirano, taiga
|
||||||
|
- poptepipikku/pop team epic ![warning](/img/emoji/warning.gif)
|
||||||
|
- popotan
|
||||||
|
mii
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRCool.png) super rare
|
||||||
|
- coquelicot-zaka kara
|
||||||
|
- outlaw star
|
||||||
|
melfina, aisha clanclan
|
||||||
|
- watashi ga motenai no wa dou kangaetemo omaera ga warui!
|
||||||
|
tomoko, yuu
|
||||||
|
- slayers
|
||||||
|
amelia, lina
|
||||||
|
- heppoko jikken animation excel saga
|
||||||
|
hyatt, il palazzo, puchuu
|
||||||
|
- koutetsu tenshi kurumi
|
||||||
|
kurumi
|
||||||
|
- midara na ao-chan wa benkyou ga dekinai
|
||||||
|
ao-chan, hanasaki
|
||||||
|
- tokyo godfathers
|
||||||
|
|
||||||
|
### ![rare](/img/RCool.png) rare
|
||||||
|
- rozen maiden ![warning](/img/emoji/warning.gif)
|
||||||
|
- gake no ue no ponyo
|
||||||
|
ponyo, risa
|
||||||
|
- tenchi muyou!
|
||||||
|
washuu, sasami, aeka
|
||||||
|
- back street girls -gokudols-
|
||||||
|
chika
|
||||||
|
- denpa onna to seishun otoko
|
||||||
|
erio, meme, ryuuko, yashiro
|
||||||
|
- niea under 7 ![warning](/img/emoji/warning.gif)
|
||||||
|
- tenkuu no escaflowne
|
||||||
|
dilandau, merle
|
||||||
|
- fushigi no kuni no miyuki-chan
|
||||||
|
- ishuzoku reviewers
|
||||||
|
meidri, piltia, bubulala
|
||||||
|
- FLCL
|
||||||
|
- yuuri!!! on ICE
|
||||||
|
victor, katsuki yuuri
|
||||||
|
- chuunibyou demo koi ga shitai!
|
||||||
|
dekomori sanae, yumeha
|
||||||
|
- doubutsu no mori
|
||||||
|
master/brewster, fuuko/celeste
|
||||||
|
- kuragehime ![warning](/img/emoji/warning.gif)
|
||||||
|
- fruits basket
|
||||||
|
shigure, yuki
|
||||||
|
|
||||||
|
### ![normal](/img/Ncool.png) normal
|
||||||
|
- danna ga nani wo itteiru ka wakaranai ken
|
||||||
|
kaoru, hajime
|
||||||
|
- ro-kyu-bu ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### want to watch
|
||||||
|
- lycoris recoil
|
||||||
|
- kyoukai no kanata
|
||||||
|
- air
|
||||||
|
- clannad
|
||||||
|
- kanon
|
||||||
|
- tsukuyomi: moon phase
|
||||||
|
- youjouhan shinwa taikei
|
||||||
|
- violet evergarden
|
||||||
|
- kotonoha no niwa
|
||||||
|
- robotics;notes
|
||||||
|
- hoshi wo ou kodomo
|
||||||
|
- chobits
|
||||||
|
- toaru kagaku no railgun
|
||||||
|
- key the metal idol
|
||||||
|
- nagato yuki-chan no shoushitsu
|
||||||
|
- pitaten
|
||||||
|
- fushigi yuugi
|
||||||
|
- mahoromatic
|
||||||
|
- mitsudomoe
|
||||||
|
- galaxy angel
|
||||||
|
- saber marionette J
|
||||||
|
- majo no takkyuubin
|
||||||
|
- acchi kocchi
|
|
@ -94,7 +94,7 @@ a departure from the more modern-day entries here, but enjoyable nonetheless. a
|
||||||
only you can see the yuri ghosts who inhabit the roof of an all-girl's school, and now you have to help them play matchmaker! this too, is yuri.
|
only you can see the yuri ghosts who inhabit the roof of an all-girl's school, and now you have to help them play matchmaker! this too, is yuri.
|
||||||
|
|
||||||
- [galaxy angel](https://vndb.org/v860)
|
- [galaxy angel](https://vndb.org/v860)
|
||||||
classic galge, vanilla is best girl.
|
classic SF galge plus space battles, vanilla is best girl.
|
||||||
|
|
||||||
- [sonicomi](https://store.steampowered.com/app/444140/Sonicomi/)
|
- [sonicomi](https://store.steampowered.com/app/444140/Sonicomi/)
|
||||||
sonico is a gravure model and you are her photographer. goofy but fun.
|
sonico is a gravure model and you are her photographer. goofy but fun.
|
||||||
|
|
|
@ -14,6 +14,9 @@ this will become more populated as I find/remember cool stuff to put here!
|
||||||
### cliques
|
### cliques
|
||||||
{% include layout/cliques.html %}
|
{% include layout/cliques.html %}
|
||||||
|
|
||||||
|
### webrings
|
||||||
|
{% include layout/webring.html %}
|
||||||
|
|
||||||
### fanlistings
|
### fanlistings
|
||||||
{% include layout/fanlist.html %}
|
{% include layout/fanlist.html %}
|
||||||
|
|
||||||
|
|
261
_pages/manga.md
Normal file
|
@ -0,0 +1,261 @@
|
||||||
|
---
|
||||||
|
layout: 2col
|
||||||
|
title: manga & light novel
|
||||||
|
permalink: /manga
|
||||||
|
menu: interest
|
||||||
|
menu-title: manga & LN
|
||||||
|
toc: true
|
||||||
|
show_footer: true
|
||||||
|
---
|
||||||
|
growing up poor in the 90's, manga was much more readily available to me in the form of both scanlations and just being able to idle in the local bookstore aisle while my parents did their shopping and reading whatever the bookstore had in stock.
|
||||||
|
|
||||||
|
however, bookstores would often only carry the first few volumes, and as a result, there's tons of manga I've started but haven't gotten around to finishing...![pout](/img/emoji/pout.gif) (hopefully I can start to remedy that!)
|
||||||
|
|
||||||
|
anyway, the manga & light novels I tend to enjoy the most tend to fall into the following categories:
|
||||||
|
- [4koma](#-4koma)
|
||||||
|
- [seinen](#-seinen)
|
||||||
|
- [shoujo](#-shoujo)
|
||||||
|
- [everything else](#-everything-else)
|
||||||
|
|
||||||
|
![warning](/img/emoji/warning.gif) near a title denotes series I've read part of but haven't finished (or is still in publication).
|
||||||
|
|
||||||
|
as for ranking, I've chosen to use the same ranking system as one of my favorite mobile games, [love live! school idol festival](https://schoolido.lu/), which is now defunct. ultra rare is the highest ranking, and normal the lowest. I simply did not list things I didn't like, so you can think of anything I assigned a "normal" ranking to as "stuff I enjoyed, but it was kind of meh overall."
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![all](/img/All.png) 4koma
|
||||||
|
koma here refers to manga panels, so 4koma means 4-panel manga. most commonly used as a gag manga format, there are plenty of other genre'd titles as well. easy to sit down and read for a few hours or pick up right where you left off, these types of stories usually focus primarily on a cast of loveable characters and the shenanigans they get into rather than a single overarching plot.
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URAll.png) ultra rare
|
||||||
|
- shimeji simulation
|
||||||
|
shijima, majime, mogawa-sensei
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRAll.png) super super rare
|
||||||
|
- a-channel ![warning](/img/emoji/warning.gif)
|
||||||
|
tooru, run
|
||||||
|
- azumanga daioh
|
||||||
|
chiyo-chan, osaka, sakaki-san
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRAll.png) super rare
|
||||||
|
- lucky☆star
|
||||||
|
tsukasa, miyuki
|
||||||
|
- poputepipikku ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![rare](/img/RAll.png) rare
|
||||||
|
- shiawase kanako no koroshiya seikatsu ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![normal](/img/NAll.png) normal
|
||||||
|
- nyoro~n churuya-san
|
||||||
|
churuya
|
||||||
|
|
||||||
|
#### want to read
|
||||||
|
- gochuumon wa usagi desu ka?
|
||||||
|
- stella no mahou
|
||||||
|
- blend-s
|
||||||
|
- cafe☆griefseed e youkoso!
|
||||||
|
- slow start
|
||||||
|
- acchi kocchi
|
||||||
|
- fushigi neko no kyuu-chan
|
||||||
|
- helvetica standard
|
||||||
|
- nichijou
|
||||||
|
- potemayo
|
||||||
|
- kiniro mosaic
|
||||||
|
- sakura trick
|
||||||
|
- hoshikuzu telepath
|
||||||
|
- yuru yuri
|
||||||
|
- hidamari sketch
|
||||||
|
- aan-chan no aan
|
||||||
|
- yuyushiki
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![smile](/img/Smile.png) seinen
|
||||||
|
seinen manga are usually aimed at young adult men, as opposed to its partner genre, josei. whereas josei manga is aimed at young adult women and tends to focus on romance, seinen manga ranges from grimdark GAR he-man stuff all the way to cute moeblob girl stuff. guess which one I prefer? uwu
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URsmile.png) ultra rare
|
||||||
|
- hanamaru hoppe
|
||||||
|
hana
|
||||||
|
- gunnm / battle angel alita
|
||||||
|
gally
|
||||||
|
- another <small>(LN)</small>
|
||||||
|
mei
|
||||||
|
- boku wa mari no naka
|
||||||
|
isao/mari, yori
|
||||||
|
- amigara dansou no kai
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRSmile.png) super super rare
|
||||||
|
- shoujo shuumatsu ryokou ![warning](/img/emoji/warning.gif)
|
||||||
|
- mahou shoujo♡misoji ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRSmile.png) super rare
|
||||||
|
- aa! megami-sama! ![warning](/img/emoji/warning.gif)
|
||||||
|
skuld
|
||||||
|
- chobits ![warning](/img/emoji/warning.gif)
|
||||||
|
sumomo, chii
|
||||||
|
- rozen maiden ![warning](/img/emoji/warning.gif)
|
||||||
|
hina ichigo, suiseiseki
|
||||||
|
|
||||||
|
### ![rare](/img/Rsmile.png) rare
|
||||||
|
- kodomo no jikan
|
||||||
|
usa mimi
|
||||||
|
|
||||||
|
### ![normal](/img/NSmile.png) normal
|
||||||
|
- chikan otoko
|
||||||
|
|
||||||
|
#### want to read
|
||||||
|
- tasogare-boshi no sui to neri
|
||||||
|
- non non biyori
|
||||||
|
- hanamaru youchien
|
||||||
|
- tsukuyomi
|
||||||
|
- city
|
||||||
|
- himawari-san
|
||||||
|
- tongari boushi no atelier
|
||||||
|
- xxxholic
|
||||||
|
- kobato.
|
||||||
|
- fushigi no kuni no miyuki-chan
|
||||||
|
- gunnm: last order
|
||||||
|
- gunnm: kaisei senki
|
||||||
|
- suichuu kishi
|
||||||
|
- jinrui wa suitai shimashita <small>(LN)</small>
|
||||||
|
- uzumaki
|
||||||
|
- chi no wadachi
|
||||||
|
- ARIA
|
||||||
|
- mahoromatic
|
||||||
|
- oyasumi punpun
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![pure](/img/Pure.png) shoujo
|
||||||
|
comics about girls and for girls are listed here. frequently feature themes of love, school life, and friendship. mahou shoujo (magical girls) are a common subgenre of the shoujo genre. mostly very tame and fluffy, but there are always exceptions.
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URpure.png) ultra rare
|
||||||
|
- bishoujo senshi sailor moon ![warning](/img/emoji/warning.gif)
|
||||||
|
hotaru, chibi-usa, michiru, usagi
|
||||||
|
- planet ladder ![warning](/img/emoji/warning.gif)
|
||||||
|
kaguya
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRPure.png) super super rare
|
||||||
|
- card captor sakura ![warning](/img/emoji/warning.gif)
|
||||||
|
tomoyo
|
||||||
|
- tenshi kinryouku ![warning](/img/emoji/warning.gif)
|
||||||
|
- magic knight rayearth ![warning](/img/emoji/warning.gif)
|
||||||
|
fuu, emeraude, mokona
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRpure.png) super rare
|
||||||
|
- yousei hyouhon: fairy cube ![warning](/img/emoji/warning.gif)
|
||||||
|
- hot gimmick
|
||||||
|
hatsumi
|
||||||
|
- sunadokei
|
||||||
|
an
|
||||||
|
- gakuen alice ![warning](/img/emoji/warning.gif)
|
||||||
|
- kitchen no ohimesama ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![rare](/img/RPure.png) rare
|
||||||
|
- codename wa sailor v
|
||||||
|
- fushigi yuugi ![warning](/img/emoji/warning.gif)
|
||||||
|
- alice 19th ![warning](/img/emoji/warning.gif)
|
||||||
|
nyozeka
|
||||||
|
- zettai kareshi ![warning](/img/emoji/warning.gif)
|
||||||
|
- gals! ![warning](/img/emoji/warning.gif)
|
||||||
|
aya
|
||||||
|
- tokyo mew mew ![warning](/img/emoji/warning.gif)
|
||||||
|
lettuce, zakuro
|
||||||
|
- scissor sisters ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![normal](/img/NPure.png) normal
|
||||||
|
- absolute witch ![warning](/img/emoji/warning.gif)
|
||||||
|
- nana ![warning](/img/emoji/warning.gif)
|
||||||
|
- kodomo no omocha ![warning](/img/emoji/warning.gif)
|
||||||
|
- peach girl ![warning](/img/emoji/warning.gif)
|
||||||
|
- kaitou saint tail ![warning](/img/emoji/warning.gif)
|
||||||
|
- majo kaitou lip☆s ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
#### want to read
|
||||||
|
- alichino
|
||||||
|
- champignon no majo
|
||||||
|
- gokinjo monogatari
|
||||||
|
- kamichama karin
|
||||||
|
- aqua
|
||||||
|
- clover
|
||||||
|
- seiden: rg veda
|
||||||
|
- X
|
||||||
|
- tokyo babylon
|
||||||
|
- gohou drug
|
||||||
|
- suki. dakara suki
|
||||||
|
- wish
|
||||||
|
- kyuuketsu-hime yui
|
||||||
|
- boku no chikyuu wo mamotte
|
||||||
|
- love♡witch
|
||||||
|
- pq angels
|
||||||
|
- yumeiro pâtissière
|
||||||
|
- kamikaze kaitou jeanne
|
||||||
|
- full moon wo sagashite
|
||||||
|
- tokyo mew mew a la mode
|
||||||
|
- wedding peach
|
||||||
|
- fruits basket
|
||||||
|
- sugar sugar rune
|
||||||
|
- nurse angel ririka SOS
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## ![cool](/img/Cool.png) everything else
|
||||||
|
sometimes I read things that aren't soft fluffy shoujo, gag manga, or aimed at young men. and sometimes those things are good!
|
||||||
|
|
||||||
|
### ![ultra-rare](/img/URCool.png) ultra rare
|
||||||
|
- urasekai picnic <small>(LN)</small> ![warning](/img/emoji/warning.gif)
|
||||||
|
kozakura
|
||||||
|
- kamisama no memochou <small>(LN)</small>
|
||||||
|
alice
|
||||||
|
- ring series (ring, ring 2, rasen, birthday)
|
||||||
|
sadako
|
||||||
|
|
||||||
|
### ![super-super-rare](/img/SSRcool.png) super super rare
|
||||||
|
- aisarete mo iinda yo ![warning](/img/emoji/warning.gif)
|
||||||
|
manager, cocoa
|
||||||
|
- paradise kiss
|
||||||
|
miwako, isabella
|
||||||
|
- sheets no sukima
|
||||||
|
- yotsubato! ![warning](/img/emoji/warning.gif)
|
||||||
|
yotsuba
|
||||||
|
|
||||||
|
### ![super-rare](/img/SRCool.png) super rare
|
||||||
|
- komi-san wa, komyushou desu. ![warning](/img/emoji/warning.gif)
|
||||||
|
shouko
|
||||||
|
- watashi ga motenai no wa dou kangaete mo omaera ga warui!
|
||||||
|
katou, yuu, yuri
|
||||||
|
- suzumiya haruhi no yuuutsu <small>(LN)</small> ![warning](/img/emoji/warning.gif)
|
||||||
|
nagato, mikuru
|
||||||
|
- ichigo marshmallow ![warning](/img/emoji/warning.gif)
|
||||||
|
- tenchi muyou! ryououki ![warning](/img/emoji/warning.gif)
|
||||||
|
washuu, ayeka, sasami
|
||||||
|
- urusei yatsura ![warning](/img/emoji/warning.gif)
|
||||||
|
lum
|
||||||
|
|
||||||
|
### ![rare](/img/RCool.png) rare
|
||||||
|
- pupipo ![warning](/img/emoji/warning.gif)
|
||||||
|
- chainsaw man ![warning](/img/emoji/warning.gif)
|
||||||
|
- mamotte shugogetten! ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
### ![normal](/img/Ncool.png) normal
|
||||||
|
- hachimitsu to clover ![warning](/img/emoji/warning.gif)
|
||||||
|
- inu-yasha ![warning](/img/emoji/warning.gif)
|
||||||
|
- orange marmalade ![warning](/img/emoji/warning.gif)
|
||||||
|
- ore no imouto ga konna ni kawaii wake ga nai <small>(LN)</small> ![warning](/img/emoji/warning.gif)
|
||||||
|
|
||||||
|
#### want to read
|
||||||
|
- yokohama kaidashi kikou
|
||||||
|
- angel/dust
|
||||||
|
- miyakawa-ke no kuufuku
|
||||||
|
- monogatari series <small>(LN)</small>
|
||||||
|
- majo no tabitabi <small>(LN)</small>
|
||||||
|
- asumi-chan wa les fuuzoku ni kyoumi ga arimasu!
|
||||||
|
- murasakiiro no qualia
|
||||||
|
- sousou no frieren
|
||||||
|
- pitaten
|
||||||
|
- tsubasa: reservoir chronicle
|
||||||
|
- pani poni
|
||||||
|
- inu x boku ss
|
||||||
|
- to love-ru
|
||||||
|
- tomie
|
||||||
|
- himitsu no recipe
|
||||||
|
- more touhou official manga & doujin
|
|
@ -198,7 +198,7 @@ The term oshimen (推しメン) comes from 推し, to cheer, and メンバー, m
|
||||||
## korean idols
|
## korean idols
|
||||||
I heard my first Kpop in 2002 or so, when BoA released her first album. I followed kpop a little back then, but didn't really get more into it until around 2007 when a friend who also liked hello! project introduced me to Girls' Generation. I got kind of into it for a while, then in 2011 when the [Hallyu wave](https://en.wikipedia.org/wiki/Korean_Wave) really hit, I started following groups more seriously.
|
I heard my first Kpop in 2002 or so, when BoA released her first album. I followed kpop a little back then, but didn't really get more into it until around 2007 when a friend who also liked hello! project introduced me to Girls' Generation. I got kind of into it for a while, then in 2011 when the [Hallyu wave](https://en.wikipedia.org/wiki/Korean_Wave) really hit, I started following groups more seriously.
|
||||||
|
|
||||||
Since then, I've gotten into watching survival shows, beginning around when [Produce 48](https://kpop.fandom.com/wiki/Produce_48) aired. Since then, I've also watched [Girls Planet 999](https://kpop.fandom.com/wiki/Girls_Planet_999) and [R U Next?](https://kpop.fandom.com/wiki/R_U_Next%3F) I find that these shows, as problematic as they are, offer an insight into the trainees' personalities one might normally get to see (since I don't watch much Korean variety TV...maybe I should get into that?), which gives me a chance to grow fond of a girl, and I usually end up following my favorites even if they don't debut in the group the show is formed around.
|
Since then, I've gotten into watching survival shows, beginning around when [Produce 48](https://kpop.fandom.com/wiki/Produce_48) aired. Since then, I've also watched [Girls Planet 999](https://kpop.fandom.com/wiki/Girls_Planet_999) and [R U Next?](https://kpop.fandom.com/wiki/R_U_Next%3F) I find that these shows, as problematic as they are, offer an insight into the trainees' personalities one might not normally get to see (since I don't watch much Korean variety TV...maybe I should get into that?), which gives me a chance to grow fond of a girl, and I usually end up following my favorites even if they don't debut in the group the show is formed around.
|
||||||
|
|
||||||
{% include layout/kpop.html %}
|
{% include layout/kpop.html %}
|
||||||
---
|
---
|
||||||
|
@ -226,7 +226,6 @@ I don't know nearly as much about Korean idol culture as I do Japanese, but my u
|
||||||
- **원희 [Wonhee](https://illit.fandom.com/wiki/Wonhee)**
|
- **원희 [Wonhee](https://illit.fandom.com/wiki/Wonhee)**
|
||||||
- **민주 [Minju](https://illit.fandom.com/wiki/Minju)**
|
- **민주 [Minju](https://illit.fandom.com/wiki/Minju)**
|
||||||
- 모카 [Moka](https://illit.fandom.com/wiki/Moka)
|
- 모카 [Moka](https://illit.fandom.com/wiki/Moka)
|
||||||
- 이로하 [Iroha](https://illit.fandom.com/wiki/Iroha)
|
|
||||||
|
|
||||||
<a id="lesserafim"><img src="/img/music/lesserafim.png" alt="le sserafim"></a>
|
<a id="lesserafim"><img src="/img/music/lesserafim.png" alt="le sserafim"></a>
|
||||||
- 허윤진 [Huh Yunjin](https://www.instagram.com/jenaissante/)
|
- 허윤진 [Huh Yunjin](https://www.instagram.com/jenaissante/)
|
||||||
|
|
|
@ -7,7 +7,7 @@ menu-title: uses
|
||||||
show_footer: true
|
show_footer: true
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
<div align="center"><a href="https://indieweb.org/using">owo wot's this?</a></div>
|
<div align="center"><a href="https://indieweb.org/using"><img src="/img/owowhatsthis.gif"></a></div>
|
||||||
|
|
||||||
## technology
|
## technology
|
||||||
### pc
|
### pc
|
||||||
|
@ -32,7 +32,7 @@ custom built by my partner >w< (ty cutie! 🩷 ilu) with dual monitor setup
|
||||||
- **notes**: [cherrytree](https://www.giuspen.net/cherrytree/)
|
- **notes**: [cherrytree](https://www.giuspen.net/cherrytree/)
|
||||||
- **coding**: [VSCodium](https://vscodium.com/)
|
- **coding**: [VSCodium](https://vscodium.com/)
|
||||||
- **image editing**: [paint.NET](https://getpaint.net/)
|
- **image editing**: [paint.NET](https://getpaint.net/)
|
||||||
- **image viewer**: [irvanview](https://www.irfanview.com/)
|
- **image viewer**: [irfanview](https://www.irfanview.com/)
|
||||||
- **instant messaging**: [discord](https://discord.com/)
|
- **instant messaging**: [discord](https://discord.com/)
|
||||||
- **xmpp**: [gajim](https://gajim.org/)
|
- **xmpp**: [gajim](https://gajim.org/)
|
||||||
|
|
||||||
|
@ -53,8 +53,13 @@ ukagaka, also known as ghosts, are smol virtual desktop assistants that were pop
|
||||||
|
|
||||||
## stationery
|
## stationery
|
||||||
### pens
|
### pens
|
||||||
- **fountain pen**: [Platinum Little Meteor](https://fountainpensupplies.com/shop/platinum-meteor-pens/)
|
- **fountain pen**: [Platinum Little Meteor](https://fountainpensupplies.com/shop/platinum-meteor-pens/) (小流星)
|
||||||
<small>*not affiliated with this shop, just one of the only english-language storefronts I've seen with this pen; it's a Chinese-market exclusive of the <a href="https://platinumpenusa.com/preppy-fountain-pen/">Platinum Preppy</a>.</small>
|
<small>*not affiliated with this shop, just one of the only english-language storefronts I've seen with this pen; I am told it's a Chinese-market exclusive of the <a href="https://platinumpenusa.com/preppy-fountain-pen/">Platinum Preppy</a>.</small>
|
||||||
|
- sanrio x platinum crossover: my melody (sparkly pink)
|
||||||
|
- sanrio x platinum crossover: cinnamoroll (sparkly blue)
|
||||||
|
- sanrio x platinum crossover: hello kitty (sparkly purple)
|
||||||
|
- clear body w/sparkly lid: blue-green
|
||||||
|
- clear body w/sparkly lid: pink
|
||||||
- **ballpoint pen**: [Zebra Sarasa Airfit](https://www.clothandpaper.com/products/zebra-sarasa-dry-airfit-grip-rollerball-pen-0-5mm) 0.4 & 0.5mm
|
- **ballpoint pen**: [Zebra Sarasa Airfit](https://www.clothandpaper.com/products/zebra-sarasa-dry-airfit-grip-rollerball-pen-0-5mm) 0.4 & 0.5mm
|
||||||
<small>again, not affiliated with this shop, it's just a hard pen to find on english-language shops, as it seems to be an East Asia exclusive?</small>
|
<small>again, not affiliated with this shop, it's just a hard pen to find on english-language shops, as it seems to be an East Asia exclusive?</small>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ The retroweb refers to recreating with modern technology the way the internet wa
|
||||||
As someone who came of age in the late 90's/early 00's, the aesthetic of old-school internet is near and dear to my heart. Thus, this can be considered my little "web shrine" of sorts to that bygone era. If you see something here that you made and you're not linked at the bottom of this page and would like credit, please [contact me](mailto:{{ 'mana@peachmoon.moe' | encode_email }}) so I can add it!
|
As someone who came of age in the late 90's/early 00's, the aesthetic of old-school internet is near and dear to my heart. Thus, this can be considered my little "web shrine" of sorts to that bygone era. If you see something here that you made and you're not linked at the bottom of this page and would like credit, please [contact me](mailto:{{ 'mana@peachmoon.moe' | encode_email }}) so I can add it!
|
||||||
|
|
||||||
<div style="font-size: 0.8em; margin-bottom: .5em; text-align: center;">
|
<div style="font-size: 0.8em; margin-bottom: .5em; text-align: center;">
|
||||||
<i>favicon records 88x31 button, peach fairy, petalkitty, cutecoric, faeian, cute attraction, and tokage 80x15 buttons are made by me and licensed under <a href="http://www.wtfpl.net/about/" alt="wtf public license">WTFPL</a>.</i>
|
<i>favicon records button, peach fairy, petalkitty, cutecoric, faeian, cute attraction, and tokage buttons, and feiris nyannyan & himejoshi stamps are made by me and licensed under <a href="http://www.wtfpl.net/about/" alt="wtf public license">WTFPL</a>.</i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### buttons & banners
|
### buttons & banners
|
||||||
|
@ -104,12 +104,16 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<img src="/img/80x15/transrights.png" alt="trans rights" width="80" height="15">
|
<img src="/img/80x15/transrights.png" alt="trans rights" width="80" height="15">
|
||||||
<img src="/img/80x15/fat.gif" alt="fuck fatphobia" width="80" height="15">
|
<img src="/img/80x15/fat.gif" alt="fuck fatphobia" width="80" height="15">
|
||||||
<img src="/img/80x15/feminism.gif" alt="feminism" width="80" height="15">
|
<img src="/img/80x15/feminism.gif" alt="feminism" width="80" height="15">
|
||||||
<a href="https://www.codepink.org/"><img src="/img/80x15/codepink.gif" alt="code pink" width="80" height="15"></a>
|
<a href="https://www.codepink.org/">
|
||||||
<img src="/img/80x15/anarch_communism.png" alt="anarcho-communism" width="80" height="15">
|
<img src="/img/80x15/codepink.gif" alt="code pink" width="80" height="15">
|
||||||
<img src="/img/80x15/anarchy.gif" alt="go anarchy" width="80" height="15">
|
</a>
|
||||||
|
<a href="https://doctordizzy.space/graphics/">
|
||||||
|
<img src="/img/80x15/lovepowered.png" alt="love powered" width="80" height="15">
|
||||||
|
<img src="/img/80x15/optimist.png" alt="100% optimist" width="80" height="15">
|
||||||
|
<img src="/img/80x15/prokindness.png" alt="pro kindness" width="80" height="15">
|
||||||
|
</a>
|
||||||
<img src="/img/80x15/killtv.gif" alt="kill television" width="80" height="15">
|
<img src="/img/80x15/killtv.gif" alt="kill television" width="80" height="15">
|
||||||
<img src="/img/80x15/riaa.gif" alt="mp3 fuck the RIAA" width="80" height="15">
|
<img src="/img/80x15/riaa.gif" alt="mp3 fuck the RIAA" width="80" height="15">
|
||||||
<img src="/img/80x15/mean_people.gif" alt="mean people suck" width="80" height="15">
|
|
||||||
<img src="/img/80x15/zenbuddhism.png" alt="zen buddhism" width="80" height="15">
|
<img src="/img/80x15/zenbuddhism.png" alt="zen buddhism" width="80" height="15">
|
||||||
<img src="/img/80x15/bloggrl.gif" alt="girl blogger" width="80" height="15">
|
<img src="/img/80x15/bloggrl.gif" alt="girl blogger" width="80" height="15">
|
||||||
<img src="/img/80x15/code.gif" alt="code by hand" width="80" height="15">
|
<img src="/img/80x15/code.gif" alt="code by hand" width="80" height="15">
|
||||||
|
@ -222,6 +226,10 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
|
|
||||||
### stamps
|
### stamps
|
||||||
<div class="imgwall" id="stamp">
|
<div class="imgwall" id="stamp">
|
||||||
|
<a href="https://peachmoon.moe/webcore/">
|
||||||
|
<img src="/img/stamps/feyris2_bymana.png" alt="feiris nyannyan from steins;gate" width="99" height="55">
|
||||||
|
<img src="/img/stamps/himejoshi_bymana.gif" alt="himejoshi (princess girl, female yuri fan)" width="99" height="56">
|
||||||
|
</a>
|
||||||
<a href="https://www.deviantart.com/elstamporoonios/art/No-Wrong-Way-242000081">
|
<a href="https://www.deviantart.com/elstamporoonios/art/No-Wrong-Way-242000081">
|
||||||
<img src="/img/stamps/bodyacceptance.gif" alt="there is no wrong way to have a body" width="99" height="56">
|
<img src="/img/stamps/bodyacceptance.gif" alt="there is no wrong way to have a body" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
@ -271,7 +279,12 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<img src="/img/stamps/frenchfries.gif" alt="french fries" width="105" height="63">
|
<img src="/img/stamps/frenchfries.gif" alt="french fries" width="105" height="63">
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/stamps/flan.png" alt="flan" width="99" height="56">
|
<img src="/img/stamps/flan.png" alt="flan" width="99" height="56">
|
||||||
<img src="/img/stamps/peach.png" alt="peach" width="99" height="55">
|
<a href="https://graphic.neocities.org/stamps">
|
||||||
|
<img src="/img/stamps/peach.png" alt="peach" width="99" height="55">
|
||||||
|
<img src="/img/stamps/korilakkuma.png" alt="korilakkuma" width="99" height="55">
|
||||||
|
<img src="/img/stamps/ilovemyds.png" alt="i love my ds" width="99" height="56">
|
||||||
|
<img src="/img/stamps/sakura.gif" alt="sakura" width="99" height="56">
|
||||||
|
</a>
|
||||||
<img src="/img/stamps/pinkboba.png" alt="pink boba tea" width="99" height="56">
|
<img src="/img/stamps/pinkboba.png" alt="pink boba tea" width="99" height="56">
|
||||||
<a href="https://www.deviantart.com/kawaiistamps/art/kawaii-stamp-711633396">
|
<a href="https://www.deviantart.com/kawaiistamps/art/kawaii-stamp-711633396">
|
||||||
<img src="/img/stamps/rkgk.gif" alt="doodling" width="99" height="56">
|
<img src="/img/stamps/rkgk.gif" alt="doodling" width="99" height="56">
|
||||||
|
@ -298,7 +311,6 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<img src="/img/stamps/mymelody.png" alt="my melody" width="99" height="56">
|
<img src="/img/stamps/mymelody.png" alt="my melody" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/stamps/charmmy.gif" alt="charmmy kitty" width="99" height="56">
|
<img src="/img/stamps/charmmy.gif" alt="charmmy kitty" width="99" height="56">
|
||||||
<img src="/img/stamps/korilakkuma.png" alt="korilakkuma" width="99" height="55">
|
|
||||||
<a href="https://www.deviantart.com/gijinkaz/art/stamp-022-739217990">
|
<a href="https://www.deviantart.com/gijinkaz/art/stamp-022-739217990">
|
||||||
<img src="/img/stamps/rilakkuma.png" alt="rilakkuma" width="99" height="56">
|
<img src="/img/stamps/rilakkuma.png" alt="rilakkuma" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
@ -367,7 +379,9 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<img src="/img/stamps/BPM15Q.png" alt="bpm15q" width="99" height="57">
|
<img src="/img/stamps/BPM15Q.png" alt="bpm15q" width="99" height="57">
|
||||||
<img src="/img/stamps/CY8ER.png" alt="cy8er" width="99" height="57">
|
<img src="/img/stamps/CY8ER.png" alt="cy8er" width="99" height="57">
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/stamps/loona.png" alt="loona" width="99" height="56">
|
<a href="https://www.deviantart.com/hellanator/art/f2u-loona-logo-810974973">
|
||||||
|
<img src="/img/stamps/loona.png" alt="loona" width="99" height="56">
|
||||||
|
</a>
|
||||||
<a href="https://www.deviantart.com/scenekel/art/Internet-Yamero-Stamp-996732911">
|
<a href="https://www.deviantart.com/scenekel/art/Internet-Yamero-Stamp-996732911">
|
||||||
<img src="/img/stamps/needygirloverdose.gif" alt="needy girl overdose" width="99" height="56">
|
<img src="/img/stamps/needygirloverdose.gif" alt="needy girl overdose" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
@ -395,7 +409,6 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<img src="/img/stamps/pomgetswifi.gif" alt="pom gets wifi" width="99" height="57">
|
<img src="/img/stamps/pomgetswifi.gif" alt="pom gets wifi" width="99" height="57">
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/stamps/kirby.png" alt="hoshi no kirby" width="99" height="56">
|
<img src="/img/stamps/kirby.png" alt="hoshi no kirby" width="99" height="56">
|
||||||
<img src="/img/stamps/ilovemyds.png" alt="i love my ds" width="99" height="56">
|
|
||||||
<a href="https://www.deviantart.com/cutebunny666/art/062-657135836">
|
<a href="https://www.deviantart.com/cutebunny666/art/062-657135836">
|
||||||
<img src="/img/stamps/retrogaming.png" alt="retro gaming" width="99" height="56">
|
<img src="/img/stamps/retrogaming.png" alt="retro gaming" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
@ -415,7 +428,6 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/stamps/goingonlinetobesilly.png" alt="going online to act silly" width="99" height="57">
|
<img src="/img/stamps/goingonlinetobesilly.png" alt="going online to act silly" width="99" height="57">
|
||||||
<img src="/img/stamps/icollectplushies.png" alt="i collect plushies" width="99" height="56">
|
<img src="/img/stamps/icollectplushies.png" alt="i collect plushies" width="99" height="56">
|
||||||
<img src="/img/stamps/sakura.gif" alt="sakura" width="99" height="56">
|
|
||||||
<a href="https://mesoscale.neocities.org/">
|
<a href="https://mesoscale.neocities.org/">
|
||||||
<img src="/img/stamps/continue.png" alt="continue anyway?" width="99" height="56">
|
<img src="/img/stamps/continue.png" alt="continue anyway?" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
@ -425,6 +437,19 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
||||||
<a href="https://www.deviantart.com/blubble-the-blubs/art/Nyan-205931322">
|
<a href="https://www.deviantart.com/blubble-the-blubs/art/Nyan-205931322">
|
||||||
<img src="/img/stamps/nyancat.gif" alt="nyancat" width="99" height="56">
|
<img src="/img/stamps/nyancat.gif" alt="nyancat" width="99" height="56">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://www.deviantart.com/uwustamps/art/Sensory-Overload-Stamp-889410857">
|
||||||
|
<img src="/img/stamps/sensoryoverload.png" alt="prone to sensory overload" width="99" height="56">
|
||||||
|
</a>
|
||||||
|
<img src="/img/stamps/shobon.png" alt="shobon" width="100" height="56">
|
||||||
|
<a href="https://www.deviantart.com/softpeachytears/art/fragile-729862259">
|
||||||
|
<img src="/img/stamps/fragile.png" alt="fragile: handle with care" width="99" height="56">
|
||||||
|
</a>
|
||||||
|
<a href="https://www.deviantart.com/galaxyhorses/art/Napstablook-697568261">
|
||||||
|
<img src="/img/stamps/napstablook_undertale.png" alt="napstablook undertale" width="99" height="56">
|
||||||
|
</a>
|
||||||
|
<a href="https://www.deviantart.com/satanswildride/art/STAMP-Patchouli-158775809">
|
||||||
|
<img src="/img/stamps/patchy.gif" alt="patchouli knowledge touhou 6" width="100" height="57">
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
<img src="/img/stamps/" alt="" width="99" height="56">
|
<img src="/img/stamps/" alt="" width="99" height="56">
|
||||||
<!-->
|
<!-->
|
||||||
|
|
5
_posts/updates/2024-12-03-title.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "site update"
|
||||||
|
date: 2024-12-03
|
||||||
|
---
|
||||||
|
added [anime]({% link _pages/anime.md %}) and [manga & LN]({% link _pages/manga.md %}) pages. updated some information on [about me]({% link _pages/aboutme.md %}). added some [links]({% link _pages/links.md %}).
|
BIN
img/80x15/lovepowered.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
img/80x15/optimist.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
img/80x15/prokindness.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
img/All.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
img/Cool.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
img/NAll.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
img/NPure.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/NSmile.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/Ncool.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
img/Pure.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
img/RAll.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
img/RCool.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/RPure.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
img/Rsmile.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
img/SRAll.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/SRCool.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/SRSmile.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/SRpure.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
img/SSRAll.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
img/SSRPure.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
img/SSRSmile.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
img/SSRcool.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
img/Smile.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/URAll.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
img/URCool.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
img/URpure.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
img/URsmile.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
img/button/dizzy.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
img/button/lulu.gif
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
img/fanlist/caferose.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/owowhatsthis.gif
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
img/stamps/feyris2_bymana.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/stamps/feyris_bymana.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
img/stamps/fragile.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
img/stamps/himejoshi_bymana.gif
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/stamps/napstablook_undertale.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/stamps/patchy.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
img/stamps/sensoryoverload.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
img/stamps/shobon.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
|
@ -61,7 +61,7 @@
|
||||||
background: var(--bgSelect)
|
background: var(--bgSelect)
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
article {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
margin-left: 220px;
|
margin-left: 220px;
|
||||||
padding: 1px 20px;
|
padding: 1px 20px;
|
||||||
|
@ -111,7 +111,7 @@ nav a:hover:not(.active) {
|
||||||
background-color: var(--metaColor);
|
background-color: var(--metaColor);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
section {margin-left: 0; width: 94%;}
|
article {margin-left: 0; width: 94%;}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font: 2em pixelegance, monospace;
|
font: bold 2.25em pixelegance, monospace;
|
||||||
line-height: 2.5rem;
|
line-height: 2.5rem;
|
||||||
padding-top: .5rem;
|
padding-top: .5rem;
|
||||||
}
|
}
|
||||||
|
|