st4ple / solid-jekyll

A Jekyll port of the Solid theme (by blacktie.co).
http://st4ple.github.io/solid-jekyll/
338 stars 449 forks source link

Use Jekyll collections for projects when the API stabilizes #6

Closed cweagans closed 5 years ago

cweagans commented 9 years ago

http://jekyllrb.com/docs/collections/

This way, posts and projects are two separate things. You put your blog posts in _posts and your projects in _projects. No need to mess with the categories.

If I get around to it, I might submit a pull request for this.