Source files for my personal blog.
There is an article (in Spanish) describing the steps to create your personal blog inside my blog: https://darkrodry.github.io/como-montar-tu-propio-blog.html
Developed using GitHub Pages, Pelican con Flex-Theme and Travis CI.
I develop the blog in local using virtualenv. To create the environment and start it, just run:
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Then you can generate the html and the server using:
make html
pelican --listen