Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/
Find a file
Michele Orrù 24ac8a8a22 Sistema i link in stampa.rst: metti una bella item list.
Prima stavano uno attaccato all'altro non si capiva una cippa.
2018-06-13 12:14:28 +02:00
content/pages Sistema i link in stampa.rst: metti una bella item list. 2018-06-13 12:14:28 +02:00
plugins FIX tipue search 2018-04-13 01:09:55 +02:00
talks [tema] ri-stilati titoli/link "top" nello schedule 2018-06-13 10:48:00 +02:00
themes/hackit0x15 favicon (un po' brutta) 2018-06-13 12:02:52 +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!