/theme-jamesyu

Theme version of James Yu's Jekyll template

theme-jamesyu

Jekyll-Bootstrap theme version of James Yu's jekyll template.

Example: jamesyu.org.

A nice feature of the theme is the about page, which can be used to list your projects.

Quick Setup

  • Install Jekyll:

    $ gem install jekyll

  • Get Jekyll-Bootstrap:

    $ git clone https://github.com/plusjade/jekyll-bootstrap.git 
    $ cd jekyll-bootstrap
    
  • Install the theme:

    $ rake theme:install git="git://github.com/bilal/theme-jamesyu.git"
    
  • Copy about.html from theme:

    $ cp _includes/themes/jamesyu/about.html .
    
  • Start Jekyll locally:

    jekyll --server
    

    Check it out at http://localhost:4000