From 1875608804de0dccb6dced1b51f9efa8fb5d93d4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:11:34 +0200 Subject: jekyll --- _posts/2011-12-31-about.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _posts/2011-12-31-about.md (limited to '_posts') diff --git a/_posts/2011-12-31-about.md b/_posts/2011-12-31-about.md new file mode 100644 index 0000000..b8ddc9f --- /dev/null +++ b/_posts/2011-12-31-about.md @@ -0,0 +1,34 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2015-11-17 16:16:01 -0600 +categories: +--- + +Here is my page and it's awesome. + +`​``javascript +console.log('asasdasd'); +`​`` + +```ruby +def show + @widget = Widget(params[:id]) + respond_to do |format| + format.html # show.html.erb + format.json { render json: @widget } + end +end +``` + +--- + +{% highlight ruby %} +def show + @widget = Widget(params[:id]) + respond_to do |format| + format.html # show.html.erb + format.json { render json: @widget } + end +end +{% endhighlight %} -- cgit v1.2.3