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
Setup
- Install Hugo
- Fork or download this theme repo
- Edit the config file in the root directory of your site
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
- Profile picture parameter
- Links in the menus are generated through params in the config
- 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"