Skip to content

Commit

Permalink
Update, new post, blog integrate to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Aug 28, 2024
1 parent 28a4352 commit 536ed99
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Source/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
17 changes: 17 additions & 0 deletions Source/blog/New-Chapter-Begins.md
Original file line number Diff line number Diff line change
@@ -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!
8 changes: 0 additions & 8 deletions Source/blog/welcome.md

This file was deleted.

2 changes: 1 addition & 1 deletion Source/scripts/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 536ed99

Please sign in to comment.