Giter VIP home page Giter VIP logo

Comments (5)

bhollis avatar bhollis commented on September 1, 2024

If you upgrade to Middleman 3.0, this should work better. In 3.0, you can put a full DateTime in the frontmatter "date" field, and the extension sorts based on that.

from middleman-blog.

procload avatar procload commented on September 1, 2024

Any way you could give me an example of how to achieve this and parse it in an article view? Many thanks in advance.

Ryan Merrill
[email protected] (mailto:[email protected])
440.452.6174

On Thursday, June 21, 2012 at 12:23 PM, Ben Hollis wrote:

If you upgrade to Middleman 3.0, this should work better. In 3.0, you can put a full DateTime in the frontmatter "date" field, and the extension sorts based on that.


Reply to this email directly or view it on GitHub:
#52 (comment)

from middleman-blog.

bhollis avatar bhollis commented on September 1, 2024

Nothing to do, really. You make a blog post, like this (in a file called 2012-06-21-my-awesome-post.html.markdown):

---
title: My awesome post
date: 2012-06-21 10:00
---

Hey guys my day was awesome!

Then your original snippet becomes:

<% blog.articles[0...5].each do |article| %>
  <article>
    Title: <%= article.title %>
    Date: <%= article.date %>
  </article>
<% end %>

And without doing anything, the articles will already be sorted by date.

from middleman-blog.

bhollis avatar bhollis commented on September 1, 2024

@procload did that work for you?

from middleman-blog.

procload avatar procload commented on September 1, 2024

Sure did. Sorry for not replying. Thanks a bunch for the help.

from middleman-blog.

Related Issues (20)

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.