BenJetson / mannrobo.github.io-OLD

Website for the Mann Robotics VRC team.
https://mannrobo.github.io
3 stars 1 forks source link

Add a section to index that lists the last 5 posted updates to the site. #47

Open BenJetson opened 8 years ago

BenJetson commented 8 years ago

Perhaps just the title and the short date (ex. 06/28). The items listed should be linked to the correct post and use the waves-effect. Use a liquid for loop (for post in site.posts limit:5) to achieve this. Also include a link to the updates page (use Materialize's button styling on an anchor tag) that says "More..." or similar .

Perhaps using Materialize collections (the div & anchor version) would look good here?

BenJetson commented 8 years ago

A neat answer I found on Stack Overflow about using the for liquid filters to have one post styled as "featured" or "latest" above the other recent posts. Might be handy, so I'm leaving a link here for reference.

http://stackoverflow.com/a/17892476/6127099