Find a file
2017-06-12 10:04:10 +02:00
content link a b&b 2017-06-10 00:34:58 +02:00
plugins ICS: pure talk senza location 2017-06-10 00:42:17 +02:00
talks added i-330 to the list of speakers of Conversations talk 2017-06-10 17:11:24 +02:00
themes/hackit0x14 commenti css 2017-06-10 00:42:17 +02:00
.agignore Import hackit 16 website 2016-12-20 18:27:11 +01:00
.gitignore Import hackit 16 website 2016-12-20 18:27:11 +01:00
develop_server.sh Import hackit 16 website 2016-12-20 18:27:11 +01:00
fabfile.py Import hackit 16 website 2016-12-20 18:27:11 +01:00
Makefile make puo bastare 2017-06-04 11:05:50 +02:00
pelicanconf.py inizio a fare il plugin per i talk 2017-05-05 16:58:15 +02:00
publishconf.py plugin talks configurabile 2017-05-24 11:17:23 +02:00
README.md make puo bastare 2017-06-04 11:05:50 +02:00
requirements.txt Talks localize dates 2017-05-18 19:24:39 +02:00

Hackmeeting 2017

Sources for Italian Hackmeeting 0x14 (2017) 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!