mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-01-28 07:09:24 +01:00
17 lines
400 B
Bash
Executable File
17 lines
400 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'}" \
|
|
--Minify="False" \
|
|
--GemtextHeader="\
|
|
# Spacc
|
|
|
|
" #\
|
|
#--DiffBuild="True" \
|
|
#--GemtextOutput=True #\
|
|
#--MastodonURL="https://botsin.space" \
|
|
#--MastodonToken="$MastodonToken"
|