Update welcome post to clarify front matter usage

This commit is contained in:
kleinfreund 2014-08-03 23:06:14 +02:00
parent 74974979ba
commit b24b870ec6
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ title: "Welcome to Jekyll!"
date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S') %> date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S') %>
categories: jekyll update categories: jekyll update
--- ---
Youll 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. Youll 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: Jekyll also offers powerful support for code snippets: