blob: fe38b72af22b0c13af1f6df484613d7174b02664 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
}
|