Sito hackmeeting 2019

boyska 53daef4904 slide autodifesa há 4 anos atrás
content 5d36f963e1 manifesto in home page há 5 anos atrás
output 0297b369e6 rimosso tutto da output :( há 5 anos atrás
plugins 815dc2275f plugin talks: ordinamento stanze há 5 anos atrás
talks 53daef4904 slide autodifesa há 4 anos atrás
themes 5d36f963e1 manifesto in home page há 5 anos atrás
.agignore b10999674e tema nuovo há 5 anos atrás
.gitignore 0297b369e6 rimosso tutto da output :( há 5 anos atrás
Makefile bbb010e90e piccolo miglioramento make serve há 5 anos atrás
README.md 50d2adb907 ripuliti i file di conf há 5 anos atrás
new-year.md 1622865d47 doc per l anno nuovo há 5 anos atrás
pelicanconf.py b10999674e tema nuovo há 5 anos atrás
publishconf.py 50d2adb907 ripuliti i file di conf há 5 anos atrás
requirements.txt c8ca12f607 pelican4: notmyidea senza google há 5 anos atrás

README.md

Hackmeeting 2019

Sources for Italian Hackmeeting 0x16 (2019) website.

HowTo

So you want to contribute, nice!

mkvirtualenv -p `which python3` hackmeeting-website
pip install -r requirements.txt
make all serve
firefox http://localhost:8000/

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 html come spiegato prima: l'output ti informa di eventuali errori nei campi o sovrapposizioni con altri talk, leggilo!

Hacking

Il sito è un'istanza di pelican, più alcuni plugin custom: langmenu, per avere un menu che punta alle versioni localizzate della pagina; talks, per gestire i talk in modo speciale.

Il tutto richiede python 2.7, ma prima o poi sarebbe il caso di passare a python 3. Quindi cerca di tenere la compatibilità, se metti mano al codice python.