Skip to content

Commit 53dba33

Browse files
committed
Polished version 1 - but still no easy way to update contents except projects and blogs
1 parent aefae0b commit 53dba33

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

images/blog/post1.jpg

83.8 KB
Loading

images/blog/post2.jpg

2.13 MB
Loading

images/blog/post3.jpg

21.2 KB
Loading

images/blog/post4.jpg

86.9 KB
Loading

images/projects/project3.jpg

2.64 MB
Loading

static-data.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"projects": [
3+
{
4+
"title": "Project 1",
5+
"description": "Brief description of Project 1",
6+
"image": "images/projects/project1.jpg",
7+
"link": "https://github.com/yourusername/project1"
8+
},
9+
{
10+
"title": "Project 2",
11+
"description": "Brief description of Project 2",
12+
"image": "images/projects/project2.jpg",
13+
"link": "https://github.com/yourusername/project2"
14+
},
15+
{
16+
"title": "Project 3",
17+
"description": "Brief description of Project 3",
18+
"image": "images/projects/project3.jpg",
19+
"link": "https://github.com/yourusername/project3"
20+
}
21+
],
22+
"blogPosts": [
23+
{
24+
"title": "Blog Post 1",
25+
"excerpt": "MM YYYY",
26+
"image": "images/blog/post1.jpg",
27+
"link": "https://medium.com/yourusername/post1"
28+
},
29+
{
30+
"title": "Blog Post 2",
31+
"excerpt": "MM YYYY",
32+
"image": "images/blog/post2.jpg",
33+
"link": "https://medium.com/yourusername/post2"
34+
},
35+
{
36+
"title": "Blog Post 3",
37+
"excerpt": "MM YYYY",
38+
"image": "images/blog/post3.jpg",
39+
"link": "https://medium.com/yourusername/post3"
40+
},
41+
{
42+
"title": "Blog Post 4",
43+
"excerpt": "MM YYYY",
44+
"image": "images/blog/post4.jpg",
45+
"link": "https://medium.com/yourusername/post4"
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)