Skip to content

My TiddlyWiki running via Node and exported/uploaded as single HTML file

Notifications You must be signed in to change notification settings

jackbaty/rudimentarylathe-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RudimentaryLathe.org TiddlyWiki

A wiki published using TiddlyWiki. Formerly published at rudimentarylathe.org but now see https://github.com/jackbaty/rudimentarylathe instead

Development

To run things locally for editing, cd into directory and...

tiddlywiki ./ --listen

This makes the wiki available locally via https://127.0.0.1:8080.

Or better yet, use forever...

forever start --spinSleepTime 10000 /usr/local/bin/tiddlywiki /Users/jbaty/pub/rudimentarylathe-node --listen

Publishing

I still publish it as a static HTML file using the Makefile...

make deploy

This ends up running the tiddlywiki command for generating the entire wiki to an index.html file...

tiddlywiki --rendertiddler $$:/plugins/tiddlywiki/tiddlyweb/save/offline index.html text/plain

Note that Makefiles escape the dollar sign by doubling it, hence the $$/plugins... thing.

About

My TiddlyWiki running via Node and exported/uploaded as single HTML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published