Skip to content

Commit 1ab72c9

Browse files
committed
Updates
1 parent 9b07a09 commit 1ab72c9

25 files changed

+76
-107
lines changed

about.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: About Me
3-
email: your.email@example.com
4-
---
51

62
Hello! I'm a passionate software engineer with a keen interest in web development, open-source projects, and creating engaging user experiences. I love exploring new technologies and continuously learning to build robust and scalable applications.
73

asset-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.c45ec81a.css",
4-
"main.js": "/static/js/main.1940ebb4.js",
5-
"static/js/453.fee2e01b.chunk.js": "/static/js/453.fee2e01b.chunk.js",
3+
"main.css": "/static/css/main.6449cc23.css",
4+
"main.js": "/static/js/main.4726800d.js",
5+
"static/js/453.bfdf14f3.chunk.js": "/static/js/453.bfdf14f3.chunk.js",
66
"index.html": "/index.html",
7-
"main.c45ec81a.css.map": "/static/css/main.c45ec81a.css.map",
8-
"main.1940ebb4.js.map": "/static/js/main.1940ebb4.js.map",
9-
"453.fee2e01b.chunk.js.map": "/static/js/453.fee2e01b.chunk.js.map"
7+
"main.6449cc23.css.map": "/static/css/main.6449cc23.css.map",
8+
"main.4726800d.js.map": "/static/js/main.4726800d.js.map",
9+
"453.bfdf14f3.chunk.js.map": "/static/js/453.bfdf14f3.chunk.js.map"
1010
},
1111
"entrypoints": [
12-
"static/css/main.c45ec81a.css",
13-
"static/js/main.1940ebb4.js"
12+
"static/css/main.6449cc23.css",
13+
"static/js/main.4726800d.js"
1414
]
1515
}

data/about.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "About Me",
3+
"email": "your.email@example.com"
4+
}

data/shownPosts.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
[
22
{
3-
"file": "warning-post",
3+
"slug": "warning-post",
4+
"title": "My Second Post",
45
"date": "2025-10-14",
5-
"updated": "2025-10-15"
6+
"updated": "2025-10-15",
7+
"tags": ["writing", "updates"]
68
},
7-
89
{
9-
"file": "code-example-post",
10+
"slug": "code-example-post",
11+
"title": "Code Example Post",
1012
"date": "2025-10-15",
11-
"updated": "2025-10-15"
13+
"updated": "2025-10-15",
14+
"description": "A blog post demonstrating code blocks in various languages.",
15+
"tags": ["code", "markdown", "example"]
1216
},
13-
1417
{
15-
"file": "first-post",
18+
"slug": "first-post",
19+
"title": "My First Post",
1620
"date": "2025-10-14",
17-
"updated": "2025-10-15"
21+
"updated": "2025-10-15",
22+
"tags": ["react", "hello-world"]
1823
},
19-
2024
{
21-
"file": "long-post",
25+
"slug": "long-post",
26+
"title": "The Art of Scrolling",
2227
"date": "2025-10-13",
23-
"updated": "2025-10-14"
28+
"updated": "2025-10-14",
29+
"tags": ["css", "scrolling", "web-design"]
2430
},
25-
2631
{
27-
"file": "second-post",
32+
"slug": "second-post",
33+
"title": "My Second Post",
2834
"date": "2025-10-12",
29-
"updated": "2025-10-13"
35+
"updated": "2025-10-13",
36+
"tags": ["writing", "updates"]
3037
}
3138
]

data/shownProjects.json

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,38 @@
11
[
22
{
3-
"title": "project-one",
4-
"size": 2
3+
"slug": "project-one",
4+
"title": "Project One",
5+
"size": 2,
6+
"link": "https://example.com/project-one",
7+
"pinned": true,
8+
"isActive": true,
9+
"technologies": ["React", "Node.js", "MongoDB"]
510
},
611
{
7-
"title": "project-two",
8-
"size": 1
12+
"slug": "project-two",
13+
"title": "Project Two",
14+
"size": 1,
15+
"link": "https://example.com/project-two",
16+
"pinned": true,
17+
"isActive": true,
18+
"technologies": ["Python", "Django", "PostgreSQL"]
919
},
1020
{
11-
"title": "project-three",
12-
"size": 1
21+
"slug": "project-three",
22+
"title": "Project Three",
23+
"size": 1,
24+
"link": "https://example.com/project-three",
25+
"pinned": false,
26+
"isActive": true,
27+
"technologies": ["JavaScript", "HTML", "CSS"]
1328
},
1429
{
15-
"title": "project-four",
16-
"size": 2
30+
"slug": "project-four",
31+
"title": "Project 4",
32+
"size": 2,
33+
"link": "https://example.com/project-three",
34+
"pinned": false,
35+
"isActive": true,
36+
"technologies": ["JavaScript", "HTML", "CSS"]
1737
}
1838
]

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><title>Fezcode // Fezcodex</title><script defer="defer" src="/static/js/main.1940ebb4.js"></script><link href="/static/css/main.c45ec81a.css" rel="stylesheet"></head><body class="bg-gray-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><title>Fezcode // Fezcodex</title><script defer="defer" src="/static/js/main.4726800d.js"></script><link href="/static/css/main.6449cc23.css" rel="stylesheet"></head><body class="bg-gray-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

posts/code-example-post.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: "Code Example Post"
3-
date: "2023-10-27"
4-
description: "A blog post demonstrating code blocks in various languages."
5-
tags: ["code", "markdown", "example"]
6-
---
71

82
This post demonstrates how code blocks are rendered within our blog. We can include code snippets in various programming languages.
93

posts/first-post.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
---
2-
title: My First Post
3-
date: 2025-10-14
4-
tags: ["react", "hello-world"]
5-
---
6-
71
# My First Post
82

93
This is the content of my first blog post. I'm excited to start writing!
104

115
Here's some code:
126
```javascript
137
console.log('Hello, world!');
14-
```
8+
```

posts/long-post.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: The Art of Scrolling
3-
date: 2025-10-16
4-
tags: ["css", "scrolling", "web-design"]
5-
---
6-
71
# The Art of Scrolling
82

93
This is a very long blog post designed to demonstrate the scrolling behavior of the sticky metadata component.
@@ -34,4 +28,4 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec u
3428

3529
But wait, there's more! I wanted to make this post even longer, so I added an epilogue. I hope you don't mind. I just wanted to make sure that the scrolling behavior was really, really clear. I think it is now. I think this is probably the longest blog post ever written. I'm not sure, but it's got to be up there.
3630

37-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl.
31+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl. Sed euismod, nisl nec ultricies lacinia, nisl nisl aliquet nisl, eget aliquam nisl nisl sit amet nisl.

posts/second-post.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
---
2-
title: My Second Post
3-
date: 2025-10-15
4-
tags: ["writing", "updates"]
5-
---
6-
71
# My Second Post
82

93
This is my second post. I'm getting the hang of this.
104

115
- Item 1
126
- Item 2
13-
- Item 3
7+
- Item 3

0 commit comments

Comments
 (0)