summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..fe38b72
--- /dev/null
+++ b/config.json
@@ -0,0 +1,19 @@
+{
+ "port" : "8000",
+ "allowed" : [
+ "static/rss.xml",
+ "static/card",
+ "static/css/main.css",
+ "static/logos/FirstInitialLogo.svg",
+ "static/logos/FullNameLogo.svg",
+ "static/logos/favicon.png",
+ "static/logos/favicon.svg",
+ "static/logos/favicon16.png",
+ "static/logos/favicon32.png",
+ "static/robots.txt",
+ "static/home.md"
+ ],
+ "HomeHtml": "static/home.md",
+ "MainTemplate" : "templates/template.html",
+ "ErrorTemplate" : "templates/error.html"
+}