Skip to content

Commit 3cc0953

Browse files
committed
update
1 parent 495bf09 commit 3cc0953

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

src/assets/icons/social/email.svg

Lines changed: 5 additions & 0 deletions
Loading

src/components/GiscusComment.astro

Whitespace-only changes.

src/content/blog/test/test.mdx

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
---
2-
title: 'Test Page'
3-
publishDate: '2024-12-03'
4-
updatedDate: '2024-12-10'
5-
description: 'Test page for any purpose'
2+
title: 'Hello, World!'
3+
publishDate: '2025-04-13'
4+
updatedDate: '2025-04-13'
5+
description: 'Hello, World!'
66
tags:
7-
- Test
7+
- hello
8+
- world
89
language: 'English'
9-
draft: true
10+
draft: false
1011
---
12+
13+
# Hello, World!
14+
This is a test post to check the functionality of the blog.
15+
## Subheader 1
16+
This is a test post to check the functionality of the blog.
17+
## Subheader 2
18+
This is a test post to check the functionality of the blog.

src/pages/links/index.astro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ const linksConf = config.integ.links
2525
<div class="mb-6">
2626
<p class="mb-3">You can find me on these platforms:</p>
2727
<div class="flex flex-wrap items-center gap-4 mt-2">
28+
<a href="mailto:[email protected]"
29+
class="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors text-lg"
30+
target="_blank"
31+
rel="noopener noreferrer">
32+
<span>
33+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
34+
<rect width="20" height="16" x="2" y="4" rx="2"></rect>
35+
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
36+
</svg>
37+
</span>
38+
<span>Email</span>
39+
</a>
40+
2841
<a href="https://www.linkedin.com/in/falahnzk/"
2942
class="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors text-lg"
3043
target="_blank"

0 commit comments

Comments
 (0)