mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
Add build targets to the core editions
This commit is contained in:
parent
f7e50e0950
commit
649f68288a
@ -7,5 +7,9 @@
|
|||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
],
|
],
|
||||||
"includeWikis": [
|
"includeWikis": [
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","codemirrordemo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,9 @@
|
|||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
],
|
],
|
||||||
"includeWikis": [
|
"includeWikis": [
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","d3demo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -15,5 +15,9 @@
|
|||||||
"en-GB",
|
"en-GB",
|
||||||
"de-AT",
|
"de-AT",
|
||||||
"de-DE"
|
"de-DE"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","de-at-demo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,14 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite"
|
"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"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -13,5 +13,9 @@
|
|||||||
],
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
"fr-FR"
|
"fr-FR"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","fr-fr-demo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -7,5 +7,9 @@
|
|||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
],
|
],
|
||||||
"includeWikis": [
|
"includeWikis": [
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","highlightdemo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,9 @@
|
|||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
],
|
],
|
||||||
"includeWikis": [
|
"includeWikis": [
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","markdowndemo.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,9 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","tahoelafs.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -5,5 +5,9 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","test.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -40,7 +40,8 @@
|
|||||||
"readmes": [
|
"readmes": [
|
||||||
"--rendertiddler","ReadMe","readme.md","text/html",
|
"--rendertiddler","ReadMe","readme.md","text/html",
|
||||||
"--rendertiddler","ContributingTemplate","contributing.md","text/html",
|
"--rendertiddler","ContributingTemplate","contributing.md","text/html",
|
||||||
"--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/html"],
|
"--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/plain",
|
||||||
|
"--rendertiddler","TiddlyWiki2ReadMe","tw2/readme.md","text/html"],
|
||||||
"empty": [
|
"empty": [
|
||||||
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.html","text/plain",
|
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.html","text/plain",
|
||||||
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.hta","text/plain"],
|
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.hta","text/plain"],
|
||||||
|
@ -6,5 +6,9 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","tw5tank.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
@ -6,5 +6,9 @@
|
|||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
"tiddlywiki/snowwhite"
|
"tiddlywiki/snowwhite"
|
||||||
]
|
],
|
||||||
|
"build": {
|
||||||
|
"index": [
|
||||||
|
"--rendertiddler","$:/core/save/all","tw5tiddlyweb.html","text/plain"]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user