mirror of https://gitlab.com/octtspacc/sitoctt
Agg. PicoBlog, CSS sitoctt, script build
This commit is contained in:
parent
b8debbe2be
commit
a2ea27d97a
|
@ -1,7 +1,8 @@
|
||||||
i18n/*
|
i18n/*
|
||||||
public/*
|
public/*
|
||||||
|
public.Content/*
|
||||||
public.gmi/*
|
public.gmi/*
|
||||||
public.plain/*
|
public.Plain/*
|
||||||
Scripts/.bak/*
|
Scripts/.bak/*
|
||||||
Scripts/package.json
|
Scripts/package.json
|
||||||
Scripts/package-lock.json
|
Scripts/package-lock.json
|
||||||
|
|
|
@ -291,7 +291,7 @@ IFrame {
|
||||||
Z-Index: -1;
|
Z-Index: -1;
|
||||||
}
|
}
|
||||||
#LeftBoxContainer, #RightBoxContainer { Position: Absolute; }
|
#LeftBoxContainer, #RightBoxContainer { Position: Absolute; }
|
||||||
#LeftBoxContainer, #RightBoxContainer, #BottomBoxContainer, #DesktopModeCheck { Color: #808080; }
|
#LeftBoxContainer, #RightBoxContainer, #BottomBoxContainer, #DesktopModeLabel { Color: #808080; }
|
||||||
#BottomBox, #BottomBoxContainer {
|
#BottomBox, #BottomBoxContainer {
|
||||||
Box-Sizing: Border-Box;
|
Box-Sizing: Border-Box;
|
||||||
Position: Fixed;
|
Position: Fixed;
|
||||||
|
@ -352,7 +352,7 @@ IFrame {
|
||||||
Left: 0;
|
Left: 0;
|
||||||
Margin: Var(--ScreenBorderPadding);
|
Margin: Var(--ScreenBorderPadding);
|
||||||
}
|
}
|
||||||
.ToggleBoxCheck {
|
.ToggleBoxCheck, #DesktopModeCheck {
|
||||||
Position: Fixed;
|
Position: Fixed;
|
||||||
Opacity: 0;
|
Opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,12 @@ href='./PicoBlog.html'>disponibile qui</a>. Considera di consultare quella per u
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<details markdown="1" open="1"><summary>
|
<details open="1" markdown="1"><summary>
|
||||||
|
#### [2023-02-22] staticoso è messo male </summary>
|
||||||
|
Ma da quanto che non scrivevo su sta pagina? Vabbe. Oggi cercavo di aggiungere una funzionalità a staticoso... non ce la posso fare, è tutto spaghetti. Ho sbagliato a programmarlo come un programma monolitico, dovevo progettarlo fin da subito come una suite di programmini indipendenti ma correlati. E ora il danno è fatto.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details markdown="1"><summary>
|
||||||
#### [2022-11-10] Faccio esplodere l'AI </summary>
|
#### [2022-11-10] Faccio esplodere l'AI </summary>
|
||||||
Dopo aver scoperto che l'anteprima di ChatGPT è per ora completamente gratuita, ho iniziato a giocarci e a fare cose su cose, dedicandoci forse anche troppo tempo 😅. Ho creato un sito per raccogliere le conversazioni che ho con l'AI, per scopi di ricerca e perché ci sono spesso situazioni che vale la pena condividere: <https://listed.to/@ChatGPT_Experiences>{[:MdTgtBlank:]}
|
Dopo aver scoperto che l'anteprima di ChatGPT è per ora completamente gratuita, ho iniziato a giocarci e a fare cose su cose, dedicandoci forse anche troppo tempo 😅. Ho creato un sito per raccogliere le conversazioni che ho con l'AI, per scopi di ricerca e perché ci sono spesso situazioni che vale la pena condividere: <https://listed.to/@ChatGPT_Experiences>{[:MdTgtBlank:]}
|
||||||
</details>
|
</details>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source ./.env
|
. ./.env
|
||||||
|
|
||||||
python3 ../staticoso/Source/Build.py \
|
python3 ../staticoso/App/Source/Build.py \
|
||||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.octt.eu.org'}" \
|
||||||
--DynamicParts="{'Foot':['Eruda.html']}" \
|
--DynamicParts="{'Foot':['Eruda.html']}" \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python3.10 ./staticoso/Source/Build.py \
|
python3.10 ./staticoso/App/Source/Build.py \
|
||||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'http://http.sitoctt-assets.octt.eu.org/public'}" \
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'http://http.sitoctt-assets.octt.eu.org/public'}" \
|
||||||
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}"
|
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python3 ./staticoso/Source/Build.py \
|
python3 ./staticoso/App/Source/Build.py \
|
||||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://sitoctt-assets.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']}" \
|
--DynamicParts="{'Head':['Twemoji.html'], 'Footer':['StatCounter.html'], 'Other':['CountWindow.html']}" \
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python3 ../staticoso/Source/Build.py \
|
python3 ../staticoso/App/Source/Build.py \
|
||||||
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
||||||
--FolderRoots="{'*':'/', 'Assets':'/sitoctt-assets'}" \
|
--FolderRoots="{'*':'/', 'Assets':'/sitoctt-assets'}" \
|
||||||
--NoScripts=True
|
--NoScripts=True
|
||||||
./Scripts/Prepare.NoStyle.sh
|
|
||||||
|
sh ./Scripts/Prepare.NoStyle.sh
|
||||||
|
|
|
@ -19,8 +19,8 @@ img {
|
||||||
</style>
|
</style>
|
||||||
"
|
"
|
||||||
|
|
||||||
cp -r ./public ./public.plain
|
cp -r ./public ./public.Plain
|
||||||
mv ./public.plain ./public/Plain
|
mv ./public.Plain ./public/Plain
|
||||||
cd ./public/Plain
|
cd ./public/Plain
|
||||||
|
|
||||||
find . -name "*.html" \
|
find . -name "*.html" \
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
Time=time
|
Time=time
|
||||||
|
. ./.env
|
||||||
|
|
||||||
source ./.env
|
|
||||||
python3 -m cProfile \
|
python3 -m cProfile \
|
||||||
-s $Time \
|
-s $Time \
|
||||||
../staticoso/Source/Build.py \
|
../staticoso/App/Source/Build.py \
|
||||||
--SiteDomain="https://sitoctt.octt.eu.org" \
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
||||||
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
||||||
--Minify="False" \
|
--Minify="False" \
|
||||||
|
|
Loading…
Reference in New Issue