mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
{
|
|
"description": "Content for https://tiddlywiki.org",
|
|
"plugins": [
|
|
"tiddlywiki/internals",
|
|
"tiddlywiki/menubar"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"languages": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--savetiddlers","[tag[external-image]]","images",
|
|
"--setfield","[tag[external-image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
|
"--setfield","[tag[external-image]]","text","","text/plain",
|
|
"--render","$:/core/save/all","index.html","text/plain"],
|
|
"readmes": [
|
|
"--render","[[Code of Conduct]]","code-of-conduct.md","text/html"],
|
|
"favicon": [
|
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
|
"static": [
|
|
"--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","$:/core/templates/static.tiddler.html",
|
|
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
|
},
|
|
"config": {
|
|
"retain-original-tiddler-path": true
|
|
}
|
|
}
|