mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Test build Gemini
This commit is contained in:
@ -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
9
Scripts/Deploy.Gemini.sh
Executable 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
|
@ -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
|
||||
|
Reference in New Issue
Block a user