mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-01-10 15:12:52 +01:00
12 lines
338 B
Bash
Executable File
12 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python3 staticoso/Source/Build.py \
|
|
--SiteName="sitoctt" \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--SiteLang="it" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
|
--ContextParts="{'Footer':['StatCounter.html']}" \
|
|
--MastodonURL="https://botsin.space" \
|
|
--MastodonToken="$MastodonToken" \
|
|
--GemtextOut=True
|