aboutsummaryrefslogtreecommitdiff
path: root/minimal.json
diff options
context:
space:
mode:
Diffstat (limited to 'minimal.json')
-rw-r--r--minimal.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/minimal.json b/minimal.json
new file mode 100644
index 0000000..f86b702
--- /dev/null
+++ b/minimal.json
@@ -0,0 +1,6 @@
+{
+ "address": "0.0.0.0",
+ "port": 8080,
+ "root": "/home/till/",
+ "template": "<!DOCTYPE html><html><title>{{title}}</title><body><div id=\"container\"><h1>{{title}}</h1><table><thead><tr><th>Name</th><th>Size</th></tr></thead><tbody>{{#content}} <tr> <td> <a href=\"/{{url}}\">{{name}}</a> </td> <td> {{size}} </td> </tr> {{/content}} </tbody> </table> </div> </body></html>"
+}