mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-03 04:41:18 +02:00
9 lines
213 B
Bash
Executable File
9 lines
213 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'}" \
|
|
--GemtextOut=True
|