jekyll-template

jekyll-template

A starting template for Jekyll projects

Jeykll Template

Jekyll is a tool for generating static webpages hostable on GitHub Pages. This is a template repository to begin creating custom Jekyll templates.

To Run Locally:

  1. Install the Ruby development environment
  2. Install Jekyll and bundler gems
    gem install jekyll bundler
  3. Build the site and host it on the local server
    bundle exec jekyll serve
  4. The site will be hosted on http://localhost:4000