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

aldocollack 15d4fa3269 Aggiorna 'content/pages/storia.md' il y a 6 ans
content 15d4fa3269 Aggiorna 'content/pages/storia.md' il y a 6 ans
plugins 4bd0e12be2 FIX tipue search il y a 6 ans
talks b0804c62fa ripartiamo dal sito vecchio il y a 6 ans
themes c0bcb55d83 FIX tipue search URL 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
pelicanconf.py 9bc4f0f1f8 ricerca con tipue search il y a 6 ans
publishconf.py 81da2b9e8a change site url to new directory il y a 6 ans
requirements.txt 9bc4f0f1f8 ricerca con tipue search 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!