2022-06-23 00:30:35 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-06-30 23:52:50 +02:00
|
|
|
source ./.env
|
|
|
|
|
2022-06-26 19:30:42 +02:00
|
|
|
python3 ../staticoso/Source/Build.py \
|
2022-06-24 22:30:45 +02:00
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
2022-07-04 22:29:12 +02:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
|
|
|
--FeedEntries=0 \
|
2022-07-13 15:47:20 +02:00
|
|
|
--SitemapOut=True \
|
2022-07-04 22:29:12 +02:00
|
|
|
--GemtextHeader="# Spacc
|
|
|
|
|
2022-07-11 18:30:22 +02:00
|
|
|
" #\
|
2022-07-13 00:19:51 +02:00
|
|
|
#--GemtextOut=True \
|
|
|
|
#--SitemapOut=True \
|
2022-07-01 17:53:36 +02:00
|
|
|
#--MastodonURL="https://botsin.space" \
|
|
|
|
#--MastodonToken="$MastodonToken"
|