How I Organize Posts In Jekyll
jekyllbloggingcategoriesstatic-siteruby
Abstraction: Jekyll post organization with categories, counts, and related posts
Key points:
- Categories defined per post in YAML Front Matter; category pages generated dynamically by a custom plugin from a single
category.htmltemplate site.sorted_categoriesplugin builds a list of categories sorted descending by post count for use in navigation templates- Related posts for each post computed as N most recent posts in the same category, stored in
post.related - Author migrated from self-hosted WordPress to Jekyll 0.7.0 in November 2010, preserving existing URL structure
Connections: Jekyll · Wordpress · Static Site Generation · Web Development
Source: http://www.somic.org/2011/03/04/how-i-organize-posts-in-jekyll/