1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-06 02:40:44 +00:00
TiddlyWiki5/editions/geospatialdemo/tiddlywiki.info
jeremy@jermolene.com ff70949e84 Add build targets required by ./bin/site-build.sh...
... when building the geospatial edition as the main edition, making it easier to find on Vercel
2023-03-16 20:41:49 +00:00

19 lines
331 B
Plaintext

{
"description": "Demo of the geospatial plugin for TiddlyWiki",
"plugins": [
"tiddlywiki/geospatial"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"includeWikis": [
],
"build": {
"index": [
"--render","$:/core/save/all","geospatialdemo.html","text/plain"],
"favicon": [],
"static": []
}
}