-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-metadata.json
65 lines (65 loc) · 2.27 KB
/
site-metadata.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"layout_style": "overflow",
"palette": "blue",
"header": {
"title": "Carlos Cortez 🇵🇪",
"tagline": " I'm Carlos Cortez 🇵🇪 from Lima, Perú, 🇵🇪 Founder of AWS UG Peru ☁️ Founder & CTO of CENNTI Cloud. Certified 7+ years of experience in AWS, 🎧 Imperio Cloud Podcast Host 🎧 ",
"profile_img": "https://res.cloudinary.com/practicaldev/image/fetch/s--HH2ZUgfe--/c_fill,f_auto,fl_progressive,h_320,q_auto,w_320/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/493613/dd4b418e-6cae-4e42-bd2b-ffe028a7807b.jpg",
"profile_img_alt": "Author avatar",
"background": "dark",
"has_nav": true,
"nav_links": [
{
"label": "Home",
"url": "/",
"style": "link"
},
{
"label": "Blog",
"url": "/blog/",
"style": "link"
},
{
"label": "Contact",
"url": "/contact/",
"style": "link"
}
],
"has_social": true,
"social_links": [
{
"label": "Twitter",
"url": "https://twitter.com/ccortezb",
"style": "icon",
"icon_class": "twitter",
"new_window": true
},
{
"label": "GitHub",
"url": "https://github.com/ccortezb",
"style": "icon",
"icon_class": "github",
"new_window": true
},
{
"label": "DEV",
"url": "https://dev.to/ccortezb",
"style": "icon",
"icon_class": "dev",
"new_window": true
}
]
},
"footer": {
"content": "© Cortez Cloud. All rights reserved. Visit me at <a href=\"https://cortez.cloud\" target=\"_blank\" rel=\"noopener\">Cortez Cloud - Breaking the Cloud</a>.",
"links": [
{
"label": "Dev.to Blog by Carlos Cortez",
"url": "https://dev.to/ccortezb",
"new_window": true,
"style": "link"
}
]
},
"title": "Breaking the Cloud Style"
}