Pelican is a static site generator, written in Python[1], that requires no database or server-side logic.
Some of the features include:
- Write your content in reStructuredText[2], Markdown[3], or AsciiDoc[4] formats
- Completely static output is easy to host anywhere
- Themes[5] that can be customized via Jinja[6] templates
- Publish content in multiple languages
- Atom/RSS feeds
- Code syntax highlighting
- Import from WordPress, Dotclear, RSS feeds, and other services
- Modular plugin system and corresponding plugin repository[7]
... and many other features.
Next Steps
Learn more about the Pelican static site generator via: