Giter VIP home page Giter VIP logo

herring-cove's Introduction

This repository is no longer maintained.

Herring Cove

Herring Cove is a clean and responsive theme for Jekyll.

Overview

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

Screenshots

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


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!

herring-cove's People

Contributors

arnp avatar durkie avatar entendu avatar justmyfreak avatar neizod avatar stopfstedt avatar wesleyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

herring-cove's Issues

Make recent posts section dynamic

First of all: Thanks for the great template!
I made a few small changes on my copy ... so I'd like to feed this back: This is how you can make the Recent Posts section dynamic:

  <div class="recent-posts">
  <h1>Recent Posts</h1>

    <ul class="homepage-posts most-recent">
    {% for post in site.posts limit:1 %}
    <li><span><h4><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>&nbsp;<span class="badge"><smaller>FRESH</smaller></span><time class="pull-right">{{ post.date | date: '%B %d, %Y' }}</h4></time></span></h4></span></li>
    {% endfor %}

    {% for post in site.posts offset:1 limit:4 %}
    <ul class="homepage-posts">
      <li><span><h4><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a><time class="pull-right">{{ post.date | date: '%B %d, %Y'}}</h4></time></span></h4></span></li>
    </ul>
    {% endfor %}

    <ul>
      <a href="{{ site.baseurl }}/list.html">View More...</a>
    </ul>
  </div>

docu for baseurl in config

I had quite some trouble to get it running (locally). So if I want to deploy it to the root directory, I have to set an empty baseurl? (baseurl:)
Am I supposed to put a domain name there?

please replace gh-pages branch

Hi Ravi,
Can you please nuke the current gh-pages branch and then branch master to gh-pages?

The demo-site is currently still hella broke, and jekyllpages is linking to that.
Regenerating the gh-pages branch should hopefully fix that site.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.