Find a file
2017-05-23 00:55:27 +02:00
content link to ICS 2017-05-22 18:20:59 +02:00
plugins errori un po piu chiari 2017-05-22 11:14:34 +02:00
talks aggiornamento programma 2017-05-23 00:55:27 +02:00
themes/hackit0x14 FIX localized menu 2017-03-01 11:31:56 +01: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 talks is under dev so cache must be ignored 2017-05-05 16:58:15 +02:00
pelicanconf.py inizio a fare il plugin per i talk 2017-05-05 16:58:15 +02:00
publishconf.py Import hackit 16 website 2016-12-20 18:27:11 +01:00
README.md readme talk 2017-05-17 13:01:34 +02:00
requirements.txt Talks localize dates 2017-05-18 19:24:39 +02:00

Hackmeeting 2017

Sources for Italian Hackmeeting 0x14 (2016) website.

HowTo

So you want to contribute, nice!

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

Also, make help is your friend.

Morte ai nemici dell'UTF-8

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!