hemingway

To install, run nikola theme -i hemingway

A port of Hugo's Hemingway theme by tanksuzuki to Nikola.

Original theme: https://themes.gohugo.io/hemingway/

License is MIT

The navigation menu has no text, only (link, class) where class is a Font Awesome class, like "fa fa-github"

Suggested Configuration:

INDEX_READ_MORE_LINK = '<a class="button is-link" href="{link}" style="height:28px"> {read_more} <span class="icon is-small"> <i class="fa fa-angle-double-right"></i></span></a>'
NAVIGATION_LINKS = {
    DEFAULT_LANG: (
        ("http://twitter.com/getnikola", "fa fa-twitter"),
        ("http://github.com/getnikola", "fa fa-github"),
        ("/rss.xml", "fa fa-rss"),
    ),
}

Issues? Questions?

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

Theme inheritance chain