brouilleursdeblanc/_posts/articles/2013-08-12-sample-link-post.md
Michael Rose e711f8b839 Update theme to support Jekyll 2.x newness
- 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
2014-08-08 16:07:20 -04:00

10 lines
No EOL
359 B
Markdown

---
layout: post
title: "Sample Link Post"
excerpt: "Example and code for using link posts."
categories: articles
tags: [sample-post, link-post]
link: http://mademistakes.com
---
So Simple Theme now supports **link posts**, made famous by John Gruber. To activate just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.