Find a file
2017-06-09 11:42:08 +02:00
content info amaca e arrivi prima 2017-06-07 23:55:10 +02:00
plugins descrizione talk ordinata per orario 2017-06-09 11:42:08 +02:00
talks autodifesa2: dettagli 2017-06-09 11:29:10 +02:00
themes/hackit0x14 dai, e' importante 2017-06-06 16:57:40 +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!