From 26f12734f8eb4d82b8eff8db2c64d5ef0ccb130e Mon Sep 17 00:00:00 2001 From: Tetsuro Date: Tue, 27 Jan 2015 15:30:23 -0500 Subject: [PATCH] adding readme --- README.md | 8 +++++++ _posts/2015-01-26-test-post.markdown | 34 ++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 README.md create mode 100644 _posts/2015-01-26-test-post.markdown diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0442bf --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# New Liquid Docs + +To run, follow these steps: + +1. Download ZIP or clone in GitHub +2. Navigate to `liquid` folder +3. Run `jekyll watch` +4. Open `http://127.0.0.1:4000` in your browser diff --git a/_posts/2015-01-26-test-post.markdown b/_posts/2015-01-26-test-post.markdown new file mode 100644 index 0000000..2a4d36b --- /dev/null +++ b/_posts/2015-01-26-test-post.markdown @@ -0,0 +1,34 @@ +--- +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