We added the ability to customize your blog index layout.
The first layout that we are releasing is the "aside" layout. It was heavily inspired by Drew DeVault's blog.
Changing your blog index to this layout is easy. All you have to do is edit your
_readme.md
to add a layout
frontmatter. Setting it to aside
will apply the
new layout template.
1---
2layout: aside
3---
I'd also like to announce that I would be more than happy to apply patches for more layouts. I'd also be happy to collaborate on them with anyone who is interested.
Send all patches and collab requests to our mailing list.