With this you can easily center text by use of markdown's *IALs* (Block Inline Attribute Lists).
**Example:**
{:.center}
Your text
**Will result in:**
<p class="center">Your text</p>
So CSS will "text-align:center".
- Cleanup _config.yml
- Move navigation and author info to data files
- Convert .less stylesheets to .scss
- Update documentation
- Include Octopress gem for new post/page creation