mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 00:46:52 +00:00
Improve metadata of chinese editions
This commit is contained in:
parent
afb250cef3
commit
b798743b3e
@ -5,7 +5,6 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite",
|
"tiddlywiki/snowwhite",
|
||||||
"tiddlywiki/nighttime",
|
|
||||||
"tiddlywiki/starlight",
|
"tiddlywiki/starlight",
|
||||||
"tiddlywiki/seamless",
|
"tiddlywiki/seamless",
|
||||||
"tiddlywiki/centralised",
|
"tiddlywiki/centralised",
|
||||||
@ -14,8 +13,21 @@
|
|||||||
"languages": [
|
"languages": [
|
||||||
"zh-Hans"
|
"zh-Hans"
|
||||||
],
|
],
|
||||||
|
"includeWikis": [
|
||||||
|
{"path": "../tw5.com", "read-only": true}
|
||||||
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"index": [
|
"index": [
|
||||||
"--rendertiddler","$:/core/save/all","zh-hans-demo.html","text/plain"]
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||||
|
"empty": [
|
||||||
|
"--rendertiddler","$:/editions/zh-Hans/download-empty","empty.html","text/plain",
|
||||||
|
"--rendertiddler","$:/editions/zh-Hans/download-empty","empty.hta","text/plain"],
|
||||||
|
"favicon": [
|
||||||
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||||
|
"static": [
|
||||||
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
||||||
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
||||||
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
||||||
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -5,7 +5,6 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite",
|
"tiddlywiki/snowwhite",
|
||||||
"tiddlywiki/nighttime",
|
|
||||||
"tiddlywiki/starlight",
|
"tiddlywiki/starlight",
|
||||||
"tiddlywiki/seamless",
|
"tiddlywiki/seamless",
|
||||||
"tiddlywiki/centralised",
|
"tiddlywiki/centralised",
|
||||||
@ -14,8 +13,21 @@
|
|||||||
"languages": [
|
"languages": [
|
||||||
"zh-Hant"
|
"zh-Hant"
|
||||||
],
|
],
|
||||||
|
"includeWikis": [
|
||||||
|
{"path": "../tw5.com", "read-only": true}
|
||||||
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"index": [
|
"index": [
|
||||||
"--rendertiddler","$:/core/save/all","zh-hant-demo.html","text/plain"]
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||||
|
"empty": [
|
||||||
|
"--rendertiddler","$:/editions/zh-Hant/download-empty","empty.html","text/plain",
|
||||||
|
"--rendertiddler","$:/editions/zh-Hant/download-empty","empty.hta","text/plain"],
|
||||||
|
"favicon": [
|
||||||
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||||
|
"static": [
|
||||||
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
||||||
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
||||||
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
||||||
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user