Git Product home page Git Product logo

Comments (4)

makermelissa avatar makermelissa commented on August 17, 2024 1

Yeah, that RSS feed is NOT sorting correctly.

from circuitpython-org.

dhalbert avatar dhalbert commented on August 17, 2024

So we would sort it by <pubDate>, most recent first.

from circuitpython-org.

FoamyGuy avatar FoamyGuy commented on August 17, 2024

I think one way to change this is with the loop here:

{% for board in site.board %}

This jekyl template docs page shows an example of ording by a specified field: https://carpentries-incubator.github.io/jekyll-pages-novice/arrays/index.html unfortunately it doesn't seem to have anchors for direct linking and it's near the bottom of the page, here is an excerpt of the relevant code:

{% assign sorted_posts = site.blogposts | sort: "author" %}
{% for post in sorted_posts %}

There is a warning that the sort operations with the | operator are not supported directly in the for loop so it must assign a new sorted list and then iterate over that.

from circuitpython-org.

DJDevon3 avatar DJDevon3 commented on August 17, 2024

Today is March 22, 2024 so this looks to be updated with the latest boards. Now I have an RSS feed for CircuitPython.org latest added boards. This is great! Thank you.

Capture

Capture

from circuitpython-org.

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.