Skip to content

Commit e0b3531

Browse files
committed
add
1 parent f8f76de commit e0b3531

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/Main.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ export default function Home({ posts }) {
2828
<dd className="text-sm font-medium leading-6 text-gray-500 dark:text-gray-400">
2929
<time dateTime={date}>{formatDate(date, siteMetadata.locale)}</time>
3030
</dd>
31-
{/* <br></br> */}
32-
{/* <dd className="flex flex-wrap gap-1">
31+
<br></br>
32+
<dd className="flex flex-wrap gap-1">
3333
{tags.map((tag) => (
3434
<Tag
3535
key={tag}
3636
text={`${tag}`}
3737
className="rounded-md bg-gray-100 px-2 py-1 text-xs text-gray-700"
3838
/>
3939
))}
40-
</dd> */}
40+
</dd>
4141
</dl>
4242
<div className="space-y-1 xl:col-span-3">
4343
<div className="space-y-3">

data/blog/7_setting_up_my_mac_mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Setting Up my Mac Mini'
33
date: '2025-01-28'
44
lastmod: '2025-01-28'
5-
tags: ['HowTo']
5+
tags: ['Guide']
66
draft: false
77
summary: 'I have been exploring various Mac setup articles and videos to optimize my system. In this article, I will list all the apps and modifications I made on my new Mac Mini and include references at the end...'
88
# images: ['/static/images/canada/mountains.jpg', '/static/images/canada/toronto.jpg']

data/blog/8_How I created this blog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Making My Blog: A Simple Guide'
33
date: '2025-02-24'
44
lastmod: '2025-02-24'
5-
tags: ['HowTo']
5+
tags: ['Guide']
66
draft: false
77
summary: 'For an ML engineer, web development presents unique challenges. My experience with web development has been limited to HTML, CSS, and some JavaScript. The last time I worked with JavaScript was during the days of jQuery, nearly a decade ago...'
88
authors: ['default']
-25.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)