Skip to content

Commit 84f9924

Browse files
committed
Add sample posts
1 parent a9b1b1c commit 84f9924

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

_posts/2018-10-20-hello-world.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: Hello World
4+
snippet: This is a post snippet. It is a post description that will be displayed on the home page
5+
---
6+
7+
This is the post body. It is written in markdown
8+
9+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: Learn Markdown
4+
snippet: Markdown is beautiful. And is used in writing blog posts. This posts helps you to learn markdown
5+
---
6+
7+
8+
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.

0 commit comments

Comments
 (0)