-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig___.json
88 lines (88 loc) · 1.91 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"baseurl": "https://findstar.pe.kr",
"title": "Soo Story",
"theme": "cleanwhite",
"languagecode": "kr",
"paginate": 5,
"canonifyurls": true,
"pygmentsstyle": "default",
"pygmentscodefencesguesssyntax": true,
"pygmentsUseClasses": true,
"disablePathToLower": true,
"disqusShortname": "findstar",
"languageCode": "ko-kr",
"copyright": "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
"author": {
"name": "J.S Ahn"
},
"params": {
"author": "findstar",
"authorName": "J.S Ahn",
"info": "Thoughts, stories and ideas.",
"profilePath": "/images/profile.jpg",
"description": "Software Developer, I love code.",
"bio": "I want to fix the pothole that's right in front of me before I fall in.",
"keywords": "blog,developer,personal",
"disqusShortname": "findstar",
"hideCredits": false,
"hideCopyright": false,
"custom_css": [
"css/main.css"
],
"tilTags": [
"TIL"
],
"postAdvanceLinks": "blog",
"googleAnalyticsCode": "UA-10324076-5",
"social": [
{
"name": "facebook",
"weight": 1,
"url": "https://facebook.com/findstar"
},
{
"name": "twitter",
"weight": 2,
"url": "https://twitter.com/findstar"
},
{
"name": "github",
"weight": 3,
"url": "https://github.com/findstar"
}
]
},
"menu": {
"main": [
{
"name": "Home",
"weight": 1,
"url": "/"
},
{
"name": "About",
"weight": 4,
"url": "/about/"
},
{
"name": "Archives",
"weight": 5,
"url": "/tags/"
}
]
},
"related": {
"threshold": 100,
"includeNewer": false,
"toLower": false,
"indices": [
{
"name": "tags",
"weight": 50
}
]
},
"taxonomies": {
"tag": "tags"
}
}