-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
63 lines (63 loc) · 1.51 KB
/
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
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
{
"siteUrl": "https://www.weirdpattern.com",
"site": {
"url": "https://www.weirdpattern.com",
"title": "WeirdPattern",
"description": "Patricio Treviño's personal blog",
"keywords": [
"blog",
"dotnet",
"sitecore",
"technology",
"software development"
]
},
"copyright": {
"text": "Patricio Treviño",
"year": "2017-2020"
},
"profile": "ptrevino",
"authors": [
{
"id": "ptrevino",
"name": "Patricio Treviño",
"credentials": "Husband . Father . Developer",
"avatar": "/static/profile.jpg",
"networks": [
{
"id": "twitter",
"name": "Twitter",
"handler": "@weirdpattern",
"link": "https://twitter.com/weirdpattern"
},
{
"id": "github",
"name": "Github",
"handler": "@weirdpattern",
"link": "https://github.com/weirdpattern"
},
{
"id": "linkedin",
"name": "LinkedIn",
"handler": "patricio-treviño-19985833",
"link": "https://www.linkedin.com/in/patricio-trevi%C3%B1o-19985833/"
},
{
"id": "email",
"name": "Email",
"handler": "patricio.trevino@weirdpattern.com",
"link": "mailto:patricio.trevino@weirdpattern.com"
}
]
}
],
"posts": {
"path": "content",
"loadOnScroll": true,
"initialSize": 10,
"incrementsBy": 5
},
"dependencies": {
"sharethis": "5b0d925460e2e90011e28804"
}
}