@@ -30,25 +30,25 @@ const CONFIG = {
30
30
} ,
31
31
external : {
32
32
header : 'My Projects' ,
33
- // To hide the `External Projects` section, keep it empty.
34
- // projects: [
35
- // {
36
- // title: 'Project Name',
37
- // description:
38
- // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
39
- // imageUrl:
40
- // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
41
- // link: 'https://example.com',
42
- // },
43
- // {
44
- // title: 'Project Name',
45
- // description:
46
- // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
47
- // imageUrl:
48
- // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
49
- // link: 'https://example.com',
50
- // },
51
- // ],
33
+ //To hide the `External Projects` section, keep it empty.
34
+ projects : [
35
+ {
36
+ title : 'Project Name' ,
37
+ description :
38
+ 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.' ,
39
+ imageUrl :
40
+ 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg' ,
41
+ link : 'https://example.com' ,
42
+ } ,
43
+ {
44
+ title : 'Project Name' ,
45
+ description :
46
+ 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.' ,
47
+ imageUrl :
48
+ 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg' ,
49
+ link : 'https://example.com' ,
50
+ } ,
51
+ ] ,
52
52
} ,
53
53
} ,
54
54
seo : {
0 commit comments