-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
67 lines (67 loc) · 1.83 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
{
"locals": {
"url": "http://localhost:3000",
"name": "دادههای خام",
"owner": "علی موسوی",
"owner_en": "Ali Mousavi",
"description": "در تکاپوی پردازش جرعهای از این جام پُر داده",
"disqusID": "alimsvi",
"commentingSystem": "staticman",
"staticmanAPI": "https://api.staticman.net/v2/entry/tuxitop/rawdata.alimsvi.ir/master/comments",
"disqusID": "mrwill",
"recaptchaSiteKey": "6LdsDFAUAAAAAIzYBd79apO6k08uWmQHSPrs90Z-",
"recaptchaSecret": "0CbNri4TDKztXsq9O64bCgALqeHxnlC/AUP2FZfmxxYiOFO9VzFwyCxpZ5FViQd6sbv74Q6Xn+bun6nq/m3ezsBvT2TEiYTViDZptZ4dohzIU/7ofY/9q4utR4YsvJa0XIAhfRi//rY6Hbv48+tW0jCcft9jdDGJJmXoQOr7JxU=",
"sitemap": "sitemap.xml",
"environment": "development",
"socialMedia": [
{
"name": "github",
"href": "https://github.com/tuxitop/rawdata.alimsvi.ir",
"icon": "fa-github"
},
{
"name": "twitter",
"href": "https://twitter.com/tuxitop",
"icon": "fa-twitter"
},
{
"name": "rss",
"href": "/feed.xml",
"icon": "fa-rss"
}
],
"navbar": {
"آرشیو": "/archive.html",
"حیاط پشتی": "https://backyard.alimsvi.ir"
}
},
"plugins": [
"./plugins/paginator.coffee",
"wintersmith-livereload",
"wintersmith-tag",
"wintersmith-contents",
"wintersmith-sitemap",
"wintersmith-robots",
"./plugins/wintersmith-markdown-it/index.coffee"
],
"output": "./dist",
"require": {
"moment": "moment-jalaali",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown-it": {
"settings": {
"html": true,
"linkify": true
},
"markdown-it-block-embed": {},
"markdown-it-center-text": {}
},
"paginator": {
"perPage": 3
}
}