Added new article about shipping culture

This commit is contained in:
Helen Chong 2023-08-14 12:23:50 +08:00
parent a23073ff97
commit cff5c0db52
4 changed files with 77 additions and 3 deletions

View File

@ -42,6 +42,13 @@
<p>List of articles I have written.</p>
</section>
<section class="content-section">
<h2>Fandom Culture</h2>
<ul>
<li><a href="my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a></li>
</ul>
</section>
<section class="content-section">
<h2><cite>Star Wars: Knights of the Old Republic</cite></h2>
<p>My articles can be found at the <a href="/shrines/starwarskotor/articles/">articles page of my <cite>Star Wars: Knights of the Old Republic</cite> shrine</a>.</p>

View File

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://leilukin.neocities.org/shrines/articles/my-dislike-of-shipping-culture">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="My Disinterest in Shipping and Dislike of Shipping Culture">
<meta property="og:description" content="About my lack of interest in shipping and dislike of shipping culture in fandom, and why.">
<link rel="stylesheet" href="/shrines/starwarskotor/css/style-starwarskotor.css" type="text/css" media="all">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<link rel="apple-touch-icon" sizes="180x180" href="/shrines/starwarskotor/img/kotor-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/shrines/starwarskotor/img/kotor-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/shrines/starwarskotor/img/kotor-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="/shrines/starwarskotor/js/swkotor-components.js" defer></script>
<title>My Disinterest in Shipping and Dislike of Shipping Culture | Articles | Leilukin's Hub</title>
</head>
<body>
<header class="main-header">
<noscript>
JavaScript is disabled in your browser. To get the best user experience on
this website, it is recommended that you enable it.
</noscript>
</header>
<nav class="navbar"></nav>
<main>
<!-- <aside class="left-sidebar">
Left sidebar content here
</aside> -->
<article>
<h1>My Disinterest in Shipping and Dislike of Shipping Culture</h1>
<div class="center-text">
<p>Written by Leilukin</p>
<p>Originally published on August 28, 2023</p>
<p>{Note: The original version of this writing was posted on my Tumblr blog on May 3, 2021}</p>
</div>
<p>I feel that the older I get, the less interested I am in shipping in general, and the less I can understand grown adults in late 20s or older who build their personality around shipping and cannot engage with any fiction without shipping something (before I remade my Tumblr account in 2015, I used to follow a 30-something-year-old fandom blogger who was literally like this).</p>
<p>I have also come to actually dislike shipping culture, especially the mindset of engaging with media primarily through a shipping lens at the expense of the characterisation, non-romantic relationships, themes, and general content of a piece of media. Throughout my years of experience with various fandoms, I have witnessed so many incredible characters and non-romantic relationships get ignored or underappreciated by the fandom because theyre not part of a popular ship. On the other hand, there are also many amazing characters get mischaracterised to make a fanon ship work, or get reduced to a handful of tropes as shippers Flanderise them in their shipping fan works.</p>
<p>Do not even get me started on the shippers who will complain about not being able to enjoy a piece of media just because “theres no couple to ship”. Ffor example, Ive literally seen people on Tumblr make such complaints about the film <cite>Parasite</cite>, as if a profound piece of art that brutally critiques the class system does not matter if it does not provide any shipping material. Its honestly very infuriating to see shippers like these are so willing to ignore art with meaningful story, characters and themes just because it lacks shipping fodder for them to project fanon onto.</p>
<p>Speaking of fanon, I really hate it when shippers, particularly shippers of popular non-canon pairings, expect anyone who is a fan of the same piece of media or any of the characters involved in the pairing to care about ships and treat the popular fanon ships as canon. These shippers also tend to act like their fanon and headcanons are universal, using languages like “the fandom has decided” and “everyone has agreed that”. And these shippers wonder why others who do not engage with that piece of media for shipping get sick and tired of shipping taking over discussions about said piece of media.</p>
<p>If you are so invested in shipping to the point that you are willing to disregard a piece of media just because you cannot find anything to ship, or you treat it as a personal attack when people talk about being sick and tired of shipping culture as well as how shipping dominates discussions about a piece of media, maybe you need to consider taking a step back from shipping and learning to take your shipping goggles off when you interact with a piece of media.</p>
</article>
<aside class="right-sidebar"></aside>
</main>
<footer class="main-footer"></footer>
</body>
</htm

View File

@ -43,6 +43,11 @@
Archive: <span class="date-style">Latest</span> | <a href="./2022.html">2022</a> | <a href="./layouts.html">Website Layouts</a>
</p>
<p class="date-style">August 14, 2023:</p>
<ul>
<li>New article: <a href="/articles/my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a>.</li>
</ul>
<p class="date-style">August 13, 2023:</p>
<ul>
<li>Streamlined JavaScript code for the website's components.</li>

View File

@ -68,10 +68,9 @@
<section class="content-section">
<h2>Updates</h2>
<div class="text-box">
<p class="date-style">August 13, 2023:</p>
<p class="date-style">August 14, 2023:</p>
<ul>
<li>Streamlined JavaScript code for the website's components.</li>
<li>Added JavaScript scripts to generate article table of contents automatically.</li>
<li>New article: <a href="/articles/my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a>.</li>
</ul>
</div>
<a href="/changelog">View all site changelog</a>