-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.backup
43 lines (33 loc) · 1 KB
/
config.json.backup
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
{
"baseurl": "http://hitjim.com/",
"title": "hit jim dot com",
"languageCode": "en-us",
"metaDataFormat": "json",
"theme": "hyde-x",
"paginate": 15,
"author": {
"name": "Jim Rice"
},
"permalinks": {
"post": ":year/:month/:day/:slug/",
"fixed": ":title"
},
"taxonomies": {
"category": "categories"
},
"params": {
"truncate": true,
"defaultDescription": "A wild Jim Rice appears!",
"defaultKeywords": "jim rice,home,website,blog",
"theme": "theme-base-0d",
"highlight": "monokai_sublime",
"tagline": "Greetings, word-typers!",
"home": "Blog",
"googleAuthorship": "JimRiceAppears",
"googleAnalytics": "UA-25415295-1",
"gravatarHash": "617fa07e555039e2642dc7d188dbb1d8",
"github": "https://github.com/hitjim",
"stackOverflow": "http://stackoverflow.com/users/2418924/hitjim",
"twitter": "https://twitter.com/jiiimbot"
}
}