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