Herring Cove

Herring Cove is ported from the jekyll theme of the same name

Herring Cove

Herring Cove is a clean and responsive Hugo theme based on the Jekyll theme of the same name.

Overview

Screenshots

screenshot screenshot screenshot

Setup

  1. Install Hugo
  2. Fork or download this theme repo
  3. Edit the config file in the root directory of your site

Download

download

License

Author

Ravi Patel - https://github.com/arnp

Ported By

Steve Francia - https://github.com/spf13


Herring Cove is always a work in progress and as such, I hope to clean up the code and add features as time permits. Feel free to add your own additions.

What’s with the name?

Herring Cove is a beach on Cape Cod in Provincetown, Massachusetts. If you’re in the area, be sure to check it out!

Additional features by

Maikel Bollemeijer - https://github.com/mbollemeijer


  1. Profile picture parameter
  2. Links in the menus are generated through params in the config
  3. Landingpage

Below an example of the yaml config

params:
  ProfilePicture: "pathOrUrlToImage"
  links:
    Home : "/"
    Blog: "/blog/"
    About: "/about/"

Landing page

If you want to enable the landing page make sure you have the following params in your config.

params:
  ProfilePicture: "pathToImageOrUrlToImage"
  enableLandingPage: true
  landingPageRedirectUrl: "/about/"
  AuthorName: "John Doe"