New blog post

This commit is contained in:
Helen Chong 2023-07-28 19:59:34 +08:00
parent 3937a0e337
commit 360f3fb31e
5 changed files with 145 additions and 99 deletions

View File

@ -14,7 +14,7 @@
//==[ 1. BASIC INFO ]==
let blogName = "Leilukin's Blog";
let blogName = "Leilukin's Hub Blog";
let authorName = "Leilukin";
let authorLink = "https://leilukin.neocities.org/"; // Enter your website, social media, etc. Some way for people to tell you they like your blog! (Leaving it empty is okay too)
@ -31,6 +31,7 @@ let authorLink = "https://leilukin.neocities.org/"; // Enter your website, socia
use a date it must still follow that format.*/
let postsArray = [
[ "posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html", encodeURI( `My First Birthday After the Launch of Leilukin's Hub` ) ],
[ "posts/2023-05-09-Onboard-the-Dracula-Daily-Hype-Train.html" ],
[ "posts/2023-01-28-Leilukins-Hub-Now-Has-a-Blog.html", encodeURI( `Leilukin's Hub Now Has a Blog!` ) ]
// [ "posts/2020-11-10-Special-Characters-Example.html", encodeURI( 'Spéci@l "Character\'s" Examp|e' ) ],

View File

@ -27,9 +27,9 @@
<div id="header">This site requires JavaScript!</div>
<div id="content">
<h1>Welcome to my blog!</h1>
<h1>Welcome to Leilukin's Hub Blog!</h1>
<p>This is a blog that is hosted on my own website. I hope you enjoy your time here!</p>
<p>This is my blog that is hosted on my own personal website. Hope you enjoy your time here!</p>
<div id="recentpostlistdiv"></div>

View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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/blog/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="My First Birthday After the Launch of Leilukin's Hub">
<meta name="author" content="Leilukin">
<meta property="og:description" content="28th July 2023 marks my first birthday after the launch of this personal website.">
<link rel="stylesheet" href="../blog.css" type="text/css" media="all">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="../blog.js" defer></script>
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
</head>
<body>
<div id="container">
<div id="header">...</div>
<div id="content">
<h1 id="postTitleH1"></h1>
<h4 id="postDate"></h4>
<p>July 28th is my birthday, and in 2023, it also marks my first birthday after the launch of this personal website. I have had a nice birthday this year.</p>
<p>I spent the moments counting down to my birthday by playing <cite>Cassette Beasts</cite>, which has become one of my all-time favourite video games, to the extent that I am planning to make a shrine for it on this site. I defeated <a href="https://wiki.cassettebeasts.com/wiki/Lamento_Mori" target="_blank">Lamento Mori</a>, who in the lore of <cite>Cassette Beasts</cite> is an <a href="https://wiki.cassettebeasts.com/wiki/Archangel" target="_blank">Archangel</a>, one of the eldritch entities in the game's settings, that specifically embodies humanity's fear of death. It is both amusing and poetic that I celebrated the countdown to my birthday by defeating a boss in a video game that represents death.</p>
<p>Since I have been playing and loving <cite>Cassette Beasts</cite>, and I want to support indie developers of indie games I love, I decided to purchase the Deluxe Edition on Steam, which includes the soundtrack, the art book and the Cosplay Pack as a birthday gift for myself. I received the base game as a Steam gift from a friend, and now I chose to use my money to support the developers myself as well. Not to mention, the music of <cite>Cassette Beasts</cite> is amazing. "Same Old Story", the battle theme of the Archangels, in particular, has become one of my all-time favourite battle themes in video games.</p>
<p>I had my birthday celebration with my family and received birthday wishes from friends.</p>
<p>Happy Birthday to me!</p>
<div id="nextprev"></div>
</div> <!-- end of div id="content" -->
<div id="footer"></div>
</div> <!-- end of div id="container" -->
</body>
</html>

View File

@ -39,6 +39,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">July 28, 2023:</p>
<ul>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a></li>
</ul>
<p class="date-style">July 27, 2023:</p>
<ul>
<li>For <a href="/mymods/">my mods page</a>, adjusted the background width of the individual mods.</li>

View File

@ -64,16 +64,9 @@
<section class="content-section">
<h2>Updates</h2>
<div class="text-box">
<p class="date-style">July 27, 2023:</p>
<p class="date-style">July 28, 2023:</p>
<ul>
<li>For <a href="/mymods/">my mods page</a>, adjusted the background width of the individual mods.</li>
<li>Rearranged my <a href="/links/">Links</a> page.</li>
<li>For my <a href="/shrines/starwarskotor/"><cite>Star Wars: Knights of the Old Republic</cite> shrine</a>:</li>
<ul>
<li>Updated the main page.</li>
<li>Moved links to <cite>KotOR</cite> fan listings to the sidebar.</li>
<li>Added articles I recommend to the <a href="/shrines/starwarskotor/articles/">articles page</a>.</li>
</ul>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a></li>
</ul>
</div>
<a href="/changelog">View all site changelog</a>