mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-03 10:11:00 +02:00
9 lines
246 B
Bash
Executable File
9 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
cd ./public
|
|
tiddlywiki \
|
|
--verbose \
|
|
--load index.html \
|
|
--output ./ \
|
|
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
|
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
|