kopia lustrzana https://github.com/miklobit/TiddlyWiki5
18 wiersze
609 B
Plaintext
18 wiersze
609 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/fullscreen"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
"static": [
|
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain",
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain"]
|
|
}
|
|
} |