mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Modifica delle macro per gli assets esterni
This commit is contained in:
@ -4,7 +4,7 @@ source ./.env
|
||||
|
||||
python3 ../staticoso/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
||||
--Minify="False" \
|
||||
--GemtextHeader="\
|
||||
# Spacc
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
python3.10 ./staticoso/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'http://http.sitoctt-assets.octt.eu.org/public'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html']}"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
python3 ./staticoso/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html']}" \
|
||||
--MastodonURL="https://botsin.space" \
|
||||
--MastodonToken="$MastodonToken" \
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
python3 ../staticoso/Source/Build.py \
|
||||
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
||||
--FolderRoots="{'*':''}" \
|
||||
--FolderRoots="{'*':'', 'Assets':'sitoctt-assets'}" \
|
||||
--NoScripts=True
|
||||
|
@ -7,7 +7,7 @@ python3 -m cProfile \
|
||||
-s $Time \
|
||||
../staticoso/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
||||
--Minify="False" \
|
||||
--DiffBuild="True" \
|
||||
> /tmp/staticoso-$Time.txt
|
||||
|
Reference in New Issue
Block a user