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