I’m a big fan of Middleman. I’ve built my website on it, as well as foundation boilerplate and advices for good scalable css. HTML files use slim template language.
This repository serves as a library of commonly used Middleman snippets.
- List of posts for archive or condensed index pages.
- navigation with previous / next article on post page.
- List of items from a particular
.yml
file in the/data
directory.
- Current year for things like copyright.
- Current date as full month, day, and year.
- Navigation with active class with a custom helper
active_link_to
.
- Accessibility-minded icons with Font Awesome.
From an original idea of mdo offered to the community by flexbox.
Licensed under MIT.