diff --git a/Source/blog.md b/Source/blog.md index 1d9a7c1..a21036d 100644 --- a/Source/blog.md +++ b/Source/blog.md @@ -4,13 +4,13 @@ title: Blog permalink: /blog --- -# {{ collections.posts.title }} -{{ collections.posts.description }} +# {{collections.posts.title}} +{{collections.posts.description}} ## posts -{% for post in collections.posts.pages %} -### [{{ post.title }}](/{{ post.permalink }}) -Published on: {{ post.published_date | date: "%A, %B %d %Y at %r" }}, GMT+6:30 +{%for post in collections.posts.pages%} +### [{{post.title}}](/{{post.permalink}}) +Published on: {{post.published_date | date: "%A, %B %d %Y at %r"}}, GMT+6:30 {{ post.excerpt | strip_html }} diff --git a/Source/blog/New-Chapter-Begins.md b/Source/blog/New-Chapter-Begins.md new file mode 100644 index 0000000..e57b652 --- /dev/null +++ b/Source/blog/New-Chapter-Begins.md @@ -0,0 +1,17 @@ +--- +title: New Chapter Begins +published_date: 2024-08-28 16:48:00 +0630 +layout: post.liquid +is_draft: false +--- + +# A New Chapter Begins +Hello everyone. This is the first blog post, and I wanted to share an update on my current situation. + +On August 24, 2024, at around 09:00 PM GMT+06:30 Asia/Yangon standard time, my computer broke down unexpectedly. After a nerve-wracking wait, the root cause was finally discovered three days later on August 27, 2024, at around 06:00 PM GMT+06:30 Asia/Yangon standard time. + +It turns out that the hard drive had failed, leaving me with no choice but to purchase a new one. My previous drive was an HDD, so I decided to upgrade to a more reliable SSD. Unfortunately, this means that all the data I had accumulated over time is now lost. I’ve sent the old disk for possible repairs, but it remains uncertain whether any of the data can be recovered. + +This situation has brought a lot of unexpected changes. Sadly, all the games I had been enjoying have come to a complete halt. It's disheartening to think about all the progress and memories that might be gone for good. + +But every ending is a new beginning, right? Here's to hoping for better times ahead! \ No newline at end of file diff --git a/Source/blog/welcome.md b/Source/blog/welcome.md deleted file mode 100644 index 217b0ce..0000000 --- a/Source/blog/welcome.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: post.liquid -title: Welcome -published_date: 2024-08-28 14:03:00 +0630 -is_draft: false ---- -# Welcome -Welcome to my blog! \ No newline at end of file diff --git a/Source/scripts/nav.js b/Source/scripts/nav.js index 3ef2642..bb215a4 100644 --- a/Source/scripts/nav.js +++ b/Source/scripts/nav.js @@ -68,7 +68,7 @@ var pages = [ { name: "Home", url: "/", accesskey: "h" }, { name: "Projects", url: "/projects/", accesskey: "p" }, { name: "Useful communities", url: "/community", accesskey: "" }, -{ name: "Personal blog", url: "https://harrymkt.blogspot.com", accesskey: "b" } +{ name: "Personal blog", url: "/blog", accesskey: "b" } ]; // Get the current URL