jekyll-tutorial

jekyll-tutorial

Implementation of Jekyll's step-by-step tutorial.

Jekyll's Step-by-Step Tutorial Implementation.

Official tutorial

You can find it here.

Run on a local server

  1. Install Jekyll as described here.
  2. Clone the repository.
    $ git clone [email protected]:DiegoVilela/jekyll-tutorial.git
    
  3. Change into the new directory.
    $ cd jekyll-tutorial
    
  4. Build the site and make it available on a local server.
    $ bundle exec jekyll serve
    
  5. Browse to http://127.0.0.1:4000