mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-08 03:56:42 +01:00
implemented copy files in directories without templating, with concurrency in all subdirectories
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
"website": "arnaucode.com",
|
||||
"files": [
|
||||
"index.html",
|
||||
"projects.html",
|
||||
"app.css"
|
||||
"projects.html"
|
||||
],
|
||||
"repeatPages": [{
|
||||
"htmlPage": "projectPage.html",
|
||||
"data": "templates/projectTemplate.json"
|
||||
}]
|
||||
}
|
||||
}],
|
||||
"copyRaw": [
|
||||
"css",
|
||||
"js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user