mirror of https://gitlab.com/octtspacc/sitoctt
17 lines
341 B
Bash
Executable File
17 lines
341 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./.env
|
|
|
|
python3 ../staticoso/Source/Build.py \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
|
--Minify="False" \
|
|
--GemtextHeader="\
|
|
# Spacc
|
|
|
|
" #\
|
|
#--GemtextOut=True #\
|
|
#--SitemapOut=True \
|
|
#--MastodonURL="https://botsin.space" \
|
|
#--MastodonToken="$MastodonToken"
|