Hackmeeting http://hackmeeting.org/hackit17/

boyska 06bc4537b9 link audio 6 years ago
content 06bc4537b9 link audio 6 years ago
plugins 16fa06f26d ICS: pure talk senza location 6 years ago
talks 06bc4537b9 link audio 6 years ago
themes e2be34fb79 commenti css 6 years ago
.agignore 244fb58c3a Import hackit 16 website 7 years ago
.gitignore 244fb58c3a Import hackit 16 website 7 years ago
.gitmodules 329bb19132 slides trojan di stato 6 years ago
Makefile b4c54ea2e5 make puo bastare 7 years ago
README.md b4c54ea2e5 make puo bastare 7 years ago
develop_server.sh 244fb58c3a Import hackit 16 website 7 years ago
fabfile.py 244fb58c3a Import hackit 16 website 7 years ago
pelicanconf.py f1b402769f inizio a fare il plugin per i talk 7 years ago
publishconf.py 3d172beb73 plugin talks configurabile 7 years ago
requirements.txt bc99069bee Talks localize dates 7 years ago

README.md

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!