Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/
Find a file
2018-06-13 09:59:25 +02:00
content/pages added link nothingtohide video 2018-06-12 15:27:36 +02:00
plugins FIX tipue search 2018-04-13 01:09:55 +02:00
talks Rendi l'href per il link al talk hidden. 2018-06-12 16:32:12 +02:00
themes/hackit0x15 [tema] pagina talk, link utili senza sfondo bianco 2018-06-13 09:59:25 +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
Makefile ripartiamo dal sito vecchio 2018-04-12 19:05:28 +02:00
pelicanconf.py banner ed header 2018-06-04 18:03:07 +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!