mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
---
|
||
layout: post
|
||
title: "Test Post"
|
||
date: 2015-01-26 17:50:59
|
||
categories: liquid docs yo
|
||
---
|
||
|
||
# Heading 1
|
||
|
||
## Heading 2
|
||
|
||
### Heading 3
|
||
|
||
#### Heading 4
|
||
|
||
This is a dummy paragraph... find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||
|
||
> Blockquote
|
||
|
||
Code snippet:
|
||
|
||
{% 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]. If you have questions, you can ask them on [Jekyll’s dedicated Help repository][jekyll-help].
|
||
|
||
[jekyll]: http://jekyllrb.com
|
||
[jekyll-gh]: https://github.com/jekyll/jekyll
|
||
[jekyll-help]: https://github.com/jekyll/jekyll-help
|