Apply tags to example posts
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
This commit is contained in:
parent
558005341e
commit
4a7bf7833c
@ -2,6 +2,7 @@
|
|||||||
title: Test markdown
|
title: Test markdown
|
||||||
subtitle: Each post also has a subtitle
|
subtitle: Each post also has a subtitle
|
||||||
date: 2015-02-20
|
date: 2015-02-20
|
||||||
|
tags: ["example", "markdown"]
|
||||||
---
|
---
|
||||||
|
|
||||||
You can write regular [markdown](http://markdowntutorial.com/) here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to [take 5 minutes to learn how to write in markdown](http://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/headings/tables/etc.
|
You can write regular [markdown](http://markdowntutorial.com/) here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to [take 5 minutes to learn how to write in markdown](http://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/headings/tables/etc.
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
title: Code Sample
|
title: Code Sample
|
||||||
subtitle: Using Pygments or Highlight.js
|
subtitle: Using Pygments or Highlight.js
|
||||||
date: 2016-03-08
|
date: 2016-03-08
|
||||||
|
tags: ["example", "code"]
|
||||||
---
|
---
|
||||||
|
|
||||||
The following are two code samples using syntax highlighting.
|
The following are two code samples using syntax highlighting.
|
||||||
|
Loading…
Reference in New Issue
Block a user