mirror of https://gitlab.com/octtspacc/sitoctt
19 lines
455 B
Bash
Executable File
19 lines
455 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./.env
|
|
|
|
python3 ../staticoso/Source/Build.py \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
|
--DynamicParts="{}" \
|
|
--MinifyOutput="False" \
|
|
--MinifyAssets="False" \
|
|
--GemtextHeader="\
|
|
# Spacc
|
|
|
|
" #\
|
|
#--DiffBuild="True" \
|
|
#--GemtextOutput=True #\
|
|
#--MastodonURL="https://botsin.space" \
|
|
#--MastodonToken="$MastodonToken"
|