Skip to content

darkrodry/darkrodry.github.io

Repository files navigation

darkrodry.github.io publish blog

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.

How to run

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

About

Source code for my personal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published