- Python 35.2%
- CSS 32.2%
- HTML 27.9%
- Makefile 3%
- JavaScript 1.7%
| content | ||
| plugins | ||
| talks | ||
| themes | ||
| .agignore | ||
| .gitignore | ||
| Makefile | ||
| new-year.md | ||
| pelicanconf.py | ||
| publishconf.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
Hackmeeting 2020
Sources for Italian Hackmeeting 0x17 (2020) website.
HowTo
So you want to contribute, nice!
mkvirtualenv -p `which python3` hackmeeting-website
pip install -r requirements.txt
make all serve
firefox http://localhost:8000/
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 html come spiegato prima: l'output ti informa di eventuali errori nei campi o
sovrapposizioni con altri talk, leggilo!
Hacking
Il sito è un'istanza di pelican, più alcuni plugin custom: langmenu, per avere un menu che punta alle versioni
localizzate della pagina; talks, per gestire i talk in modo speciale.
Il tutto richiede python 2.7, ma prima o poi sarebbe il caso di passare a python 3. Quindi cerca di tenere la compatibilità, se metti mano al codice python.