Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/

boyska d889b610a4 Nome stanze globale in talks/meta.yaml il y a 6 ans
content ec4f95ff3e info camper (e tolti pallocchi) il y a 6 ans
plugins d889b610a4 Nome stanze globale in talks/meta.yaml il y a 6 ans
talks d889b610a4 Nome stanze globale in talks/meta.yaml il y a 6 ans
themes baa7d80277 stile diverso per pranzi/cene/assemblee il y a 6 ans
.agignore b0804c62fa ripartiamo dal sito vecchio il y a 6 ans
.gitignore b0804c62fa ripartiamo dal sito vecchio il y a 6 ans
Makefile b0804c62fa ripartiamo dal sito vecchio il y a 6 ans
README.md b0804c62fa ripartiamo dal sito vecchio il y a 6 ans
locandina.jpg e3533d9dfa Aggiungi locandina in press. il y a 6 ans
pelicanconf.py ae62919d93 FIX logo il y a 6 ans
publishconf.py 632db0c37f ICS: url and description; refactoring il y a 6 ans
requirements.txt 632db0c37f ICS: url and description; refactoring il y a 6 ans

README.md

Hackmeeting 2018

Sources for Italian Hackmeeting 0x15 (2018) 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!