Skip to content

sirodoht/zola-henry

Repository files navigation

henry

Henry is a single-column Zola theme based on the original Jekyll styles.

Demo -> https://sirodoht.github.io/zola-henry/

screenshot for home page

screenshot for posts

screenshot for any other page

Installation

First download this theme to your themes directory:

$ cd themes
$ git clone https://github.com/sirodoht/zola-henry.git henry

and then enable it in your config.toml:

theme = "henry"

Options

Nav links

Set a field in extra with a key of henry_links:

[extra]
henry_links = [
    {url = "about", name = "About"},
    {url = "https://github.com/benbalter", name = "GitHub"},
]

Each link needs to have a url and a name.

Footer GitHub icon link

By default Henry ships with GitHub icon link in the right side of the footer. You can change its link href in your config.toml.

[extra]
henry_github = "https://github.com/sirodoht/zola-henry"

Footer Twitter icon link

Twitter is too mainstream and a bit lame, but 100% of our users have requested, so we offer it.

[extra]
henry_twitter = "https://twitter.com/benbalter"

License

MIT

About

Dr. Henry Jekyll inspired a theme. This is that theme in Zola.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •