- added possibility to add data into tempaltes via json
- restructured output files
- some work on styles
This commit is contained in:
Stephan 2018-05-08 23:00:46 +02:00
parent 1bb57b109b
commit 8bc8da74db
18 changed files with 1004 additions and 199 deletions

34
source/data.json Normal file
View file

@ -0,0 +1,34 @@
{
"demolinks": [
{
"href": "demo/intro.html",
"text": "Intro"
},
{
"href": "demo/os.html",
"text": "OS"
},
{
"href": "demo/error/404.html",
"text": "404"
},
{
"href": "demo/error/500.html",
"text": "500"
}
],
"links": [
{
"href": "elements.html",
"text": "Elements"
},
{
"href": "blank.html",
"text": "Blank"
},
{
"href": "tests.html",
"text": "Tests"
}
]
}