Test build Gemini

This commit is contained in:
2022-07-01 17:53:36 +02:00
parent 58b65934cd
commit 4772cd74c6
5 changed files with 24 additions and 5 deletions

View File

@ -7,6 +7,7 @@ python3 ../staticoso/Source/Build.py \
--SiteDomain="https://sitoctt.octt.eu.org" \
--SiteLang="it" \
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
--MastodonURL="https://botsin.space" \
--MastodonToken="$MastodonToken"
--GemtextOut=True #\
#--MastodonURL="https://botsin.space" \
#--MastodonToken="$MastodonToken"
#--GemtextOut=True #\

9
Scripts/Deploy.Gemini.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
cd octt.gmi
mv ../public.gmi ./sitoctt
git add .
git commit -m "Agg. $(date)"
git push

View File

@ -7,4 +7,5 @@ python3 staticoso/Source/Build.py \
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
--ContextParts="{'Footer':['StatCounter.html']}" \
--MastodonURL="https://botsin.space" \
--MastodonToken="$MastodonToken"
--MastodonToken="$MastodonToken" \
--GemtextOut=True