[TW5] Can somebody test my .sh file on MAC?

39 views
Skip to first unread message

Siniy-Kit

unread,
Nov 2, 2016, 10:57:10 AM11/2/16
to TiddlyWiki
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\ 



Reply all
Reply to author
Forward
0 new messages