Hackmeeting

boyska 1c27cba52e cleanup + verbose build 7 年 前
content b7c6231eab link to ICS 7 年 前
plugins 1c27cba52e cleanup + verbose build 7 年 前
talks 0cc57db3ee aggiornamento programma 7 年 前
themes c1f9d58bf9 FIX localized menu 7 年 前
.agignore 244fb58c3a Import hackit 16 website 7 年 前
.gitignore 244fb58c3a Import hackit 16 website 7 年 前
Makefile 1c27cba52e cleanup + verbose build 7 年 前
README.md 1c27cba52e cleanup + verbose build 7 年 前
develop_server.sh 244fb58c3a Import hackit 16 website 7 年 前
fabfile.py 244fb58c3a Import hackit 16 website 7 年 前
pelicanconf.py f1b402769f inizio a fare il plugin per i talk 7 年 前
publishconf.py 244fb58c3a Import hackit 16 website 7 年 前
requirements.txt bc99069bee Talks localize dates 7 年 前

README.md

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!