A curated list of awesome things related to Pelican, the most popular static site generator written in Python.
Pelican’s feature highlights include:
- Articles (e.g., blog posts) and pages (e.g., "About", "Projects", "Contact")
- Integration with external services
- Site themes (created using Jinja2 templates)
- Publication of articles in multiple languages
- Generation of Atom and RSS feeds
- Code syntax highlighting
- Import existing content from WordPress, Dotclear, or RSS feeds
- Fast rebuild times thanks to content caching and selective output writing
- Extensible via a rich plugin ecosystem: Pelican Plugins
“Pelican” is an anagram for calepin, which means “notebook” in French. ;)
- Quickstart
- Pelican on GitHub
- Website
- New Official Plugins GitHub
- Old Plugins Monorepository - NOT MAINTAINED
# | Plugin/GitHub | PyPI Version | Author | Description |
---|---|---|---|---|
1 | image-process | pelican-plugins | Pelican plugin that automates image processing | |
2 | seo | pelican-plugins | Pelican plugin to improve search engine optimization (SEO) | |
3 | sitemap | pelican-plugins | Generates a site map for Pelican-powered sites | |
4 | pelican-algolia | rehanhaider | Plugin to integrate Algolia Search with Pelican SSG | |
5 | tag-cloud | pelican-plugins | Pelican plugin that generates a tag cloud from post tags | |
6 | similar-posts | pelican-plugins | Pelican plugin to list similar posts to articles, based on a vector space model | |
7 | series | pelican-plugins | Series is a Pelican plugin that joins multiple posts into a series | |
8 | webassets | pelican-plugins | Use the webassets module to manage assets such as CSS and JS files | |
9 | avatar | pelican-plugins | Pelican plugin that adds Libravatar or Gravatar user profile pictures | |
10 | share-post | pelican-plugins | Pelican plugin that creates privacy-friendly URLs for sharing the current article | |
11 | neighbors | pelican-plugins | Neighbors is a Pelican plugin that adds Next/Previous links to articles | |
12 | simple-footnotes | pelican-plugins | Adds footnotes to articles and pages | |
13 | liquid-tags | pelican-plugins | Pelican plugin that supports Liquid-style tags in Markdown | |
14 | photos | pelican-plugins | Pelican plugin that adds photos to articles | |
15 | webring | pelican-plugins | Display latest posts from a list of feeds on your site | |
16 | jinja-filters | pelican-plugins | Provides a selection of functions (called filters) for templates to use when building your website | |
17 | more-categories | pelican-plugins | Enables nested categories and multiple categories per article | |
18 | render-math | pelican-plugins | ||
19 | jinja2content | pelican-plugins | Use Jinja2 template code within post content | |
20 | pandoc-reader | pelican-plugins | Pandoc Reader is a Pelican plugin that processes Markdown content via Pandoc | |
22 | linkbacks | pelican-plugins | Pelican plugin implementing Linkback protocols, on the linking server side. | |
23 | related-posts | pelican-plugins | Related Posts is a Pelican plugin that adds a list of related posts to an article | |
24 | thumbnailer | pelican-plugins | Thumbnailer is a Pelican plugin that creates image thumbnails in various sizes | |
25 | feed-filter | pelican-plugins | Pelican plugin that filters elements from feeds | |
26 | linkclass | pelican-plugins | Pelican plugin to set anchor tag's class attribute to differentiate between internal and external links | |
27 | share-post | pelican-plugins | Pelican plugin that creates privacy-friendly URLs for sharing the current article | |
28 | nojekyll | pelican-plugins | Pelican plugin that adds a .nojekyll file to the output root. Useful for publishing to Github Pages. Written in Python |
|
29 | graphviz | pelican-plugins | Pelican plugin that renders Graphviz images from Markdown content | |
30 | read-more | pelican-plugins | Pelican plugin that inserts an inline "Read More" link into the last HTML element of the summary | |
31 | image-preview-thumbnailer | pelican-plugins | Pelican plugin that insert thumbnails along image links | |
32 | show-source | pelican-plugins | Link to the source text of your posts |
# | Theme/GitHub | PyPI Version | Author | Demo |
---|---|---|---|---|
1 | Flex | NA | Alexandr Vicenzi | flex.alxd.me |
2 | Elegant | NA | Pelican Elegant | elegant.oncrashreboot.com/ |
3 | Seafoam | MinchinWeb | minchin.ca | |
4 | Atilla | NA | Zutrinken | https://attila.peteramende.de |
4 | Octopress | NA | Duilio | Demo |
Projects built with pelican