Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/
Find a file
2018-06-29 18:21:11 +02:00
content info camper (e tolti pallocchi) 2018-06-27 10:03:20 +02:00
plugins FIX errore su date mancanti dopo modifiche recenti 2018-06-29 15:19:50 +02:00
talks sistema pranzi/cene e sovrapposizioni 2018-06-29 18:21:11 +02:00
themes/hackit0x15 tema: sillabazione griglia su mobile 2018-06-29 16:06:08 +02:00
.agignore ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
.gitignore ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
locandina.jpg Aggiungi locandina in press. 2018-06-13 12:31:45 +02:00
Makefile ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
pelicanconf.py FIX logo 2018-06-14 13:15:43 +02:00
publishconf.py ICS: url and description; refactoring 2018-06-24 00:43:18 +02:00
README.md ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
requirements.txt ICS: url and description; refactoring 2018-06-24 00:43:18 +02:00

Hackmeeting 2018

Sources for Italian Hackmeeting 0x15 (2018) website.

HowTo

So you want to contribute, nice!

mkvirtualenv hackmeeting-website
pip install -r requirements.txt
make
firefox output/index.html

Also, make help is your friend.

Morte ai nemici dell'UTF-8

Se devi debuggare, make DEBUG=1

Aggiungere un talk

cp -r talks/_talk_example/ talks/MIOTALK/
vim talks/MIOTALK/meta.yaml

Quindi rifai make publish come spiegato prima: l'output ti informa di eventuali errori nei campi o sovrapposizioni con altri talk, leggilo!