| title | Home |
|---|---|
| layout | default |
| description | A site for code and comments about code. Primarily, but not exclusively, based on Objective-C and Cocoa. |
{% assign recent_post = site.posts.first %}
{{ recent_post.content }}
{% for post in site.posts limit:2 offset:1 %}
{% endfor %}
{% for post in site.posts limit:2 offset:3 %}
{% endfor %}