]> git.quilime.com - notes.git/commitdiff
Updated ignores and new drafts folder
authorGabriel Dunne <gdunne@quilime.com>
Fri, 25 Apr 2014 01:07:08 +0000 (18:07 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 25 Apr 2014 01:07:08 +0000 (18:07 -0700)
.gitignore
_drafts/2014-04-23-welcome-to-jekyll.markdown [new file with mode: 0644]

index e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf..3a62a37c3ea33cef8cfcb33c3ca9287e79e52c47 100644 (file)
@@ -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 (file)
index 0000000..e0df977
--- /dev/null
@@ -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