2022-06-24 22:30:45 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-08-18 00:04:54 +02:00
|
|
|
python3 ./staticoso/Source/Build.py \
|
2022-06-24 22:30:45 +02:00
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
2022-09-24 15:14:01 +02:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
2022-10-27 11:10:44 +02:00
|
|
|
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}" \
|
2022-06-30 23:52:50 +02:00
|
|
|
--MastodonURL="https://botsin.space" \
|
2022-07-01 17:53:36 +02:00
|
|
|
--MastodonToken="$MastodonToken" \
|
2022-08-30 00:35:13 +02:00
|
|
|
--GemtextOutput=True \
|
2022-08-13 22:39:10 +02:00
|
|
|
--GemtextHeader="\
|
|
|
|
# sitoctt
|
2022-07-04 22:29:12 +02:00
|
|
|
Alcune informazioni importanti sono disponibili su:
|
|
|
|
=> /octt/index.gmi octocapsula/index
|
|
|
|
|
|
|
|
"
|