From b07ee77dba3d0fdabcfc04f29fb0c235fef78c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 28 Feb 2014 14:46:17 +0100 Subject: [PATCH 1/3] Update 2013-08-17-creating-my-web.markdown --- _posts/2013-08-17-creating-my-web.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-08-17-creating-my-web.markdown b/_posts/2013-08-17-creating-my-web.markdown index 3dc7581..6c76fae 100644 --- a/_posts/2013-08-17-creating-my-web.markdown +++ b/_posts/2013-08-17-creating-my-web.markdown @@ -13,7 +13,7 @@ I hadn't played with HTML and CSS for a while now, so I also wanted to use this I think the code speaks for itself, so you can check out [my repository on Github](http://github.com/balkian/balkian.github.com). You can clone and deploy it easily like this: -{% highlight bash %} +{% highlight bash linenos %} git clone https://github.com/balkian/balkian.github.com cd balkian.github.com jekyll serve -w From 1aa1b1fbbc5b8954e424ad3faa6720c64873dcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 28 Feb 2014 14:47:19 +0100 Subject: [PATCH 2/3] Update 2013-08-17-creating-my-web.markdown --- _posts/2013-08-17-creating-my-web.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-08-17-creating-my-web.markdown b/_posts/2013-08-17-creating-my-web.markdown index 6c76fae..71fb886 100644 --- a/_posts/2013-08-17-creating-my-web.markdown +++ b/_posts/2013-08-17-creating-my-web.markdown @@ -13,7 +13,7 @@ I hadn't played with HTML and CSS for a while now, so I also wanted to use this I think the code speaks for itself, so you can check out [my repository on Github](http://github.com/balkian/balkian.github.com). You can clone and deploy it easily like this: -{% highlight bash linenos %} +{% highlight bash linenos=table %} git clone https://github.com/balkian/balkian.github.com cd balkian.github.com jekyll serve -w From efb2fd44ac11dd0092c75b794cb7423f3d43792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 28 Feb 2014 14:48:54 +0100 Subject: [PATCH 3/3] Update 2013-08-17-creating-my-web.markdown --- _posts/2013-08-17-creating-my-web.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-08-17-creating-my-web.markdown b/_posts/2013-08-17-creating-my-web.markdown index 71fb886..3dc7581 100644 --- a/_posts/2013-08-17-creating-my-web.markdown +++ b/_posts/2013-08-17-creating-my-web.markdown @@ -13,7 +13,7 @@ I hadn't played with HTML and CSS for a while now, so I also wanted to use this I think the code speaks for itself, so you can check out [my repository on Github](http://github.com/balkian/balkian.github.com). You can clone and deploy it easily like this: -{% highlight bash linenos=table %} +{% highlight bash %} git clone https://github.com/balkian/balkian.github.com cd balkian.github.com jekyll serve -w