forked from bobuk/addmeto.cc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (31 loc) · 935 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
{
"site": "http://addmeto.cc/",
"title": "Бобук - Еще один линкблог",
"author": "Григорий Бакунов",
"mode": "markdown",
"local": {
"templates": {
"path": "source/templates/",
"post": "source/templates/index.mustache",
"section": "source/templates/section.mustache",
"archive": "source/templates/archive.mustache"
},
"editor": "open '%s'",
"posts": "source/posts/",
"section": "source/section/",
"drafts": "source/drafts/",
"source": "source",
"results": {
"path": "results/",
"posts": "results/post/",
"site": "post/",
"archive": "results/archive/",
"feed": "results/feed"
},
"port": 8080,
"index": "source/.index.db"
},
"s3": {
"bucket": "s3://addmeto.cc/"
}
}