Giter VIP home page Giter VIP logo

herring-cove's Issues

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!

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>

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.