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
├── article.html
├── author.html
├── authors.html
├── categories.html
├── category.html
├── index.html
├── page.html
├── tag.html
└── tags.html
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!
Expanding Your Blog Options
We’re expanding our platform with additional popular static site generators, including Astro and Eleventy (11ty), to enhance your Evernote blogging experience. Astro is a cutting-edge JavaScript framework specifically designed for content-focused websites, delivering exceptional performance with modern design capabilities. Meanwhile, Eleventy has established itself as one of the most reliable and flexible JavaScript-based static site generators in the industry.
Both options provide distinctive advantages for showcasing your Evernote content, with various themes and customization options. The best part? You can easily switch between different generators and themes whenever you want, giving you complete flexibility to refresh your blog’s look and functionality without losing your valuable content.
Let us know if you want to try them, you can switch themes and blog generators at anytime!