From 6d15dbfc68ad639ec1e07ae59b8440ce750e0022 Mon Sep 17 00:00:00 2001 From: vinit Kumar Date: Mon, 30 Jun 2014 21:16:27 +0530 Subject: [PATCH 1/5] add correct url --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 8156e02d..9f786395 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ name: gCode Theme markdown: redcarpet pygments: true +url: http://vinitkumar.me/gcode paginate: 8 description: Jekyll theme for Programmers intro: gCode is a Jekyll theme most suited to be used on tech blogs that like their content to shine. From ff913e537a90824ff49952119da41bbbecece876 Mon Sep 17 00:00:00 2001 From: vinit Kumar Date: Mon, 30 Jun 2014 21:18:35 +0530 Subject: [PATCH 2/5] fix typo --- _posts/2014-05-01-the-pragmatic-programmer-checklist.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-05-01-the-pragmatic-programmer-checklist.markdown b/_posts/2014-05-01-the-pragmatic-programmer-checklist.markdown index 8e359589..f9f065a4 100644 --- a/_posts/2014-05-01-the-pragmatic-programmer-checklist.markdown +++ b/_posts/2014-05-01-the-pragmatic-programmer-checklist.markdown @@ -6,7 +6,7 @@ comments: true categories: --- -Last year, I read a great book on Programming and development (The Prgramatic Programmer). +Last year, I read a great book on Programming and development (The Pragmatic Programmer). Here is a gist of checklist you must do in case you are developer. These are very good and for sure will help you evolve as a better developer. From 9fccf3df06a026ed2da2c32aaaa7ffacb0750087 Mon Sep 17 00:00:00 2001 From: vinit Kumar Date: Mon, 30 Jun 2014 21:22:16 +0530 Subject: [PATCH 3/5] trying and fix URL --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 71c3bdd7..8777de50 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@
{% for post in paginator.posts %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.excerpt }}

From 45569837576f0d8146a79a5efdfd29dc9b437be1 Mon Sep 17 00:00:00 2001 From: vinit Kumar Date: Mon, 30 Jun 2014 21:24:59 +0530 Subject: [PATCH 4/5] add gcode link --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index d034a82b..a9bfd443 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,7 @@
From a96ed07483ebc597032a939e50e7534cb63651be Mon Sep 17 00:00:00 2001 From: vinit Kumar Date: Mon, 30 Jun 2014 21:40:27 +0530 Subject: [PATCH 5/5] add gcode documentation --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00aceddf..a288133d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ gcode ===== -Jekyll theme used in my blog (http://gotchacode.com) +gCode is a jekyll theme for tech blogs. It is clean and simple with good semantic +structure. + +![gcode image](https://i.cloudup.com/haO7k4fzYk.gif) + +## Usage: + +- Install Jekyll from here(http://jekyllrb.com/) +- Fork the project. +- Change the fields in _config.yml +- Change the links in header.html.s + +Test the website live while editing the code: + +```sh +jekyll server --watch +``` + +## Issues: + +Report issues or feature request [here](https://github.com/vinitkumar/gcode/issues). \ No newline at end of file