Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

iilyak/tiddlywiki-splitweb

Open more actions menu

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.