mbollemeijer / herring-cove

Port of arnp's excellent theme to Hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Herring Cove

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

Overview

  • Fixed Sidebar with social links
  • Minimal design
  • Comments by Disqus
  • Social Sharing abilities
  • Easy to configure
  • Based on Bootstrap

Screenshots

screenshot screenshot screenshot

Setup

  1. Install Jekyll
  2. Fork or download this theme repo
  3. Edit the _config.yml file

You can change the showcase image by replacing showcase.jpg file in the images folder. I'll try to find a better way to do this soon.

Download

download

License

Author

Ravi Patel

Ported By

Steve Francia


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


  1. Profile picture parameter.
  2. Links in the menus are genereted 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: "Jhon Doe"

About

Port of arnp's excellent theme to Hugo

License:Other


Languages

Language:CSS 94.2%Language:JavaScript 5.8%