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