mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-11 17:10:36 +01:00
16 lines
339 B
Bash
16 lines
339 B
Bash
#!/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"
|