aboutsummaryrefslogtreecommitdiff
path: root/_posts/2011-12-31-about.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:11:34 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:11:34 +0200
commit1875608804de0dccb6dced1b51f9efa8fb5d93d4 (patch)
tree5f9b591120ab88e7f8aa087b88ffcf23e3a0e87d /_posts/2011-12-31-about.md
parentaf66ba2d471ea4780911ec24dda82cf40214f33b (diff)
downloadmitjafelicijan.com-1875608804de0dccb6dced1b51f9efa8fb5d93d4.tar.gz
jekyll
Diffstat (limited to '_posts/2011-12-31-about.md')
-rw-r--r--_posts/2011-12-31-about.md34
1 files changed, 34 insertions, 0 deletions
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 @@
1---
2layout: post
3title: "Welcome to Jekyll!"
4date: 2015-11-17 16:16:01 -0600
5categories:
6---
7
8Here is my page and it's awesome.
9
10`​``javascript
11console.log('asasdasd');
12`​``
13
14```ruby
15def show
16 @widget = Widget(params[:id])
17 respond_to do |format|
18 format.html # show.html.erb
19 format.json { render json: @widget }
20 end
21end
22```
23
24---
25
26{% highlight ruby %}
27def show
28 @widget = Widget(params[:id])
29 respond_to do |format|
30 format.html # show.html.erb
31 format.json { render json: @widget }
32 end
33end
34{% endhighlight %}