mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. PicoBlog, CSS sitoctt, script build
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
source ./.env
|
||||
. ./.env
|
||||
|
||||
python3 ../staticoso/Source/Build.py \
|
||||
python3 ../staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
||||
--DynamicParts="{'Foot':['Eruda.html']}" \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3.10 ./staticoso/Source/Build.py \
|
||||
python3.10 ./staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'http://http.sitoctt-assets.octt.eu.org/public'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3 ./staticoso/Source/Build.py \
|
||||
python3 ./staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}" \
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3 ../staticoso/Source/Build.py \
|
||||
python3 ../staticoso/App/Source/Build.py \
|
||||
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
||||
--FolderRoots="{'*':'/', 'Assets':'/sitoctt-assets'}" \
|
||||
--NoScripts=True
|
||||
./Scripts/Prepare.NoStyle.sh
|
||||
|
||||
sh ./Scripts/Prepare.NoStyle.sh
|
||||
|
@ -19,8 +19,8 @@ img {
|
||||
</style>
|
||||
"
|
||||
|
||||
cp -r ./public ./public.plain
|
||||
mv ./public.plain ./public/Plain
|
||||
cp -r ./public ./public.Plain
|
||||
mv ./public.Plain ./public/Plain
|
||||
cd ./public/Plain
|
||||
|
||||
find . -name "*.html" \
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
Time=time
|
||||
. ./.env
|
||||
|
||||
source ./.env
|
||||
python3 -m cProfile \
|
||||
-s $Time \
|
||||
../staticoso/Source/Build.py \
|
||||
../staticoso/App/Source/Build.py \
|
||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
||||
--Minify="False" \
|
||||
|
Reference in New Issue
Block a user