android.moparisthebest.org/source/docs/blogging/linklog/index.markdown
2012-02-12 06:30:13 -06:00

841 B

layout title date sidebar comments sharing footer
page Writing a Linklog 2012-02-05 17:18 false false false false

A linklog is a blogging format where the post titles link directly to an external site and the content of the post offers commentary on the linked piece. This is commonly referred to as a "linked list" because of the The Daring Fireball Linked List which helped to popularize the format.

Writing a linklog in Octopress is quite easy (as of 2.1). Simply add an external-url to the yaml front matter of a blog post and Octopress does the rest.

---
layout: post
title: "Someone on the Internet is Wrong"
date: 2012-02-05 17:18
comments: true
external-url: http://opinionguy.com/post/uninformed-rant-vs-straw-man/
---