pip install -r requirements.txt
git submodule update --recursive --init
make html
To check the website:
make serve
then visit http://localhost:8000/
To automatically rebuild when something changes:
make devserver
Automated publishing possible, check Pelican documentation
Documentation Pelican Theme used (little changes)
- blogposts in folder 'articles', will automatically appear as newest blogpost
- general pages in folder 'pages', have to be added in MENUITEMS in pelicanconf.py for a link
- more articles
- add tags to articles
- create pages
- about