mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-18 04:20:50 +01:00
11 lines
317 B
Bash
Executable File
11 lines
317 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"
|