mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 19:46:40 +01:00
implemented generation of pages for each data in json
This commit is contained in:
15
example/webInput/konstruiConfig.json
Normal file
15
example/webInput/konstruiConfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Prova web",
|
||||
"author": "arnaucode",
|
||||
"github": "github.com/arnaucode",
|
||||
"website": "arnaucode.com",
|
||||
"files": [
|
||||
"index.html",
|
||||
"projects.html",
|
||||
"app.css"
|
||||
],
|
||||
"repeatPages": [{
|
||||
"htmlPage": "projectPage.html",
|
||||
"data": "templates/projectTemplate.json"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user