OcttKB/Wiki-OcttKB/tiddlers/System/$__OcttKB_Repo_Build.sh.txt

13 lines
327 B
Bash

#!/bin/sh
cd ./public
# Build single-page no-JS wiki
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
# Apply patches to the static HTML
python3 ../PatchStatic.py