This repo contains my IT blog.
Is based in Jekyll & Jekyll Bootstrap
In order to use this repo you need to install the following dependencies:
- Ruby 2.1
- Jekyll 2.3.0
- RDiscount
In order to install the necessary gems just run:
gem install jekyll
gem install rdiscount
To start the server with auto-regeneration capacities:
jekyll serve --watch
-
Create a repo named username.github.io
-
Put the contents on this repo inside your local repo folder
-
Remove all posts
cd _posts/ && rm *
-
Add your templates and posts, then commit your changes
git push origin master
GitHub will automatically deploy your changes.
-
Enjoy!
2012-2014 © Contenido bajo licencia CC-BY-NC
Enjoy jekyll. Blog like a hacker.