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

aldocollack 0907a01eb6 Aggiorna 'content/pages/come_arrivare.en.md' 6 年之前
content 0907a01eb6 Aggiorna 'content/pages/come_arrivare.en.md' 6 年之前
plugins 4bd0e12be2 FIX tipue search 6 年之前
talks b0804c62fa ripartiamo dal sito vecchio 6 年之前
themes c0bcb55d83 FIX tipue search URL 6 年之前
.agignore b0804c62fa ripartiamo dal sito vecchio 6 年之前
.gitignore b0804c62fa ripartiamo dal sito vecchio 6 年之前
Makefile b0804c62fa ripartiamo dal sito vecchio 6 年之前
README.md b0804c62fa ripartiamo dal sito vecchio 6 年之前
pelicanconf.py 9bc4f0f1f8 ricerca con tipue search 6 年之前
publishconf.py 81da2b9e8a change site url to new directory 6 年之前
requirements.txt 9bc4f0f1f8 ricerca con tipue search 6 年之前

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!