Skip to content

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
49 lines (32 loc) · 1.06 KB

THIS REPO IS DEPRECATED, FOR THE CURRENT ONE GO TO THE NEW ONE:

felipecabargas.github.io

felipecabargas.github.com

This repo contains my IT blog.

Is based in Jekyll & Jekyll Bootstrap

Development notes

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

Deployment notes

  1. Create a repo named username.github.io

  2. Put the contents on this repo inside your local repo folder

  3. Remove all posts

     cd _posts/ && rm *
    
  4. Add your templates and posts, then commit your changes

     git push origin master
    

    GitHub will automatically deploy your changes.

  5. Enjoy!

About

2012-2014 © Contenido bajo licencia CC-BY-NC

Enjoy jekyll. Blog like a hacker.