2023-02-28 12:07:24 +01:00
|
|
|
#!/bin/sh
|
2023-04-14 16:39:05 +02:00
|
|
|
. ./Src.*.sh || true
|
|
|
|
sh ./OcttKB.EmptyDate.sh || true
|
2023-03-24 12:38:21 +01:00
|
|
|
|
2023-03-24 16:34:36 +01:00
|
|
|
# Ensure important directories
|
2023-03-24 16:16:00 +01:00
|
|
|
rm -rf ./Output.tmp || true
|
|
|
|
|
2023-03-24 16:34:36 +01:00
|
|
|
# Build HTML TiddlyWiki
|
2023-03-24 12:38:21 +01:00
|
|
|
tiddlywiki \
|
2023-03-24 13:04:31 +01:00
|
|
|
./Wiki-OcttKB \
|
2023-03-24 12:38:21 +01:00
|
|
|
--verbose \
|
|
|
|
--output ./Output.tmp \
|
|
|
|
--rendertiddler "$:/core/save/all" "index.html" "text/plain"
|
|
|
|
|
|
|
|
mkdir -vp ./public
|
|
|
|
cp -v ./Output.tmp/index.html ./public/index.html
|
2023-03-24 16:34:36 +01:00
|
|
|
sh ./Main.sh
|
2023-03-24 12:38:21 +01:00
|
|
|
|
2023-04-14 16:39:05 +02:00
|
|
|
SetupGitProfile
|
|
|
|
TryCrossRepoSync
|