Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
c461ce4f8b | ||
|
0867ce8222 |
44 changed files with 554 additions and 100 deletions
|
@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Blank
|
||||
|
||||
Blank — starter [Hugo](//gohugo.io/) theme for developers. Use it to make your own theme.
|
||||
|
||||
[Live Demo](http://themes.gohugo.io/theme/blank/)
|
||||
|
||||
![Blank theme screenshot](https://github.com/Vimux/blank/blob/master/images/splash.png)
|
||||
|
||||
## Installation
|
||||
|
||||
In your Hugo site `themes` directory, run:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/vimux/blank
|
||||
```
|
||||
|
||||
Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `blank`.
|
||||
|
||||
```
|
||||
theme = "blank"
|
||||
```
|
||||
|
||||
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
|
||||
|
||||
## Contributing
|
||||
|
||||
Have you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/Vimux/blank/issues) to let me know. Or make directly a [pull request](//github.com/Vimux/blank/pulls).
|
||||
|
||||
## License
|
||||
|
||||
This theme is released under the [MIT license](//github.com/Vimux/blank/blob/master/LICENSE.md).
|
|
@ -1,5 +1,4 @@
|
|||
baseURL = "https://hacklabbo.indivia.net/hackordiye18/"
|
||||
baseURL = "https://hacklabbo.indivia.net/hackordiye2018"
|
||||
languageCode = "it"
|
||||
title = "Hack-or-d(i|y)e 2018"
|
||||
theme = "HOD2k18"
|
||||
description = "Template for Hack-or-d(i|y)e 2018"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Soffri di computerfobia? Scoprilo con questo semplice test!"
|
||||
title: "Computerfobia"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "17.00"
|
||||
orario: "16.45"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Controllo della torre GSM per paranoici presi male"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "17.40"
|
||||
orario: "17.30"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "SSB - Secure Scuttlebutt"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "18.20"
|
||||
orario: "18.15"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Ten minutes"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "19.00"
|
||||
orario: "18.15"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: "UFOciclisti"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "21.30"
|
||||
orario: "20.00"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
||||
Che cosa è l'ufociclismo? E' possibile che decenni di avvistamenti non confermati, movimenti a basso impatto e militanza sublimata siano collassati in un pratica utile? E che gli osservatori siano diventati osservati? Venite già avvistati.
|
||||
Presentazione UFOciclisti
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Cena benefit PARANOIA"
|
||||
title: "CENA BENEFIT PARANOIA"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "20.30"
|
||||
orario: "20.45"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Per Aspera ad Astra"
|
||||
#date: 2018-10-22T10:41:39+02:00
|
||||
orario: "22.30"
|
||||
orario: "22.00"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Concertino COBOL pongide"
|
||||
#date: 2018-10-22T10:41:39+02:00
|
||||
orario: "23.00"
|
||||
orario: "22.30"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Static Website Deployment"
|
||||
title: "Static-websites as a service"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "18.30"
|
||||
giorno: 1
|
||||
|
@ -7,10 +7,8 @@ draft: false
|
|||
---
|
||||
|
||||
|
||||
Nel talk verrà illustrato come creare un sistema automatizzato per la pubblicazione di siti statici, dalla produzione di contenuti al deploy. In particolare, verrà spiegato come utilizzare un servizio per la gestione di repository - che contengono nel nostro caso i sorgenti dei siti statici - con supporto alla <i>Continuous Integration/Continuous Delivery</i>, come piattaforma di pubblicazione. La struttura dei siti è fatta di dati/contenuti plain-text e immagini - nessun database implicato - gestibili attraverso un'interfaccia, simile a quella di un normale CMS, che permette di modificare i dati sorgente, utilizzando il servizio stesso come authentication service provider. Ad ogni commit viene lanciata una build che può avere caratteristiche di volta in volta differenti - test, stage, produzione, ad esempio. L'obiettivo è avere un sistema più facilmente gestibile rispetto al multihosting di CMS (meno ore in manutenzione), riducendo notevolmente la superficie d'attacco e l'esposizione di informazioni sensibili.
|
||||
Nel talk verrà illustrato come creare un sistema automatizzato per la pubblicazione di siti statici, dalla produzione di contenuti al deploy. In particolare, verrà spiegato come utilizzare un servizio per la gestione di repository - che contengono nel nostro caso i sorgenti dei siti statici - con supporto alla Continuous Integration/Continuous Delivery, come piattaforma di pubblicazione. La struttura dei siti è fatta di dati/contenuti plain-text e immagini - nessun database implicato - gestibili attraverso un'interfaccia, simile a quella di un normale CMS, che permette di modificare i dati sorgente, utilizzando il servizio stesso come authentication service provider. Ad ogni commit viene lanciata una build che può avere caratteristiche di volta in volta differenti - test, stage, produzione, ad esempio. L'obiettivo è avere un sistema più facilmente gestibile rispetto al multihosting di CMS (meno ore in manutenzione), riducendo notevolmente la superficie d'attacco e l'esposizione di informazioni sensibili.
|
||||
|
||||
<!---
|
||||
#### Materiali:
|
||||
- proiettore
|
||||
- collegamento jitsi
|
||||
-->
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
title: "Gadgety Sound System"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "19.45"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
||||
_**Gadgety Sound System**_ è un sistema distribuito di moduli musicali orientato alla creazione di concerti di musica elettronica.
|
||||
|
||||
Un'insieme sincronizzato di altoparlanti preparati è controllabile dai partecipanti, perchè possano perturbare il comportamento di un sistema altrimenti autonomo. I suoni riprodotti variano a seconda dell'hardware contenuto nei moduli, prescelti dal compositore dell'atto: generatori di forme d'onda analogici, digitali, filtri, circuiti che riproducano campioni o dispositivi elettro-meccanici eventualmente amplificati.
|
||||
|
||||
La presentazione dimostra il prototipo **_BP-1_**, primo della serie, e le scelte implementative che lo animano.
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
[automa cellulare](https://en.wikipedia.org/wiki/Cellular_automaton)
|
||||
|
||||
Un compositore generativo che volesse servirsi del sistema dovrebbe studiare due tipi di interazione, una modulo-modulo, sorta di inconscio del sistema, ed una conscia, quella utente-modulo. La radice di entrambe, sta in un software concettualmente basato su "punti" eseguiti su una griglia, che permette di legare insieme strutture impulsive/puntiformi e lineari. Su queste funzioni primitive, si innestano funzioni di controllo come _Jump_ e _Barrier_, per controllare ripetizioni e progressioni strutturate.
|
||||
|
||||
-->
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Mastodon Lato Tecnico"
|
||||
title: "Mastodon lato tecnico"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "19.15"
|
||||
giorno: 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Cena benefit LaDarkRoom"
|
||||
title: "CENA"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "20.45"
|
||||
orario: "20.30"
|
||||
giorno: 1
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Meltdown figurato"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "22.15"
|
||||
orario: "22.30"
|
||||
giorno: 1
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -6,5 +6,4 @@ giorno: 2
|
|||
draft: false
|
||||
---
|
||||
|
||||
Introduzione al mondo della paranoia.
|
||||
Ci concentreremmo sulle configurazioni base di una workstation e sulla navigazione.
|
||||
Autodifesa Digitale
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Circolog"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: "16.30"
|
||||
orario: "16.00"
|
||||
giorno: 2
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -3,14 +3,29 @@
|
|||
|
||||
## Installa HUGO
|
||||
|
||||
[Installazione di hugo](https://gohugo.io/getting-started/installing/#linux)
|
||||
[Installazione di hugo](https://gohugo.io/getting-started/installing/#linux)
|
||||
|
||||
Se possibile non scegliete snap.
|
||||
|
||||
## Compila
|
||||
|
||||
[Builda il sito](https://gohugo.io/getting-started/quick-start/#step-4-add-some-content)
|
||||
[Builda il sito](https://gohugo.io/getting-started/quick-start/#step-4-add-some-content)
|
||||
|
||||
$hugo server -D
|
||||
|
||||
Poi puoi vederlo dal browser qui: http://localhost:1313/
|
||||
|
||||
______
|
||||
|
||||
## thema Blank
|
||||
|
||||
Blank — starter [Hugo](//gohugo.io/) theme for developers. Use it to make your own theme.
|
||||
|
||||
[Live Demo](http://themes.gohugo.io/theme/blank/)
|
||||
|
||||
![Blank theme screenshot](https://github.com/Vimux/blank/blob/master/images/splash.png)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This theme is released under the [MIT license](//github.com/Vimux/blank/blob/master/LICENSE.md).
|
||||
|
|
BIN
themes/HOD2k18/images/screenshot.png
Normal file
BIN
themes/HOD2k18/images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
BIN
themes/HOD2k18/images/splash.png
Normal file
BIN
themes/HOD2k18/images/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
BIN
themes/HOD2k18/images/tn.png
Normal file
BIN
themes/HOD2k18/images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
|
@ -4,5 +4,7 @@
|
|||
{{ range $paginator.Pages }}
|
||||
{{ partial "summary.html" . }}
|
||||
{{ end }}
|
||||
{{ partial "pagination.html" . }}
|
||||
</main>
|
||||
{{ partial "sidebar.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
|
@ -14,7 +14,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "sidebar.html" . }}
|
||||
{{ partial "footer.html" . }}
|
|
@ -9,4 +9,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
0
themes/HOD2k18/layouts/partials/article.html
Normal file
0
themes/HOD2k18/layouts/partials/article.html
Normal file
24
themes/HOD2k18/layouts/partials/ascii.html
Normal file
24
themes/HOD2k18/layouts/partials/ascii.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!--
|
||||
<div id="illustrazione">
|
||||
<div>
|
||||
-->
|
||||
<pre>
|
||||
/ You are only young once, but you can \
|
||||
\ stay immature indefinitely. /
|
||||
-----------------------------------------
|
||||
\
|
||||
\
|
||||
.--.
|
||||
|o_o |
|
||||
|:_/ |
|
||||
// \ \
|
||||
(| | )
|
||||
/'\_ _/`\
|
||||
\___)=(___/
|
||||
</pre>
|
||||
<pre>(_) __ /| | | |\ | _ _ ._ _ |_ ._ _
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_</pre>
|
||||
<!--
|
||||
</div>
|
||||
</div>
|
||||
-->
|
105
themes/HOD2k18/layouts/partials/furby-hack.html
Normal file
105
themes/HOD2k18/layouts/partials/furby-hack.html
Normal file
|
@ -0,0 +1,105 @@
|
|||
<div id="illustrazione">
|
||||
<div class="ascii-wrapper" style="top:1em;">
|
||||
<pre style="text-align:center">
|
||||
_ _ _ _ _ _ _ |
|
||||
|\ |_| |_| _ |_) | | | | | | | | _ |/ |_| |_| |
|
||||
|_) | | | | |_) |_| |_| |_| |_| |\ | | | | |
|
||||
|
|
||||
|
|
||||
|
|
||||
+ + |
|
||||
+ + |
|
||||
+ + |
|
||||
+ ___ \ | / ___ + |
|
||||
\ > \ / < / |
|
||||
+ - ○ ○ - + |
|
||||
+ ( - c - ) + |
|
||||
+ /- - - -\ + |
|
||||
(- __ - - __ -) |
|
||||
+ \'__)_-_(__'/ + |
|
||||
|
|
||||
+ + + |
|
||||
+ + |
|
||||
|
|
||||
|
|
||||
_ _ _ _ _ _ _ _ _ |
|
||||
|\ | | | | _ |\ |_| |_| | | | | _ |\| \_/ |_ | | | | | ) |
|
||||
|_) |_| |_| |_) | | | | |_| |_| | | / |_ |__ |_| |_| ( |
|
||||
' |
|
||||
|
|
||||
|_ _. _ | _ ._ _| o / | _ \ |
|
||||
| | (_| (_ |< ─ (_) | ─ (_| | \ \/ | (/_ / |
|
||||
/ |
|
||||
_ _ , _ |
|
||||
/ \ / \ /| / \ |
|
||||
/ | | / | \_/ |
|
||||
/ | | | / \ |
|
||||
/__ \_/ | \_/ |
|
||||
|
|
||||
_ _ |
|
||||
(_) __ /| | | |\ | _ _ ._ _ |_ ._ _ |
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_ |
|
||||
\|/
|
||||
v
|
||||
</pre>
|
||||
</div>
|
||||
<div class="text-wrapper">
|
||||
<div class="text-offset"></div>
|
||||
<div style="position:relative">
|
||||
<pre style="position:absolute;right:-1.7em">
|
||||
\|/
|
||||
v
|
||||
</pre>
|
||||
<p id="call" style="background-color:black">
|
||||
Apro gli occhi, goccia di sudore dritta nelle palpebre, brucia. Bestemmio.<br>
|
||||
Fa caldo, anche oggi non si dorme. Bestemmio.<br>
|
||||
Son le 6, fra due ore devo pure lavorare. Bestemmio.<br>
|
||||
Un ronzio tra l'esterno e il cervello, è una zanzara. Bestemmio.<br><br>
|
||||
|
||||
Ne ho fatte quattro, prima o poi mi scrivo un bestemmiatore automatico.<br>
|
||||
|
||||
Accendo il thinkpad, tanto lo so che non dormo.
|
||||
Boota: leggo che dice il kernel, pure le cpu soffrono il caldo.<br><br>
|
||||
|
||||
Login.<br>
|
||||
`cdm`<br>
|
||||
Invio.<br>
|
||||
Alt+P.<br>
|
||||
thunderbird.<br>
|
||||
Nuova mail: <b>[Hackmeeting] Hack or Di(y|e) chapter 4 !!!! 9 e 10 novembre
|
||||
@ XM24, Bologna: oh papere venite!</b>
|
||||
<br><br>
|
||||
Ah, di nuovo i bolognesi, ma non le dovevano sgomberare?<br>
|
||||
Vabbè, so vive, vediamo la mail:<br><br>
|
||||
```<br>
|
||||
<i>OH OH OH OH, è di nuovo quel periodo dell'anno la!<br>
|
||||
[cut]<br>
|
||||
tra fine ottobre e inizio novembre<br>
|
||||
[cut]<br></i>
|
||||
```<br><br>
|
||||
|
||||
Ma che oh! hanno copiato il testo dall'anno scorso?! Mo je scrivo e faccio il
|
||||
flame... anzi no, se che sembro troppo autistic* che mi ricordo tutte le
|
||||
mail.<br><br>
|
||||
|
||||
Vabbò, vediamo se c'ho roba da portare.<br><br>
|
||||
|
||||
Mi guardo intorno: ci sono i furby sulla mensola, magari porto uno di quelli, faccio la cosa di prima, le bestemmie...meglio, lo faccio bestemmiare in furbish. Lo guardo, mi guarda, lo guardo, l'incarnazione meccanica di satana
|
||||
percepisce e risponde<br><i>«dah‐boo oo‐kah doo‐dah oo‐nye loo?»</i><br> che, dalle lezioni di furbish dell'IPSIA, sarebbe <i><br>«no! zì stai scherzando?!».</i><br>
|
||||
<br>
|
||||
Sulla scrivania c'è il trasmettitore radio per onde lunghe, l'ho finito ieri, se va porto quello. Lo accendo, fuma, scalda, la temperatura nella stanza aumenta di un grado.<br> Lo butto.
|
||||
|
||||
Potrei parlare della configurazione nuova del server di posta, dai ci sta.<br><br>
|
||||
Scrivo la mail.<br>
|
||||
Il destinatario:<br> <b>hackordiye@totallynot.science</b><br>
|
||||
Premo invia: Il server non risponde.<br><br>
|
||||
Guardo sotto la scrivania, c'è il server, ronza come uno sciame di zanzare e aggiunge almeno tre gradi alla stanza.<br><br>
|
||||
|
||||
Col piede sinistro lo calcio, con l'indice destro premo invia: Mail inviata.<br><br>
|
||||
|
||||
Ci vediamo a Bologna.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
23
themes/HOD2k18/layouts/partials/furby-hack2.html
Normal file
23
themes/HOD2k18/layouts/partials/furby-hack2.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div id="illustrazione">
|
||||
<div>
|
||||
<div>
|
||||
<pre>
|
||||
a x
|
||||
h o
|
||||
c x
|
||||
x ___ \ | / ___ x
|
||||
\ > \ / < /
|
||||
k - ○ ○ - r
|
||||
x ( - c - ) x
|
||||
i /- - - -\ d
|
||||
(- __ - - __ -)
|
||||
d \'__)_-_(__'/ i
|
||||
|
||||
e x y
|
||||
x x
|
||||
</pre>
|
||||
</div>
|
||||
<pre>(_) __ /| | | |\ | _ _ ._ _ |_ ._ _
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_</pre>
|
||||
</div>
|
||||
</div>
|
180
themes/HOD2k18/layouts/partials/furby-hack3.html
Normal file
180
themes/HOD2k18/layouts/partials/furby-hack3.html
Normal file
|
@ -0,0 +1,180 @@
|
|||
<div id="illustrazione">
|
||||
<div style="position:fixed;top:1em;">
|
||||
<pre style="text-align:center">
|
||||
_ _ _ _ _ _ _ |
|
||||
|\ |_| |_| _ |_| | | | | | | | | _ |/ |_| |_| |
|
||||
|_| | | | | |_| |_| |_| |_| |_| |\ | | | | |
|
||||
|
|
||||
|
|
||||
|
|
||||
+ + |
|
||||
+ + |
|
||||
+ + |
|
||||
+ ___ \ | / ___ + |
|
||||
\ > \ / < / |
|
||||
+ - ○ ○ - + |
|
||||
+ ( - c - ) + |
|
||||
+ /- - - -\ + |
|
||||
(- __ - - __ -) |
|
||||
+ \'__)_-_(__'/ + |
|
||||
|
|
||||
+ + + |
|
||||
+ + |
|
||||
|
|
||||
|
|
||||
_ _ _ _ _ _ _ _ _ |
|
||||
|\ | | | | _ |\ |_| |_| | | | | _ |\| \ / |_ | | | | | ) |
|
||||
|_| |_| |_| |_| | | | | |_| |_| | | / |_ |__ |_| |_| ( |
|
||||
' |
|
||||
|
|
||||
|_ _. _ | _ ._ _| o / | _ \ |
|
||||
| | (_| (_ |< ─ (_) | ─ (_| | \ \/ | (/_ / |
|
||||
/ |
|
||||
_ _ _ |
|
||||
/ \ / \ /| / \ |
|
||||
/ | | / | \_/ |
|
||||
/ | | | / \ |
|
||||
/__ \_/ | \_/ |
|
||||
|
|
||||
_ _ |
|
||||
(_) __ /| | | |\ | _ _ ._ _ |_ ._ _ |
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_ |
|
||||
\|/
|
||||
v
|
||||
</pre>
|
||||
</div>
|
||||
<!--
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
<pre style="text-align:center">
|
||||
_ _ _ _ _ _ _ _ _ _ _ _ |
|
||||
|_ | | |_| |_| |/ | | | | |_ | | |_| |/ |_| | | |\/| |_| |
|
||||
_| | | |_ | | |\ | | | |_| | |_| | \ |\ |_| |_| | | |_| |
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
|
||||
______________________________________________
|
||||
|
||||
|
||||
_____________________
|
||||
/ /|
|
||||
/ / |
|
||||
/ / |
|
||||
/ / |
|
||||
/ / /
|
||||
/ / /
|
||||
/____________________/ /
|
||||
| | /
|
||||
| | /
|
||||
| | /
|
||||
|____________________|/
|
||||
|
||||
</pre>
|
||||
<pre>
|
||||
|
||||
______________________________________________
|
||||
|
||||
|
||||
|
||||
|
||||
/(
|
||||
/
|
||||
(
|
||||
|
|
||||
|
||||
|
||||
|
||||
/|\
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/__________|__________\
|
||||
|
||||
/|\
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/ | \
|
||||
/__________|__________\
|
||||
|
||||
/\
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/____________________\
|
||||
|
||||
|
||||
</pre>-->
|
||||
<div style="">
|
||||
<div style="background-color:black;"></div>
|
||||
<p id="call" style="background-color:black">
|
||||
Apro gli occhi, goccia di sudore dritta nelle palpebre, brucia. Bestemmio.<br>
|
||||
Fa caldo, anche oggi non si dorme. Bestemmio.<br>
|
||||
Son le 6, fra due ore devo pure lavorare. Bestemmio.<br>
|
||||
Un ronzio tra l'esterno e il cervello, è una zanzara. Bestemmio.<br><br>
|
||||
|
||||
Ne ho fatte quattro, prima o poi mi scrivo un bestemmiatore automatico.<br>
|
||||
|
||||
Accendo il thinkpad, tanto lo so che non dormo.
|
||||
Boota: leggo che dice il kernel, pure le cpu soffrono il caldo.<br><br>
|
||||
|
||||
Login.<br>
|
||||
`cdm`<br>
|
||||
Invio.<br>
|
||||
Alt+P.<br>
|
||||
thunderbird.<br>
|
||||
Nuova mail: <b>[Hackmeeting] Hack or Di(y|e) chapter 4 !!!! 9 e 10 novembre
|
||||
@ XM24, Bologna: oh papere venite!</b>
|
||||
<br><br>
|
||||
Ah, di nuovo i bolognesi, ma non le dovevano sgomberare?<br>
|
||||
Vabbè, so vive, vediamo la mail:<br><br>
|
||||
```<br>
|
||||
<i>OH OH OH OH, è di nuovo quel periodo dell'anno la!<br>
|
||||
[cut]<br>
|
||||
tra fine ottobre e inizio novembre<br>
|
||||
[cut]<br></i>
|
||||
```<br><br>
|
||||
|
||||
Ma che oh! hanno copiato il testo dall'anno scorso?! Mo je scrivo e faccio il
|
||||
flame... anzi no, se che sembro troppo autistic* che mi ricordo tutte le
|
||||
mail.<br><br>
|
||||
|
||||
Vabbò, vediamo se c'ho roba da portare.<br><br>
|
||||
|
||||
Mi guardo intorno: ci sono i furby sulla mensola, magari porto uno di quelli, faccio la cosa di prima, le bestemmie...meglio, lo faccio bestemmiare in furbish. Lo guardo, mi guarda, lo guardo, l'incarnazione meccanica di satana
|
||||
percepisce e risponde<br><i>«dah‐boo oo‐kah doo‐dah oo‐nye loo?»</i><br> che, dalle lezioni di furbish dell'IPSIA, sarebbe <i><br>«no! zì stai scherzando?!».</i><br>
|
||||
<br>
|
||||
Sulla scrivania c'è il trasmettitore radio per onde lunghe, l'ho finito ieri, se va porto quello. Lo accendo, fuma, scalda, la temperatura nella stanza aumenta di un grado.<br> Lo butto.
|
||||
|
||||
Potrei parlare della configurazione nuova del server di posta, dai ci sta.<br><br>
|
||||
Scrivo la mail.<br>
|
||||
Il destinatario:<br> <b>hackordiye@totallynot.science</b><br>
|
||||
Premo invia: Il server non risponde.<br><br>
|
||||
Guardo sotto la scrivania, c'è il server, ronza come uno sciame di zanzare e aggiunge almeno tre gradi alla stanza.<br><br>
|
||||
|
||||
Col piede sinistro lo calcio, con l'indice destro premo invia: Mail inviata.<br><br>
|
||||
|
||||
Ci vediamo a Bologna.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
23
themes/HOD2k18/layouts/partials/furby-normal.html
Normal file
23
themes/HOD2k18/layouts/partials/furby-normal.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div id="illustrazione">
|
||||
<div>
|
||||
<div>
|
||||
<pre>
|
||||
* *
|
||||
* *
|
||||
* *
|
||||
* ___ \ | / ___ *
|
||||
\ > \ / < /
|
||||
* - ○ ○ - *
|
||||
* ( - c - ) *
|
||||
* /- - - -\ *
|
||||
(- __ - - __ -)
|
||||
* \'__)_-_(__'/ *
|
||||
|
||||
* * *
|
||||
* *
|
||||
</pre>
|
||||
</div>
|
||||
<pre>(_) __ /| | | |\ | _ _ ._ _ |_ ._ _
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_</pre>
|
||||
</div>
|
||||
</div>
|
23
themes/HOD2k18/layouts/partials/furby-pirate.html
Normal file
23
themes/HOD2k18/layouts/partials/furby-pirate.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div id="illustrazione">
|
||||
<div>
|
||||
<div>
|
||||
<pre>
|
||||
* *
|
||||
hack or
|
||||
* *
|
||||
* ___ \ | / ___ *
|
||||
\ > \ / < /
|
||||
* - ○ ○ - *
|
||||
* ( - c - ) *
|
||||
* /- - - -\ *
|
||||
(- __ - - __ -)
|
||||
* \'__)_-_(__'/ *
|
||||
|
||||
die * diy
|
||||
* *
|
||||
</pre>
|
||||
</div>
|
||||
<pre>(_) __ /| | | |\ | _ _ ._ _ |_ ._ _
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_</pre>
|
||||
</div>
|
||||
</div>
|
23
themes/HOD2k18/layouts/partials/furby-stars.html
Normal file
23
themes/HOD2k18/layouts/partials/furby-stars.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div id="illustrazione">
|
||||
<div>
|
||||
<div>
|
||||
<pre>
|
||||
* *
|
||||
* *
|
||||
hack * * or
|
||||
* ___ \ | / ___ *
|
||||
\ > \ / < /
|
||||
* - ○ ○ - *
|
||||
* ( - c - ) *
|
||||
* /- - - -\ *
|
||||
(- __ - - __ -)
|
||||
* \'__)_-_(__'/ *
|
||||
die diy
|
||||
* * *
|
||||
* *
|
||||
</pre>
|
||||
</div>
|
||||
<pre>(_) __ /| | | |\ | _ _ ._ _ |_ ._ _
|
||||
_) | |_| | \| (_) \/ (/_ | | | |_) | (/_</pre>
|
||||
</div>
|
||||
</div>
|
|
@ -1,21 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode | default "it" }}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{{ .Title }}</title>
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ with .Site.Params.description }}
|
||||
<meta name="description" content="{{ . }}">
|
||||
{{ end }}
|
||||
{{ with .Site.Params.author }}
|
||||
<meta name="author" content="{{ . }}">
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
|
||||
{{ if .RSSLink -}}
|
||||
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">
|
||||
{{- end }}
|
||||
{{ .Hugo.Generator }}
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{{ .Title }}</title>
|
||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
|
||||
{{ if .RSSLink -}}<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">{{- end }}
|
||||
{{ .Hugo.Generator }}
|
||||
</head>
|
||||
<body><!--
|
||||
<header>
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
-->
|
||||
|
|
9
themes/HOD2k18/layouts/partials/pagination.html
Normal file
9
themes/HOD2k18/layouts/partials/pagination.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div>
|
||||
{{ if .Paginator.HasPrev }}
|
||||
<a href="{{ .Paginator.Prev.URL }}">Previous Page</a>
|
||||
{{ end }}
|
||||
{{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }}
|
||||
{{ if .Paginator.HasNext }}
|
||||
<a href="{{ .Paginator.Next.URL }}">Next Page</a>
|
||||
{{ end }}
|
||||
</div>
|
14
themes/HOD2k18/layouts/partials/sidebar.html
Normal file
14
themes/HOD2k18/layouts/partials/sidebar.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<aside>
|
||||
<div>
|
||||
<div>
|
||||
<h3>LATEST POSTS</h3>
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
{{ range first 5 .Site.Pages }}
|
||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
13
themes/HOD2k18/layouts/partials/summary.html
Normal file
13
themes/HOD2k18/layouts/partials/summary.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<article>
|
||||
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||
<time>{{ .Date.Format "02.01.2006 15:04" }}</time>
|
||||
{{ range .Params.tags }}
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
||||
{{ end }}
|
||||
<div>
|
||||
{{ .Summary }}
|
||||
{{ if .Truncated }}
|
||||
<a href="{{ .Permalink }}">Read more...</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
4
themes/HOD2k18/layouts/partials/sunglasses.html
Normal file
4
themes/HOD2k18/layouts/partials/sunglasses.html
Normal file
File diff suppressed because one or more lines are too long
0
themes/HOD2k18/layouts/partials/talk-list.html
Normal file
0
themes/HOD2k18/layouts/partials/talk-list.html
Normal file
|
@ -127,16 +127,6 @@ body main #scrollable-column #right-column #calendario {
|
|||
}
|
||||
}
|
||||
body main #scrollable-column #right-column #calendario ul {
|
||||
/* h3{
|
||||
position:absolute;
|
||||
left:-8em;
|
||||
margin:0;
|
||||
font-size:1em;
|
||||
font-weight: normal;
|
||||
border:solid 1px red;
|
||||
padding:0.1em 0.4em 0.1em 0.4em;
|
||||
}
|
||||
*/
|
||||
overflow-y: scroll;
|
||||
list-style-type: none;
|
||||
background: transparent;
|
||||
|
@ -148,11 +138,6 @@ body main #scrollable-column #right-column #calendario ul {
|
|||
body main #scrollable-column #right-column #calendario ul #overflow-scroll {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
@media screen and (max-width: 900px) {
|
||||
body main #scrollable-column #right-column #calendario ul #overflow-scroll {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
body main #scrollable-column #right-column #calendario ul li {
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AASA;EACE;IAAG;;EACH;IAAI;;EACJ;IAAI;;EACJ;IAAI;;EACJ;IAAI;;EACJ;IAAK;;EACL;IAAK;;;AAGP;EACE;IAAG;;EACH;IAAI;;EACJ;IAAK;;;AAGP;EACE;EACA;EACA,kBAxBS;EAyBT,OAxBW;EAyBX;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACE,OAlCO;;AAqCT;EACE,OArCW;;AA0Cb;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAGF;EAaE;EACA;EACA;;AAdA;EADF;IAEI;IACA;;;AAEF;EACE;IACE;IACA;IACA;;;AAQJ;EACE;EACA,kBAlGG;EAmGH;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;;;AAGF;AAOV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUY;EACA;EACA;EACA;EACA;EACA;EACA;;AAtBA;EACE;;AACA;EAFF;IAGI;;;AAqBJ;EACE;EACA;;AACA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMF;EACE,OA5KL;EA6KK;EACA;EACA;EACA;;AAGF;EACE;;AACA;EACE;;AAMR;EACE;EACA;EACA;AAMA;AAAA;AAAA;EAGA;;AARA;EACE;EACA;EACA;;AAUR;EACE,kBA/MC;EAgND;EACA;EACA;;AAKF;EADF;IAEI;;;AAGF;EACE;EACA;EACA;EACA;;AACE;EACE;EACA;;AAEE;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGJ;EAzIF;IA0II;IACA;;;AAEF;EA7IF;IA8II;;;AAEF;EAhJF;IAiJI;;;AAIN;EACE;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EAVF;IAWI;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAEF;EALF;IAMI;;;AAEF;EARF;IASI;;;AAIJ;EACE;EACA;;AAQZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACD;EACA;EACC;;AACA;EACC;EACA;EACA;EACA","file":"style.css"}
|
||||
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AASA;EACE;IAAG;;EACH;IAAI;;EACJ;IAAI;;EACJ;IAAI;;EACJ;IAAI;;EACJ;IAAK;;EACL;IAAK;;;AAGP;EACE;IAAG;;EACH;IAAI;;EACJ;IAAK;;;AAGP;EACE;EACA;EACA,kBAxBS;EAyBT,OAxBW;EAyBX;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACE,OAlCO;;AAqCT;EACE,OArCW;;AA0Cb;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAGF;EAaE;EACA;EACA;;AAdA;EADF;IAEI;IACA;;;AAEF;EACE;IACE;IACA;IACA;;;AAQJ;EACE;EACA,kBAlGG;EAmGH;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;;;AAGF;EAIE;EACA;EACA;EACA;EACA;EACA;EACA;;AATA;EACE;;AAUF;EACE;EACA;;AACA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMF;EACE,OA/JL;EAgKK;EACA;EACA;EACA;;AAGF;EACE;;AACA;EACE;;AAMR;EACE;EACA;EACA;AAMA;AAAA;AAAA;EAGA;;AARA;EACE;EACA;EACA;;AAUR;EACE,kBAlMC;EAmMD;EACA;EACA;;AAKF;EADF;IAEI;;;AAGF;EACE;EACA;EACA;EACA;;AACE;EACE;EACA;;AAEE;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGJ;EAzIF;IA0II;IACA;;;AAEF;EA7IF;IA8II;;;AAEF;EAhJF;IAiJI;;;AAIN;EACE;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EAVF;IAWI;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAEF;EALF;IAMI;;;AAEF;EARF;IASI;;;AAIJ;EACE;EACA;;AAQZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACD;EACA;EACC;;AACA;EACC;EACA;EACA;EACA","file":"style.css"}
|
|
@ -121,21 +121,8 @@ body {
|
|||
|
||||
ul {
|
||||
#overflow-scroll {
|
||||
overflow-y: hidden;
|
||||
@media screen and (max-width: $breakpoint-tablet) {
|
||||
padding-bottom:4em;
|
||||
}
|
||||
overflow-y: hidden ;
|
||||
}
|
||||
/* h3{
|
||||
position:absolute;
|
||||
left:-8em;
|
||||
margin:0;
|
||||
font-size:1em;
|
||||
font-weight: normal;
|
||||
border:solid 1px red;
|
||||
padding:0.1em 0.4em 0.1em 0.4em;
|
||||
}
|
||||
*/
|
||||
overflow-y: scroll;
|
||||
list-style-type: none;
|
||||
background: transparent;
|
||||
|
|
12
themes/HOD2k18/theme.toml
Normal file
12
themes/HOD2k18/theme.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name = "HOD2k18"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/vimux/blank/blob/master/LICENSE.md"
|
||||
description = "Template for Hack-or-d(i|y)e 2018"
|
||||
homepage = ""
|
||||
tags = ["", "", "", ""]
|
||||
features = ["blog"]
|
||||
min_version = 0.19
|
||||
|
||||
[author]
|
||||
name = "fillotassi"
|
||||
homepage = "https://git.lattuga.net/fillotassi"
|
Loading…
Reference in a new issue