Herring Cove is a clean and responsive Hugo theme based on the Jekyll theme of the same name.
- Fixed Sidebar with social links
- Minimal design
- Comments by Disqus
- Social Sharing abilities
- Easy to configure
- Based on Bootstrap
- Install Hugo
- Fork or download this theme repo
- Edit the config file in the root directory of your site
Ravi Patel
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!
Maikel Bollemeijer
- 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/"
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"