-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (36 loc) · 936 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"url": "https://ladc.dev",
"meta": {
"favicon": "https://i.imgur.com/PO9Y4fT.jpg",
"keyword": "Leon, blog, Fullstack, JavaScript, JS, Node, React, Gatsby, Rust",
"description": "León Alvarez Del Canto | Fullstack Developer",
"theme_color": "#384f7c"
},
"name": "Leon",
"about": "about",
"email": "[email protected]",
"title": "León Fullstack Developer",
"License": "MIT",
"friends": [
{
"href": "https://ladc.dev",
"title": "León Fullstack Developer"
}
],
"iconUrl": "https://i.imgur.com/kjt2x52.jpg",
"wordings": [
"GatsbyJS, ReactJS"
],
"navbarList": [
{
"href": "/guestbook/",
"title": "Guest book"
},
{
"href": "/tags/",
"title": "Tags"
}
],
"githubUsername": "LeonAlvarez",
"maxPostsInPage": 10
}