Jamstack Blog Themes
Easily change your blog’s look anytime with our growing theme library. Every theme gives you a ready-to-go website, including custom layouts for: the Homepage, Articles, Category pages, Tag collections, Author profiles, and Archives.
All our themes are built based on the Jamstack architecture – a modern web framework that makes your blog faster, more flexible, and easier to maintain. Plus, each theme auto-generates an RSS feed, so you can connect with other platforms and streamline your publishing. And we’re always adding new, pro-designed themes!
Starter Themes |
Screenshot |
default:A smashing magazine inspired theme. |
![]() |
flex:The minimalist theme. |
![]() |
gum:A clean theme based on the gumby framework. |
![]() |
wilson:A nice theme using the bootswatch simplex layout. |
![]() |
Alchemy | Clean and responsive inspired by crowsfoot and clean-blog |
Hyde | Two-column Jekyll theme with a prominent sidebar |
Medius | Responsive theme inspired by the medium website |
Elegant | Stylish theme that looks amazing on all devices |
Octopress | Theme based on the popular Octopress Jekyll blog |
MORE THEMESView all available pelican themes. Let us know if you want to try a theme that’s not on our starter themes list. |
Build Your Own Theme
Our current themes are built for the Pelican blog site generator which is written in the Python programming language. Pelican is an anagram for calepin, which means notebook in French, and is ideal for making blogs from Evernote.
Pelican themes are created using Jinja2 templates, and have the following structure:
│ ├── css
│ └── images
└── templates
├── archives.html // archives page
├── article.html // each article
├── author.html // each author
├── authors.html // list authors
├── categories.html // list categories
├── category.html // each category
├── index.html // home page
├── page.html // each page
├── tag.html // each tag
└── tags.html // list tags
A simple theme with these files is available at: https://github.com/getpelican/pelican/tree/main/pelican/themes/simple/templates
Create a Pelican theme (Jinja2-friendly), and we’ll use it to transform your Evernote notes into a beautiful blog of your design!
Comming Soon
We are Jamstack blog generatons (and themes) from Astro (and 11ty) for your Evernote notes. Astro is the newest JavaScript web framework optimized for building fast, content-driven blogs. Eleventy (also called 11ty) is the most popular Javascript blog generator.
Let us know if you want to try them now.