Skip to content

Commit

Permalink
Add time and time zone to post date
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 11, 2024
1 parent b7a53db commit 89333bc
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: JavaScriptmas 2023 Challenge Completed — and Won
desc: My participation and winning of Scrimba's JavaScriptmas 2023 challenge.
date: 2023-12-27
date: 2023-12-27T21:47:00+0800
categories: ["scrimba", "javascriptmas"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Rebuilding My Developer Portfolio with Eleventy
desc: I recreated my developer portfolio and blog from scratch with Eleventy.
date: 2024-04-11
date: 2024-04-11T18:03:00+0800
categories: ["eleventy", "about this website", "about this blog"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Round 1 of 100 Days of Code Challenge Completed
desc: I completed my first round of the 100 Days of Code challenge.
date: 2024-04-13
date: 2024-04-13T12:20:00+0800
categories: ["100 days of code", "freecodecamp"]
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/posts/2024-04-15-cs50x-week-9-completed.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CS50x Week 9 Completed
desc: In March 2024, I have completed and submitted the Week 9 problem set of the CS50's Introduction to Computer Science (CS50x) course.
date: 2024-04-15
date: 2024-04-15T16:37:00+0800
categories: ["cs50", "cs50x", "python", "flask", "sql"]
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/posts/2024-04-22-now-page-for-my-website.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Now Page for My Website
desc: I have added a /now page to my website.
date: 2024-04-22
date: 2024-04-22T17:11:00+0800
categories: ["about this website"]
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/posts/2024-05-27-cs50x-course-completed.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CS50x Course Completed
desc: About me completing the CS50’s Introduction to Computer Science course.
date: 2024-05-27
date: 2024-05-27T21:47:00+0800
categories: ["cs50", "cs50x", "python", "flask", "sql"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Custom Domain Name for My Developer Website
desc: My developer website now has a custom domain name.
date: 2024-05-29
date: 2024-05-29T23:18:00+0800
categories: ["about this website"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Finally Deployed My Scrimba React Solo Projects to GitHub Pages
desc: At long last, I found a way to deploy my solo projects for Scirmba's React course form my repository's subdirectories.
date: 2024-06-03
date: 2024-06-03T11:01:00+0800
categories: ["scrimba", "react", "github pages"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Dipping My Toes in PHP for My Hobby Project
desc: I started to learn to code in PHP for my hobby project.
date: 2024-07-08
date: 2024-07-08T13:21:00+0800
categories: ["php", "bellabuffs"]
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/posts/2024-07-19-eleventy-3-0-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aboard the Eleventy 3.0 Train
desc: My developer portfolio and blog website has been officially upgraded to Eleventy 3.0.
date: 2024-07-19
date: 2024-07-19T15:31:00+0800
templateEngineOverride: md
categories: ["about this website", "eleventy", "javascript"]
toc: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Responsive Disability Pride Flag CSS Background
desc: I coded the Disability Pride Flag in CSS to celebrate Disability Pride Month.
date: 2024-07-23
date: 2024-07-23T20:35:00+0800
categories: ["css", "disability pride"]
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/posts/2024-07-31-migrating-to-hostinger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Migrating My Website to Hostinger
desc: I have migrated my developer portfolio and blog website to Hostinger.
date: 2024-07-31
date: 2024-07-31T09:31:00+0800
categories: ["about this website", "hostinger"]
toc: true
---
Expand Down

0 comments on commit 89333bc

Please sign in to comment.