mirror of https://gitlab.com/octtspacc/OcttKB
[Manual] Done
This commit is contained in:
parent
eb796f99da
commit
94eab97625
|
@ -1,8 +0,0 @@
|
||||||
#!/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
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
URL="https://kb.octt.eu.org"
|
|
||||||
cd ./public
|
|
||||||
wget -O "-1.html" "$URL" || true
|
|
||||||
wget -O "-2.html" "$URL/-1.html" || true
|
|
Loading…
Reference in New Issue