Merge branch 'master' of kiki/HOD2018_website into master

This commit is contained in:
fillotassi 2018-10-23 19:18:17 +02:00 committed by Gogs
commit f8fb0112d8
7 changed files with 114 additions and 32 deletions

20
LICENSE.md Normal file
View file

@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2016 Vimux
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
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.

31
README.md Normal file
View 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).

View file

@ -1,7 +1,12 @@
--- ---
title: "Gadgety Sound System" title: "Rappresentazione animata di Meltdown"
#date: 2018-09-22T10:41:39+02:00 #date: 2018-09-22T10:41:39+02:00
orario: 09.00 orario: 09.00
draft: false draft: false
--- ---
Gadgety Sound System è un sistema distribuito di moduli musicali.
Qual'è il concetto dietro alla vulnerabilità Meltdown dei processori presenti sul pianeta Terra?
Immaginatevelo [https://it.wikipedia.org/wiki/Meltdown_(vulnerabilit%C3%A0_di_sicurezza)](https://it.wikipedia.org/wiki/Meltdown_(vulnerabilit%C3%A0_di_sicurezza))
e poi venite a vederla ed a recitare!
iNFO https://meltdownattack.com/

View file

@ -1,7 +1,8 @@
--- ---
title: "Gadgety oaidjf a System" title: "tALK DI VENERDÌ"
#date: 2018-09-22T10:41:39+02:00 #date: 2018-09-22T10:41:39+02:00
orario: 09.00 orario: 20.00
draft: false draft: false
--- ---
Gadgety Sound System è un sistema distribuito di moduli musicali. DA DEFINIRE:
PRESENTAZIONE LIBRO sOCIAL nETWORK, seminario di base su Autodifesa digitale, ...

View file

@ -1,7 +1,9 @@
--- ---
title: "Gakajdfhsklfjdsstem" title: "Talk di sabato"
#date: 2018-09-22T10:41:39+02:00 #date: 2018-09-22T10:41:39+02:00
orario: 09.00 orario: 09.00
draft: false draft: false
--- ---
Gadgety Sound System è un sistema distribuito di moduli musicali.
Da definire meglio, ma sicuro si parte coi seminari/esperimenti/cospirazioni dal primo pomeriggio.

View file

@ -1,7 +1,30 @@
--- ---
title: "GadSAISDUHJAIKDJSem" title: "Concertino COBOL pongide"
#date: 2018-09-22T10:41:39+02:00 #date: 2018-10-22T10:41:39+02:00
orario: 09.00 orario: 21.00
draft: false draft: false
--- ---
Gadgety Sound System è un sistema distribuito di moduli musicali.
[http://www.cobolpongide.org/](http://www.cobolpongide.org/)
Toy Synthesizer Approach,
Child Melan-Comic Music e
Musica di Natale
http://www.cobolpongide.org/
http://www.cobolpongide.blogspot.com/ [blog]
http://www.youtube.com/user/cobolpongide [video]
http://www.beatpick.com/artists/cobol_pongide [licensing label]
COBOL PONGIDE e un duo umano/robotico formato da Cobol e da Emiglino Cicala. Suonano musica esclusivamente mediante giocattoli. Cobol si diploma presso lIstituto per le Arti Armoniche Dinamiche e Cinematiche di Praga, mentre Emiglino no. Subisce invece un iter di programmazione basilare ma accurato presso i laboratori Giochi Preziosi di Milano.
Nel duo Cobol si occupa di suonare con le mani: tastierine didattiche [come Bontempi, Casio, Chicco, eccetera]; console di gioco [come il Gameboy e il C64]; circuit bending.
Diversamente Emiglino e il frontbot cantante della band e canta grazie a un cavo nero che gli esce dalla testa.
La loro musica [musica elettronica suonata e cantata con strumenti piccoli e colorati] e ispirata al tema della mancata conquista dello spazio ma alcuni brani risentono, nei testi scritti da Emiglino, di una certa retorica robotica avversa ai lavori domestici [come se poi qualcuno gli avesse mai chiesto di farli].
Nel 2011 i Cobol Pongide sono stati nominati band ufficiale per la sonorizzazione della missione su Marte con equipaggio umano del 2021.
Citazioni preferite
Nessuna citazione preferita da mostrare

View file

@ -1,4 +1,23 @@
# Blank
# Nuovo sito per hack or dye 2018
## Installa HUGO
[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)
$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. Blank — starter [Hugo](//gohugo.io/) theme for developers. Use it to make your own theme.
@ -6,26 +25,7 @@ Blank — starter [Hugo](//gohugo.io/) theme for developers. Use it to make your
![Blank theme screenshot](https://github.com/Vimux/blank/blob/master/images/splash.png) ![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 ## License
This theme is released under the [MIT license](//github.com/Vimux/blank/blob/master/LICENSE.md). This theme is released under the [MIT license](//github.com/Vimux/blank/blob/master/LICENSE.md).