From: Gabriel Dunne Date: Fri, 25 Apr 2014 01:07:08 +0000 (-0700) Subject: Updated ignores and new drafts folder X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=d3a829ba13a7ea0dd3fe72010ae4f2839df8a8d4;p=notes.git Updated ignores and new drafts folder --- diff --git a/.gitignore b/.gitignore index e43b0f9..3a62a37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +_site diff --git a/_drafts/2014-04-23-welcome-to-jekyll.markdown b/_drafts/2014-04-23-welcome-to-jekyll.markdown new file mode 100644 index 0000000..e0df977 --- /dev/null +++ b/_drafts/2014-04-23-welcome-to-jekyll.markdown @@ -0,0 +1,24 @@ +--- +layout: post +title: "First Post" +date: 2014-04-23 21:54:59 +categories: projects +--- + +You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` 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. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. + +[jekyll-gh]: https://github.com/mojombo/jekyll +[jekyll]: http://jekyllrb.com