mirror of https://gitlab.com/octtspacc/OcttKB
8 lines
233 B
Bash
8 lines
233 B
Bash
|
#!/bin/sh
|
||
|
cd ./public
|
||
|
tiddlywiki \
|
||
|
--load index.html \
|
||
|
--output ./ \
|
||
|
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
||
|
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
|