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