Pelican, a static site generator written in Python

Categories: Python Web Development
What is Pelican? Pelican is a static site generator, written in Python. Pelican is open source and you can find Pelican on GitHub. Pelican also supports themes and plugins. You can write your own themes and plugins, or you can download many different themes and plugins already made and ready to go. Pelican is similar to Jekyll in that both are static site generators and easy to use. The big difference is Pelican is written in Python while Jekyll is written in Ruby.

Read More →