blog-creation
- Install Node.js
- Install TiddlyWiki
npm i -g tiddlywiki
- To update:
npm update -g
- To update:
- Create a new wiki
tiddlywiki mywiki --init server
- Start server
tiddlywiki mywiki/ --listen port=8080
- Go to https://giffmex.org/gifts/tiddlyblink.html#TiddlyBlink%20home and drag the "tb" tag over and import
- Go to https://giffmex.org/gifts/transclusioninpopups.html and drag the three links over and import
- Add the following to
$:/core/templates/static.tiddler.html
under the body tag<div class="tc-sidebar-scrollable" style="overflow: auto;"> <div class="tc-sidebar-header"><h1 class="tc-site-title">Site Title</h1></div> <div class="tc-site-subtitle">Site subtitle</div> </div>
- Add the following to
$:/core/templates/static.template.css
at the bottom.tc-tiddler-controls { display: none; } .tc-tab-buttons { display: none; }
- Go to
$:/ControlPanel
and do the following- In Info –> Basics –> Default tiddlers, click retain story ordering
- In Appearance –> Theme Tweaks
- Story left position, 5%
- Story right, 66%
- Story width, 61%
- Tiddler width, 100%
- Build static assets
tiddlywiki mywiki/ --build
References: