2022-06-24 22:30:45 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-02-23 00:14:59 +01:00
|
|
|
python3 ./staticoso/App/Source/Build.py \
|
2022-06-24 22:30:45 +02:00
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
2022-12-24 16:17:26 +01:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
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
|
|
|
|
|
|
|
|
"
|
2023-03-14 15:23:35 +01:00
|
|
|
|
|
|
|
sh ./Scripts/PostBuild.Common.sh
|
|
|
|
sh ./Scripts/Prepare.NoStyle.sh
|