mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-11 22:24:34 +01:00
10 lines
235 B
Bash
Executable File
10 lines
235 B
Bash
Executable File
#!/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
|