mirror of https://gitlab.com/octtspacc/sitoctt
Aggiornamento interno
This commit is contained in:
parent
7d3cd4a48f
commit
3dbb280dac
|
@ -10,7 +10,7 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
|
||||
- python3 staticoso/Source/Build.py --SiteRoot="/sitoctt/" --FolderRoots="{'*':'//octtspacc.gitlab.io'}"
|
||||
- python3 staticoso/Source/Build.py --SiteLang="it" --SiteRoot="/sitoctt/" --FolderRoots="{'*':'//octtspacc.gitlab.io'}"
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// HTMLTitle: <span class="twa twa-notebook"><span>📓️</span></span> Blog
|
||||
// Order: 55
|
||||
|
||||
h1 #[span(class='twa twa-notebook') #[span 📓️]] blogoctt
|
||||
h1 <span class="twa twa-notebook"><span>📓️</span></span> blogoctt
|
||||
|
||||
div
|
||||
span [HTML:Category:Blog]
|
|
@ -3,4 +3,4 @@
|
|||
// Order: 50
|
||||
// Index: Unlinked
|
||||
|
||||
h1 #[span(class='twa twa-card-index-dividers') #[span 🗂️]] Raccolte
|
||||
h1 <span class="twa twa-card-index-dividers"><span>🗂️</span></span> Raccolte
|
|
@ -5,7 +5,7 @@
|
|||
// CreatedOn: 2022-06-03
|
||||
// EditedOn: 2022-06-04
|
||||
|
||||
h1 🌐️ Come e perché il sitoctt su Tor?
|
||||
h1 <span class="twa twa-globe-with-meridians"><span>🌐️</span></span> Come e perché il sitoctt su Tor?
|
||||
|
||||
p
|
||||
| In questi giorni ho sistemato i primi affari riguardanti il rendere disponibile il sitocto sulla rete #[span(style='Color:#59316b;') Tor]. C'è chi mi definirà esagerata anche soltanto per aver avuto il pensiero di fare una cosa del genere, ma c'è poco da fare.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Categories: Blog
|
||||
// CreatedOn: 2022-06-14
|
||||
|
||||
# 📄 I documenti non devono diventare applicazioni
|
||||
# <span class="twa twa-page-facing-up"><span>📄</span></span> I documenti non devono diventare applicazioni
|
||||
|
||||
Il Web di oggi è indiscutibilmente molto diverso da quello di 20 anni fa, e cambia sempre di più ogni anno che passa.
|
||||
Guardare i lati positivi del progresso è sempre molto facile e rassicurante, e per questo poco spesso si pensa ai lati oscuri che, in tante tante cose, ci sono. Il Web, purtroppo, è una di queste.
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
// Type: Post
|
||||
// Title: Prova
|
||||
// Categories: Tests
|
||||
// Categories: Tests Blog
|
||||
|
||||
# Prova
|
||||
|
||||
Questo post è una prova. Fine.
|
||||
|
||||
## Prova
|
||||
|
||||
Prova.
|
||||
|
||||
## Fine
|
||||
|
||||
Fine.
|
||||
|
||||
### Prova
|
||||
|
||||
Prova.
|
||||
|
|
|
@ -145,7 +145,11 @@ p
|
|||
p
|
||||
| Per terminare, trovate tutti i miei sorgenti sulle rispettive repo Git.
|
||||
br
|
||||
| Quelli del mio sito, alle condizioni descritte sopra: #[a(href='https://gitlab.com/octtspacc/sitoctt' target='_blank' rel='noopener') gitlab.com/octtspacc/sitoctt]; #[a(href='https://gitlab.com/octtspacc/sitoctt-assets' target='_blank' rel='noopener') gitlab.com/octtspacc/sitoctt-assets].
|
||||
| Quelli del mio sito (divisi in repo multiple), alle condizioni descritte sopra:
|
||||
a(href='https://gitlab.com/octtspacc/sitoctt' target='_blank' rel='noopener') gitlab.com/octtspacc/sitoctt
|
||||
| ;
|
||||
a(href='https://gitlab.com/octtspacc/sitoctt-assets' target='_blank' rel='noopener') sitoctt-assets
|
||||
| .
|
||||
br
|
||||
| Quelli del mio generatore, anche questo rilasciato sotto una licenza libera, la AGPL: #[a(href='https://gitlab.com/octtspacc/staticoso' target='_blank' rel='noopener') gitlab.com/octtspacc/staticoso].
|
||||
|
||||
|
|
Loading…
Reference in New Issue