forked from boyska/sito-hackit-17
Hackmeeting
- CSS 52.5%
- HTML 27.4%
- JavaScript 11%
- Python 7.1%
- Makefile 1%
- Other 1%
| content | ||
| plugins | ||
| talks | ||
| themes/hackit0x14 | ||
| .agignore | ||
| .gitignore | ||
| develop_server.sh | ||
| fabfile.py | ||
| Makefile | ||
| pelicanconf.py | ||
| publishconf.py | ||
| README.md | ||
| requirements.txt | ||
Hackmeeting 2017
Sources for Italian Hackmeeting 0x14 (2016) website.
HowTo
So you want to contribute, nice!
mkvirtualenv hackmeeting-website
pip install -r requirements.txt
make publish
firefox output/index.html
Also, make help is your friend.
Morte ai nemici dell'UTF-8
Se devi debuggare, make DEBUG=1 publish
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!