Skip to content

Serving read-only version of TiddlyWiki from generic web server (github pages)

Notifications You must be signed in to change notification settings

iilyak/tiddlywiki-splitweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

The splitweb plugin enables serving of read-only version of tiddlywiki from a generic web server.

Demo

How to build

This was tested only under Linux and might not work on Windows system.

make clean 
TIDDLYWIKI_PATH=~/dev/tiddlywiki # update the path to point to correct location
make build
cd output/demo 
caddy file-server

Hosting on github pages

By default github uses jerkill preprocessing on gh-pages. You have to disable it by creating empty .nojekyll file at the root of the web site. Otherwise the files which name starts with _ (which is / in tiddler name) wouldn't be displayed.

Deploying to github pages

make clean
TIDDLYWIKI_PATH=~/dev/tiddlywiki # update the path to point to correct location
make deploy
cd site
git push origin gh-pages

Github Actions

TODO

About

Serving read-only version of TiddlyWiki from generic web server (github pages)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published