2022-06-23 00:30:35 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-06-30 23:52:50 +02:00
|
|
|
source ./.env
|
|
|
|
|
2022-06-26 19:30:42 +02:00
|
|
|
python3 ../staticoso/Source/Build.py \
|
2022-06-24 22:30:45 +02:00
|
|
|
--SiteName="sitoctt" \
|
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
|
|
--SiteLang="it" \
|
2022-06-30 00:28:30 +02:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
2022-07-01 17:53:36 +02:00
|
|
|
--GemtextOut=True #\
|
|
|
|
#--MastodonURL="https://botsin.space" \
|
|
|
|
#--MastodonToken="$MastodonToken"
|
2022-07-01 14:59:20 +02:00
|
|
|
#--GemtextOut=True #\
|