mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
e711f8b839
- 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
10 lines
No EOL
359 B
Markdown
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. |