Skip to content

Port of arnp's excellent theme to Hugo

License

Notifications You must be signed in to change notification settings

bling/herring-cove

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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 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"

About

Port of arnp's excellent theme to Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.8%
  • HTML 33.2%