zen

To install, run nikola theme -i zen

The zen and zen-based themes are very customizable, so to make these themes work, you have to use the sample config file. The theme uses Font Awesome v5 icons.

Three variants of Zen are available:

  • zen, based on Mako templates
  • zen-jinja, based on Jinja2 templates
  • zen-forkawesome, using ForkAwesome icons instead of FontAwesome, based on Mako Templates

Enjoy!

Damián

WARNING: The themes use Less for their styles, but you don't need a Less compiler installed to use it.

Suggested Configuration:

NAVIGATION_LINKS = {
    DEFAULT_LANG: (
        ('/index.html', 'Home', 'fa fa-home'),
        ('/archive.html', 'Archives', 'fa fa-folder-open'),
        ('/categories/index.html', 'Tags', 'fa fa-tags'),
        ('/rss.xml', 'RSS', 'fa fa-rss'),
        ('https://getnikola.com', 'About me', 'fa fa-user'),
        ('https://twitter.com/getnikola', 'My Twitter', 'fab fa-twitter'),
        ('https://github.com/getnikola', 'My Github', 'fab fa-github'),
    )
}

DATE_FANCINESS = 2

Issues? Questions?

You can report issues with this theme and request help via GitHub Issues (themes repository).

Related themes

Variants:

Theme inheritance chain