forked from pvande/Tranquil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
32 lines (32 loc) · 842 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
{
"javascript": [],
"stylesheet": [],
"layout": [
{
"type": "static",
"style": {
"position": "absolute",
"background": "none",
"border": 0,
"top": 0,
"right": 0
},
"template": {
"content": "<a href=\"http://github.com/pvande/tranquil\">{{>img}}</a>",
"img": "<img style=\"position: absolute; top: 0; right: 0; border: 0;\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png\" alt=\"Fork me on GitHub\">"
}
},
{
"type": "static",
"template": {
"content": "<h3>Welcome to Tranquil.</h3>"
}
},
{
"type": "static",
"template": {
"content": "You can supply your own configuration file by appending <tt>?config=<i>your_url</i></tt> to the URL."
}
}
]
}