marksie1988 / jekyll-theme-fresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Your Site Locally

  1. Install a full Ruby development environment

  2. Install Jekyll and Bundler

     gem install jekyll bundler
    
  3. Install dependencies from Gemfile:

     bundle install
    
  4. Build the site and make it available on a local server

     bundle exec jekyll serve
    
  5. Browse to http://localhost:4000

About


Languages

Language:SCSS 56.6%Language:HTML 27.8%Language:Ruby 9.8%Language:JavaScript 5.7%