Skip to content

Commit 6369779

Browse files
authored
Update draft-blog-readme.md
1 parent a54a225 commit 6369779

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_drafts/draft-blog-readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2-
layout: col-sidebar
3-
title: "Welcome to Jekyll!"
2+
43
date: 2019-06-12 19:50:36 -0400
54
categories: jekyll update
5+
author: Harold Blankenship
6+
author_image: /assets/images/people/staff_harold.jpg
7+
layout: blogpost
8+
title: "Welcome to Jekyll!"
9+
excerpt_separator: <!--more-->
10+
611
---
712

813
# DRAFT BLOG POSTS GO IN THIS DIRECTORY
@@ -12,6 +17,8 @@ You’ll find this post in your `_posts` directory. Go ahead and edit it and re-
1217

1318
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
1419

20+
You will also need to copy and paste the 'front matter' (the lines between --- and --- above) into the top of your post, changing the items author, author_image, categories, and title.
21+
1522
Jekyll also offers powerful support for code snippets:
1623

1724
{% highlight ruby %}

0 commit comments

Comments
 (0)