Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sample-link-post.md « posts « content « exampleSite - github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b12f615783c43f58d0a4d32dbc5e833ebfd4b195 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: post
title: "Sample Link Post"
description: "Example and code for using link posts."
tags: [sample post, link post]
date: 2013-08-12
comments: true
link: http://mademistakes.com  
---

This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.