Update welcome post to clarify front matter usage
This commit is contained in:
parent
74974979ba
commit
b24b870ec6
|
@ -4,7 +4,9 @@ title: "Welcome to Jekyll!"
|
|||
date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S') %>
|
||||
categories: jekyll update
|
||||
---
|
||||
You’ll find this post in your `_posts` directory – edit it and re-build (or run with the `--watch` switch) to see your changes. To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext.
|
||||
You’ll find this post in your `_posts` directory – edit it and re-build (or run with the `--watch` switch) to see your changes.
|
||||
|
||||
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.
|
||||
|
||||
Jekyll also offers powerful support for code snippets:
|
||||
|
||||
|
|
Loading…
Reference in New Issue