[Manual] Try again

This commit is contained in:
2023-02-19 21:05:59 +01:00
parent f21366c96d
commit 8a4f922f99
2 changed files with 1 additions and 5 deletions

8
Repo/Build.sh Executable file
View File

@ -0,0 +1,8 @@
#!/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

5
Repo/DeployOld.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
URL="https://kb.octt.eu.org"
cd ./public
wget -O "-1.html" "$URL" || true
wget -O "-2.html" "$URL/-1.html" || true