Remove category
This commit is contained in:
parent
9daaa53cbd
commit
b6c7e18d6d
5 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@ layout: post
|
|||
title: Sample Post
|
||||
description: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
|
||||
modified: 2013-05-31
|
||||
category: articles
|
||||
tags: [intro, beginner, jekyll, tutorial]
|
||||
image:
|
||||
feature: texture-feature-05.jpg
|
||||
|
|
|
@ -3,7 +3,6 @@ layout: post
|
|||
title: "Testing Readability with a Bunch of Text"
|
||||
tagline: "A bunch of hipster ipsum for ya head."
|
||||
description: "A ton of text to test readability."
|
||||
category: articles
|
||||
tags: [sample post, readability, test]
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
layout: post
|
||||
title: "A Post with Images"
|
||||
description: "Examples and code for displaying images in posts."
|
||||
category: articles
|
||||
tags: [sample post, images, test]
|
||||
---
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ layout: post
|
|||
title: "Post with Large Feature Image and Text"
|
||||
tagline: "A bunch of hipster ipsum for ya head."
|
||||
description: "Custom written post descriptions are the way to go... if you're not lazy."
|
||||
category: articles
|
||||
tags: [sample post, readability, test]
|
||||
image:
|
||||
feature: texture-feature-04.jpg
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
layout: post
|
||||
title: Syntax Highlighting Post
|
||||
description: "Demo post displaying the various ways of highlighting code in Markdown."
|
||||
category: articles
|
||||
tags: [sample post, code, highlighting]
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue