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