1
0
Fork 0
sito-hackit-17/README.md

35 lines
610 B
Markdown
Raw Permalink Normal View History

2016-12-20 18:25:04 +01:00
Hackmeeting 2017
==================
2017-06-03 11:31:06 +02:00
Sources for Italian Hackmeeting 0x14 (2017) website.
2016-12-20 18:25:04 +01:00
HowTo
-------
So you want to contribute, nice!
```
mkvirtualenv hackmeeting-website
pip install -r requirements.txt
2017-06-04 11:05:50 +02:00
make
2016-12-20 18:25:04 +01:00
firefox output/index.html
```
Also, `make help` is your friend.
**Morte ai nemici dell'UTF-8**
2017-05-17 13:01:25 +02:00
2017-06-04 11:05:50 +02:00
Se devi debuggare, `make DEBUG=1`
2017-05-22 22:59:01 +02:00
2017-05-17 13:01:25 +02:00
Aggiungere un talk
--------------------
2017-05-22 22:59:01 +02:00
```
2017-05-17 13:01:25 +02:00
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!