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 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. 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 @@
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. 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 }}