Find a file
2017-05-30 14:07:38 +02:00
content FAQ, qualcuno ci riguardi 2017-05-30 14:07:38 +02:00
plugins plugin talks configurabile 2017-05-24 11:17:23 +02:00
talks sovr-tech spostata a sabato, ore 21 in aulaC 2017-05-30 11:22:56 +02:00
themes/hackit0x14 seleziono la pagina corrente nel navbar 2017-05-23 22:20:04 +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 cleanup + verbose build 2017-05-23 01:03:43 +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 cleanup + verbose build 2017-05-23 01:03:43 +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

Se devi debuggare, make DEBUG=1 publish

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!