2020-06-07 10:30:39 +01:00
|
|
|
{
|
|
|
|
"description": "Basic client-server edition",
|
|
|
|
"plugins": [
|
|
|
|
"tiddlywiki/tiddlyweb",
|
|
|
|
"tiddlywiki/filesystem",
|
|
|
|
"tiddlywiki/highlight"
|
|
|
|
],
|
|
|
|
"themes": [
|
|
|
|
"tiddlywiki/vanilla",
|
|
|
|
"tiddlywiki/snowwhite"
|
|
|
|
],
|
|
|
|
"build": {
|
|
|
|
"index": [
|
2022-12-24 02:12:25 +03:30
|
|
|
"--render","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
|
2020-06-07 10:30:39 +01:00
|
|
|
"static": [
|
2022-12-24 02:12:25 +03:30
|
|
|
"--render","$:/core/templates/static.template.html","static.html","text/plain",
|
|
|
|
"--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
|
|
"--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain",
|
|
|
|
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
2020-06-07 10:30:39 +01:00
|
|
|
}
|
|
|
|
}
|