forked from 2015-IKDDE-Course/data-visualization-proj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlists.json
More file actions
50 lines (50 loc) · 1.26 KB
/
lists.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
{
"data": {
"page": [
{
"title": "Team11",
"url": "team_11",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team3-台灣與各國貿易關係",
"url": "Team_3",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team10-土石流潛流",
"url": "Team_10",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team2-油價知多少",
"url": "Team_2",
"img": "images/assert/background.png",
"description": "description",
"author": "詹博山、李岳庭、謝忠穎"
},
{
"title": "Team14-外匯",
"url": "Team_14",
"img": "images/assert/background.png",
"description": "Team_14",
"author": "Your Name"
},
{
"title": "Team6-菜價",
"url": "Team_6",
"img": "images/assert/background.png",
"description": "Team_6",
"author": "Your Name"
}
]
},
"layout": "./index.hbs",
"filename": "index.html"
}