diff --git a/LICENSE.md b/LICENSE.md index 2a56551..5b7718c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index a92a405..0000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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). \ No newline at end of file diff --git a/config.toml b/config.toml index 6137c19..14e6ef6 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ -baseURL = "" +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" diff --git a/content/posts/talk18.md b/content/posts/talk18.md index ec765fc..b9e51bb 100644 --- a/content/posts/talk18.md +++ b/content/posts/talk18.md @@ -7,8 +7,10 @@ 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 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. +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. + diff --git a/content/posts/talk19.md b/content/posts/talk19.md new file mode 100644 index 0000000..58e7a89 --- /dev/null +++ b/content/posts/talk19.md @@ -0,0 +1,22 @@ +--- +title: "Gadgety Sound System" +#date: 2018-09-22T10:41:39+02:00 +orario: "18.30" +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. + + + diff --git a/themes/HOD2k18/README.md b/themes/HOD2k18/README.md index 16d570a..4ae90e3 100644 --- a/themes/HOD2k18/README.md +++ b/themes/HOD2k18/README.md @@ -3,29 +3,14 @@ ## 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). diff --git a/themes/HOD2k18/images/screenshot.png b/themes/HOD2k18/images/screenshot.png deleted file mode 100644 index 106f7cf..0000000 Binary files a/themes/HOD2k18/images/screenshot.png and /dev/null differ diff --git a/themes/HOD2k18/images/splash.png b/themes/HOD2k18/images/splash.png deleted file mode 100644 index 23f7f54..0000000 Binary files a/themes/HOD2k18/images/splash.png and /dev/null differ diff --git a/themes/HOD2k18/images/tn.png b/themes/HOD2k18/images/tn.png deleted file mode 100644 index 3175dd8..0000000 Binary files a/themes/HOD2k18/images/tn.png and /dev/null differ diff --git a/themes/HOD2k18/layouts/_default/list.html b/themes/HOD2k18/layouts/_default/list.html deleted file mode 100644 index bc7f4e6..0000000 --- a/themes/HOD2k18/layouts/_default/list.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ partial "header.html" . }} -
- {{ $paginator := .Paginate (where .Data.Pages "Type" "post") }} - {{ range $paginator.Pages }} - {{ partial "summary.html" . }} - {{ end }} - {{ partial "pagination.html" . }} -
-{{ partial "sidebar.html" . }} -{{ partial "footer.html" . }} diff --git a/themes/HOD2k18/layouts/_default/single.html b/themes/HOD2k18/layouts/_default/single.html deleted file mode 100644 index f584e0f..0000000 --- a/themes/HOD2k18/layouts/_default/single.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ partial "header.html" . }} -
-
-

{{ .Title }}

- -
- {{ .Content }} -
-
-
    - {{ range .Params.tags }} -
  • {{ . }}
  • - {{ end }} -
-
-
- {{ template "_internal/disqus.html" . }} -
-
-
-{{ partial "sidebar.html" . }} -{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/HOD2k18/layouts/index.html b/themes/HOD2k18/layouts/index.html index cae47ad..1170e65 100644 --- a/themes/HOD2k18/layouts/index.html +++ b/themes/HOD2k18/layouts/index.html @@ -9,4 +9,4 @@ - {{ partial "footer.html" . }} +{{ partial "footer.html" . }} diff --git a/themes/HOD2k18/layouts/partials/article.html b/themes/HOD2k18/layouts/partials/article.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/HOD2k18/layouts/partials/ascii.html b/themes/HOD2k18/layouts/partials/ascii.html deleted file mode 100644 index 6aae2c8..0000000 --- a/themes/HOD2k18/layouts/partials/ascii.html +++ /dev/null @@ -1,24 +0,0 @@ - -
-	/ You are only young once, but you can    \
-	\ stay immature indefinitely.             /
-	 -----------------------------------------
-			 \
-			  \
-			    .--.
-			   |o_o |
-			   |:_/ |
-			  //   \ \
-			 (|     | )
-			/'\_   _/`\
-			\___)=(___/
-
-
(_) __ /| | |   |\ |  _      _  ._ _  |_  ._ _
- _)     | |_|   | \| (_) \/ (/_ | | | |_) | (/_
- diff --git a/themes/HOD2k18/layouts/partials/furby-hack.html b/themes/HOD2k18/layouts/partials/furby-hack.html deleted file mode 100644 index e5020ba..0000000 --- a/themes/HOD2k18/layouts/partials/furby-hack.html +++ /dev/null @@ -1,105 +0,0 @@ -
-
-
-                 _         _   _   _     _   _        _                   |
-            |\  |_| |_| _ |_) | | | |   | | | | _ |/ |_| |_|              |
-            |_) | | | |   |_) |_| |_|   |_| |_|   |\ | | | |              |
-                                                                          |
-                                                                          |
-                                                                          |
-                                +      +                                  |
-                          +                  +                            |
-                               +        +                                 |
-                      +     ___   \ | /   ___    +                        |
-                            \ > \       / < /                             |
-                        +     -   ○   ○   -    +                          |
-                    +         ( -   c  -  )        +                      |
-                          +   /-  -   -  -\  +                            |
-                             (- __ - - __ -)                              |
-                      +       \'__)_-_(__'/      +                        |
-                                                                          |
-                          +         +        +                            |
-                                +       +                                 |
-                                                                          |
-                                                                          |
-       _   _         _         _   _             _        _   _   _       |
-  |\  | | | | _ |\  |_| |_|   | | | | _ |\| \_/ |_   |   | | | |   )      |
-  |_) |_| |_|   |_) | | | |   |_| |_|   | |  /  |_   |__ |_| |_|  (       |
-                                                                  '       |
-                                                                          |
-          |_   _.  _ |       _  ._       _| o /    |  _  \                |
-          | | (_| (_ |<  ─  (_) |   ─   (_| | \ \/ | (/_ /                |
-                                                /                         |
-                            _    _     ,   _                              |
-                           / \  / \   /|  / \                             |
-                             / |   | / |  \_/                             |
-                            /  |   |   |  / \                             |
-                           /__  \_/    |  \_/                             |
-                                                                          |
-            _         _                                                   |
-           (_) __ /| | |   |\ |  _      _  ._ _  |_  ._  _                |
-            _)     | |_|   | \| (_) \/ (/_ | | | |_) |  (/_               |
-                                                                          \|/
-                                                                          v
-		  
-
-
-
-
-
-\|/
- v
-      
-

- Apro gli occhi, goccia di sudore dritta nelle palpebre, brucia. Bestemmio.
- Fa caldo, anche oggi non si dorme. Bestemmio.
- Son le 6, fra due ore devo pure lavorare. Bestemmio.
- Un ronzio tra l'esterno e il cervello, è una zanzara. Bestemmio.

- - Ne ho fatte quattro, prima o poi mi scrivo un bestemmiatore automatico.
- - Accendo il thinkpad, tanto lo so che non dormo. - Boota: leggo che dice il kernel, pure le cpu soffrono il caldo.

- - Login.
- `cdm`
- Invio.
- Alt+P.
- thunderbird.
- Nuova mail: [Hackmeeting] Hack or Di(y|e) chapter 4 !!!! 9 e 10 novembre - @ XM24, Bologna: oh papere venite! -

- Ah, di nuovo i bolognesi, ma non le dovevano sgomberare?
- Vabbè, so vive, vediamo la mail:

- ```
- OH OH OH OH, è di nuovo quel periodo dell'anno la!
- [cut]
- tra fine ottobre e inizio novembre
- [cut]
- ```

- - 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.

- - Vabbò, vediamo se c'ho roba da portare.

- - 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
«dah‐boo oo‐kah doo‐dah oo‐nye loo?»
che, dalle lezioni di furbish dell'IPSIA, sarebbe
«no! zì stai scherzando?!».

-
- 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.
Lo butto. - - Potrei parlare della configurazione nuova del server di posta, dai ci sta.

- Scrivo la mail.
- Il destinatario:
hackordiye@totallynot.science
- Premo invia: Il server non risponde.

- Guardo sotto la scrivania, c'è il server, ronza come uno sciame di zanzare e aggiunge almeno tre gradi alla stanza.

- - Col piede sinistro lo calcio, con l'indice destro premo invia: Mail inviata.

- - Ci vediamo a Bologna. -

-
-
- -
diff --git a/themes/HOD2k18/layouts/partials/furby-hack2.html b/themes/HOD2k18/layouts/partials/furby-hack2.html deleted file mode 100644 index e145cb5..0000000 --- a/themes/HOD2k18/layouts/partials/furby-hack2.html +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
-	            a      x
-	      h                  o
-	           c        x
-	  x     ___   \ | /   ___    x
-	        \ > \       / < /
-	    k     -   ○   ○   -    r
-	x         ( -   c  -  )        x
-	      i   /-  -   -  -\  d
-	         (- __ - - __ -)
-	  d       \'__)_-_(__'/      i
-
-	      e         x        y
-	            x       x
-		  
-
-
(_) __ /| | |   |\ |  _      _  ._ _  |_  ._ _
- _)     | |_|   | \| (_) \/ (/_ | | | |_) | (/_
-
-
diff --git a/themes/HOD2k18/layouts/partials/furby-hack3.html b/themes/HOD2k18/layouts/partials/furby-hack3.html deleted file mode 100644 index af6f247..0000000 --- a/themes/HOD2k18/layouts/partials/furby-hack3.html +++ /dev/null @@ -1,180 +0,0 @@ -
-
-
-                 _         _   _   _     _   _        _                   |
-            |\  |_| |_| _ |_| | | | |   | | | | _ |/ |_| |_|              |
-            |_| | | | |   |_| |_| |_|   |_| |_|   |\ | | | |              |
-                                                                          |
-                                                                          |
-                                                                          |
-                                +      +                                  |
-                          +                  +                            |
-                               +        +                                 |
-                      +     ___   \ | /   ___    +                        |
-                            \ > \       / < /                             |
-                        +     -   ○   ○   -    +                          |
-                    +         ( -   c  -  )        +                      |
-                          +   /-  -   -  -\  +                            |
-                             (- __ - - __ -)                              |
-                      +       \'__)_-_(__'/      +                        |
-                                                                          |
-                          +         +        +                            |
-                                +       +                                 |
-                                                                          |
-                                                                          |
-       _   _         _         _   _             _        _   _   _       |
-  |\  | | | | _ |\  |_| |_|   | | | | _ |\| \ / |_   |   | | | |   )      |
-  |_| |_| |_|   |_| | | | |   |_| |_|   | |  /  |_   |__ |_| |_|  (       |
-                                                                  '       |
-                                                                          |
-          |_   _.  _ |       _  ._       _| o /    |  _  \                |
-          | | (_| (_ |<  ─  (_) |   ─   (_| | \ \/ | (/_ /                |
-                                                /                         |
-                            _    _         _                              |
-                           / \  / \   /|  / \                             |
-                             / |   | / |  \_/                             |
-                            /  |   |   |  / \                             |
-                           /__  \_/    |  \_/                             |
-                                                                          |
-            _         _                                                   |
-           (_) __ /| | |   |\ |  _      _  ._ _  |_  ._  _                |
-            _)     | |_|   | \| (_) \/ (/_ | | | |_) |  (/_               |
-                                                                          \|/
-                                                                          v
-		  
-
- -
-
-

- Apro gli occhi, goccia di sudore dritta nelle palpebre, brucia. Bestemmio.
- Fa caldo, anche oggi non si dorme. Bestemmio.
- Son le 6, fra due ore devo pure lavorare. Bestemmio.
- Un ronzio tra l'esterno e il cervello, è una zanzara. Bestemmio.

- - Ne ho fatte quattro, prima o poi mi scrivo un bestemmiatore automatico.
- - Accendo il thinkpad, tanto lo so che non dormo. - Boota: leggo che dice il kernel, pure le cpu soffrono il caldo.

- - Login.
- `cdm`
- Invio.
- Alt+P.
- thunderbird.
- Nuova mail: [Hackmeeting] Hack or Di(y|e) chapter 4 !!!! 9 e 10 novembre - @ XM24, Bologna: oh papere venite! -

- Ah, di nuovo i bolognesi, ma non le dovevano sgomberare?
- Vabbè, so vive, vediamo la mail:

- ```
- OH OH OH OH, è di nuovo quel periodo dell'anno la!
- [cut]
- tra fine ottobre e inizio novembre
- [cut]
- ```

- - 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.

- - Vabbò, vediamo se c'ho roba da portare.

- - 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
«dah‐boo oo‐kah doo‐dah oo‐nye loo?»
che, dalle lezioni di furbish dell'IPSIA, sarebbe
«no! zì stai scherzando?!».

-
- 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.
Lo butto. - - Potrei parlare della configurazione nuova del server di posta, dai ci sta.

- Scrivo la mail.
- Il destinatario:
hackordiye@totallynot.science
- Premo invia: Il server non risponde.

- Guardo sotto la scrivania, c'è il server, ronza come uno sciame di zanzare e aggiunge almeno tre gradi alla stanza.

- - Col piede sinistro lo calcio, con l'indice destro premo invia: Mail inviata.

- - Ci vediamo a Bologna. -

-
- -
diff --git a/themes/HOD2k18/layouts/partials/furby-normal.html b/themes/HOD2k18/layouts/partials/furby-normal.html deleted file mode 100644 index 1ba29ef..0000000 --- a/themes/HOD2k18/layouts/partials/furby-normal.html +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
-	            *      *
-	      *                  *
-	           *        *
-	  *     ___   \ | /   ___    *
-	        \ > \       / < /
-	    *     -   ○   ○   -    *
-	*         ( -   c  -  )        *
-	      *   /-  -   -  -\  *
-	         (- __ - - __ -)
-	  *       \'__)_-_(__'/      *
-                              
-	      *         *        *
-	            *       *
-		  
-
-
(_) __ /| | |   |\ |  _      _  ._ _  |_  ._ _
- _)     | |_|   | \| (_) \/ (/_ | | | |_) | (/_
-
-
diff --git a/themes/HOD2k18/layouts/partials/furby-pirate.html b/themes/HOD2k18/layouts/partials/furby-pirate.html deleted file mode 100644 index 06e2d16..0000000 --- a/themes/HOD2k18/layouts/partials/furby-pirate.html +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
-	            *      *
-	     hack               or
-	           *        *
-	  *     ___   \ | /   ___    *
-	        \ > \       / < /
-	    *     -   ○   ○   -    *
-	*         ( -   c  -  )        *
-	      *   /-  -   -  -\  *
-	         (- __ - - __ -)
-	  *       \'__)_-_(__'/      *
-
-	     die        *       diy
-	            *       *
-		  
-
-
(_) __ /| | |   |\ |  _      _  ._ _  |_  ._ _
- _)     | |_|   | \| (_) \/ (/_ | | | |_) | (/_
-
-
diff --git a/themes/HOD2k18/layouts/partials/furby-stars.html b/themes/HOD2k18/layouts/partials/furby-stars.html deleted file mode 100644 index a9ca33f..0000000 --- a/themes/HOD2k18/layouts/partials/furby-stars.html +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
-	            *      *
-	      *                  *
-	     hack  *        *    or
-	  *     ___   \ | /   ___    *
-	        \ > \       / < /
-	    *     -   ○   ○   -    *
-	*         ( -   c  -  )        *
-	      *   /-  -   -  -\  *
-	         (- __ - - __ -)
-	  *       \'__)_-_(__'/      *
-             die                diy
-	      *         *        *
-	            *       *
-		  
-
-
(_) __ /| | |   |\ |  _      _  ._ _  |_  ._ _
- _)     | |_|   | \| (_) \/ (/_ | | | |_) | (/_
-
-
diff --git a/themes/HOD2k18/layouts/partials/header.html b/themes/HOD2k18/layouts/partials/header.html index 2520687..b3d7770 100644 --- a/themes/HOD2k18/layouts/partials/header.html +++ b/themes/HOD2k18/layouts/partials/header.html @@ -1,25 +1,21 @@ - - - - - {{ .Title }} - {{ with .Site.Params.description }}{{ end }} - {{ with .Site.Params.author }}{{ end }} - - {{ if .RSSLink -}}{{- end }} - {{ .Hugo.Generator }} - - + + + + + {{ .Title }} + {{ template "_internal/opengraph.html" . }} + {{ with .Site.Params.description }} + + {{ end }} + {{ with .Site.Params.author }} + + {{ end }} + + {{ if .RSSLink -}} + + {{- end }} + {{ .Hugo.Generator }} + + diff --git a/themes/HOD2k18/layouts/partials/pagination.html b/themes/HOD2k18/layouts/partials/pagination.html deleted file mode 100644 index 892afec..0000000 --- a/themes/HOD2k18/layouts/partials/pagination.html +++ /dev/null @@ -1,9 +0,0 @@ -
-{{ if .Paginator.HasPrev }} - Previous Page -{{ end }} -{{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }} -{{ if .Paginator.HasNext }} - Next Page -{{ end }} -
\ No newline at end of file diff --git a/themes/HOD2k18/layouts/partials/sidebar.html b/themes/HOD2k18/layouts/partials/sidebar.html deleted file mode 100644 index 679b16e..0000000 --- a/themes/HOD2k18/layouts/partials/sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/HOD2k18/layouts/partials/summary.html b/themes/HOD2k18/layouts/partials/summary.html deleted file mode 100644 index 5315fd4..0000000 --- a/themes/HOD2k18/layouts/partials/summary.html +++ /dev/null @@ -1,13 +0,0 @@ -
-

{{ .Title }}

- - {{ range .Params.tags }} - {{ . }} - {{ end }} -
- {{ .Summary }} - {{ if .Truncated }} - Read more... - {{ end }} -
-
\ No newline at end of file diff --git a/themes/HOD2k18/layouts/partials/sunglasses.html b/themes/HOD2k18/layouts/partials/sunglasses.html deleted file mode 100644 index 615351c..0000000 --- a/themes/HOD2k18/layouts/partials/sunglasses.html +++ /dev/null @@ -1,4 +0,0 @@ -
-
-                                     



















-
diff --git a/themes/HOD2k18/layouts/partials/talk-list.html b/themes/HOD2k18/layouts/partials/talk-list.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/HOD2k18/static/css/style.css b/themes/HOD2k18/static/css/style.css index c17a3cc..03155a0 100644 --- a/themes/HOD2k18/static/css/style.css +++ b/themes/HOD2k18/static/css/style.css @@ -127,6 +127,16 @@ 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; diff --git a/themes/HOD2k18/static/css/style.css.map b/themes/HOD2k18/static/css/style.css.map index 67e8b0d..8e2e6bf 100644 --- a/themes/HOD2k18/static/css/style.css.map +++ b/themes/HOD2k18/static/css/style.css.map @@ -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;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"} \ No newline at end of file +{"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;AAIV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUY;EACA;EACA;EACA;EACA;EACA;EACA;;AAnBA;EACE;;AAoBF;EACE;EACA;;AACA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMF;EACE,OAzKL;EA0KK;EACA;EACA;EACA;;AAGF;EACE;;AACA;EACE;;AAMR;EACE;EACA;EACA;AAMA;AAAA;AAAA;EAGA;;AARA;EACE;EACA;EACA;;AAUR;EACE,kBA5MC;EA6MD;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"} \ No newline at end of file diff --git a/themes/HOD2k18/static/css/style.scss b/themes/HOD2k18/static/css/style.scss index 7911c0a..96b2185 100644 --- a/themes/HOD2k18/static/css/style.scss +++ b/themes/HOD2k18/static/css/style.scss @@ -123,6 +123,16 @@ body { #overflow-scroll { 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; diff --git a/themes/HOD2k18/theme.toml b/themes/HOD2k18/theme.toml deleted file mode 100644 index 6370293..0000000 --- a/themes/HOD2k18/theme.toml +++ /dev/null @@ -1,12 +0,0 @@ -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"