Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/
Find a file
2018-06-22 16:50:35 +02:00
content warm up pegli 2018-06-19 14:01:05 +02:00
plugins plugin talk: tolte estensioni inutili 2018-06-17 17:15:17 +02:00
talks [talk] aggiunti voto, gdpr, relativity, gruppo 2018-06-22 16:50:35 +02:00
themes/hackit0x15 [tema] ammazza che brutto lo strong nei talk! 2018-06-16 13:59:28 +02:00
.agignore ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
.gitignore ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
locandina.jpg Aggiungi locandina in press. 2018-06-13 12:31:45 +02:00
Makefile ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
pelicanconf.py FIX logo 2018-06-14 13:15:43 +02:00
publishconf.py change site url to new directory 2018-04-13 01:12:48 +02:00
README.md ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
requirements.txt ricerca con tipue search 2018-04-12 21:06:27 +02:00

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!