daux.io/themes/d3/config.json

11 lines
306 B
JSON
Raw Normal View History

2018-07-08 22:39:35 +02:00
{
"favicon": "<theme_url>img/favicon.png",
2018-07-11 23:17:02 +02:00
"css": ["<theme_url>css/theme-blue.min.css","<theme_url>css/d3.css"],
2018-07-08 22:39:35 +02:00
"js": [
"<theme_url>js/jquery-1.11.3.min.js",
"<theme_url>js/highlight.pack.js",
"<theme_url>js/daux.js",
"<theme_url>js/fontawesome-all.js"
2018-07-11 23:17:02 +02:00
]
2018-07-08 22:39:35 +02:00
}