Hi! I make small .sh file for generating static site from tw5 html file (heeg.html) start theme is here https://groups.google.com/forum/?hl=ru#!searchin/tiddlywiki/$23!$2Fbin$2Fbash%7Csort:relevance/tiddlywiki/Wk24KphlZhs/oY_1mB4pAQAJ
I have only win7 operation system. Can somebody download my tw5 here http://heeg.ru/heeg_html_design4shop.zip (no virus here) and try on MAC my startWiki_MAC.sh and static_site_MAC.sh files? #!/bin/bash sudo npm install -g tiddlywiki #!/bin/bash tiddlywiki --verbose --load heeg.html --rendertiddlers [!is[system]!type[image/jpeg]![index]] $:/core/templates/static.tiddler.html ./static text/plain --rendertiddler $:/_sitemap static/sitemap.xml text/vnd.tiddlywiki --rendertiddler $:/theeg.template.css static/static.css text/vnd.tiddlywiki --rendertiddler $:/_aa.giff/StyleSheetAnimate static/animate.css text/vnd.tiddlywiki --rendertiddler $:/_aa.giff/StylesheetTopSlider static/topslider.css text/vnd.tiddlywiki --rendertiddler $:/_aa.giff/StyleSheetItemSLIDER static/itemslider.css text/vnd.tiddlywiki --rendertiddler $:/boot/Yandex_Metrika_Counter.js static/Yandex_Metrika_Counter.js text/plain --rendertiddler $:/_heeg.js static/heeg.js text/plain --setfield [[$:/HistoryList]] current-tiddler $:/_index text/vnd.tiddlywiki --output ./temp --rendertiddlers [[index]] $:/core/templates/static.tiddler.html ./static text/plain .html "noclean" && ^ cp images output\static\images -R -u && ^ cp fonts output\static\fonts -R -u && ^ cp heeg.html output\static\ && ^ cp .\temp\static\index.html output\static\ && ^ cp .htaccess output\static\ && ^ cp favicon.ico output\static\ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/259d72d7-5b92-4b01-a1ad-ade433625e21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

