Sha256: b72c81dbd9f08dfca7a0b75eb69b15ce83e9c6813062e74d983eba777eb9999d

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

---
layout: post
title:  "Welcome to Monad!"
date:   <%= Time.now.strftime('%Y-%m-%d %H:%M:%S') %>
categories: monad update
---

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.

Monad 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 [Monad docs][monad] for more info on how to get the most out of Monad. File all bugs/feature requests at [Monad's GitHub repo][monad-gh].

[monad-gh]: https://github.com/mojombo/monad
[monad]:    http://monadrb.com

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
monad-0.0.2 lib/site_template/_posts/0000-00-00-welcome-to-monad.markdown.erb
monad-0.0.1 lib/site_template/_posts/0000-00-00-welcome-to-monad.markdown.erb