forked from jnordberg/selfsteem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
39 lines (39 loc) · 839 Bytes
/
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
{
"locals": {
"title": "My SelfSteem Blog",
"description": "A shiny blog powered by the steem blockchain",
"author": "Santa Claus",
"username": "donkeypong",
"copyright": "© 2017",
"server": "https://api.steemit.com",
"locale": "en",
"release": "2"
},
"i18n": {
"defaultLocale": "en",
"locales": ["en", "ja", "fr", "zh"]
},
"ignore": [
".DS_Store",
"styles/**/*",
"scripts/**/*"
],
"browserify": {
"debug": true,
"watchify": false,
"extensions": [".ts"],
"plugins": ["tsify"],
"staticLibs": ["dsteem", "moment"],
"staticLibsBundle": true
},
"stylus": {
"dependencies": ["nib"]
},
"plugins": [
"wintersmith-browserify",
"wintersmith-i18n",
"wintersmith-livereload",
"wintersmith-nunjucks",
"wintersmith-stylus"
]
}