2022-06-24 22:30:45 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
python3 staticoso/Source/Build.py \
|
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
2022-06-27 18:07:51 +02:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
2022-07-17 15:16:33 +02:00
|
|
|
--ContextParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html']}" \
|
2022-06-30 23:52:50 +02:00
|
|
|
--MastodonURL="https://botsin.space" \
|
2022-07-01 17:53:36 +02:00
|
|
|
--MastodonToken="$MastodonToken" \
|
2022-07-13 00:19:51 +02:00
|
|
|
--SitemapOut=True \
|
2022-07-04 22:29:12 +02:00
|
|
|
--GemtextOut=True \
|
|
|
|
--GemtextHeader="# sitoctt
|
|
|
|
Alcune informazioni importanti sono disponibili su:
|
|
|
|
=> /octt/index.gmi octocapsula/index
|
|
|
|
|
|
|
|
"
|