mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-16 11:07:27 +02:00
9 lines
235 B
Bash
Executable File
9 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python3 staticoso/Source/Build.py \
|
|
--SiteName="sitoctt" \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--SiteLang="it" \
|
|
--FolderRoots="{'*':'//octtspacc.gitlab.io'}" \
|
|
--ContextParts="{'Footer':['StatCounter.html']}"
|