-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.json
49 lines (48 loc) · 1.99 KB
/
blog.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
{
"post_settings": {
"layout": "./layouts/post.html",
"path": "./opendata/post/",
"partials": ["./partials/head.js", "./partials/footer.js", "./partials/header.js", "./partials/javascripts.js"],
"title": "用數據看台灣",
"description": "生長在台灣的我們,很少從一個宏觀的角度看整個台灣的經濟、法律、交通、教育... ,而我們相信數據可以幫我們更了解我們身長在的這片土地上的一切。讓我們來用數據看台灣!",
"email": "contact@taiwanstat.com",
"logo": "/assets/images/taiwanstat_thumb.png",
"cover": "/assets/images/taiwanstat_cover1.png",
"name": "用數據看台灣團隊",
"author": "用數據看台灣團隊",
"author_image": "/assets/images/taiwanstat_thumb.png",
"url": "http://taiwanstat.com",
"facebook": {
"url": "https://facebook.com/taiwanstat",
"desc": "追蹤 Facebook 粉絲專業"
}
},
"posts": [{
"title": "用數據看台灣 官網正式上線。",
"date": "2015/04/02 22:33:12",
"categories": ["Facebook"],
"tags": ["milestone"],
"cover": "/assets/images/taiwanstat_cover.png",
"content": "./posts/2015-04-02-10000.md",
"url_name": "10000",
"author": "taiwanstat"
}, {
"title": "為什麼九蛙疊像已經全露,日月潭水庫卻仍然維持著看似較高的有效蓄水量呢?",
"date": "2015/04/02 21:34:38",
"categories": ["水庫"],
"tags": ["日月潭"],
"cover": "/assets/article_images/2015-04-02/日月潭日出.jpeg",
"content": "./posts/2015-04-02-Zintun-reservoir.md",
"url_name": "Zintun-reservoir",
"author": "taiwanstat"
},{
"title": "如何評估電力可靠度?解釋電力名詞與缺電現狀",
"date": "2015/04/29 19:33:12",
"categories": ["electricity"],
"tags": ["power"],
"cover": "/assets/article_images/2015-04-29/power.png",
"content": "./posts/2015-04-29-description.md",
"url_name": "electricity-desc",
"author": "taiwanstat"
}]
}