-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 1.65 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
{
"locals": {
"url": "http://baf.zone",
"name": "BAFZone",
"tagline": "Robert Ferris",
"touchpoints": [
{ "href": "mailto:[email protected]", "title": "Email", "icon": "fa-envelope" },
{ "href": "https://fb.me/baf", "title": "Facebook", "icon": "fa-facebook-square" },
{ "href": "https://plus.google.com/102603256650195581699", "title": "Google+", "icon": "fa-google-plus-square" },
{ "href": "http://lnkd.in/a-G-CK", "title": "LinkedIn", "icon": "fa-linkedin-square" },
{ "href": "https://twitter.com/baffles", "title": "Twitter", "icon": "fa-twitter-square" },
{ "href": "https://github.com/baffles", "title": "GitHub", "icon": "fa-github-square" },
{ "href": "http://steamcommunity.com/id/baf328", "title": "Steam", "icon": "fa-steam-square" }
],
"copyrightName": "Robert Ferris"
},
"plugins": [
"./plugins/blog.coffee",
"./plugins/pdf.coffee",
"./plugins/projects.coffee",
"wintersmith-stylus",
"wintersmith-coffee"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"blog": {
"pageTemplate": "blog-listing.jade",
"pageDynamicTemplate": "blog-page-teasers.jade",
"permalinkTemplate": "tumblr-permalink.jade",
"tagPageTemplate": "blog-tag-listing.jade",
"posts": "blog/posts",
"first": "blog/index.html",
"page": "blog/page/$page/index.html",
"pageJson": "blog/page/$page.json",
"tagFirst": "blog/tag/$tag/index.html",
"tagPage": "blog/tag/$tag/$page/index.html",
"perPage": 5,
"tumblrBase": "http://blog.baf.cc/"
},
"projects": {
"projectPageTemplate": "project-summary.jade"
}
}