guru-sp / guru-sp-static-site

Site atual do Guru-SP usando Jekyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guru SP Site

Setup

First of all you need to have Ruby installed (we recommended the latest version). In the Jekyll site you can find instructions to install Ruby in your machine.

With Ruby installed follow these steps to run Guru SP in your machine:

  • gem install jekyll bundler
  • bundle install
  • bundle exec jekyll serve

Now the Guru SP must be running at http://127.0.0.1:4000/. When you need to run the local server again just run bundle exec jekyll serve

Contributing

You can contribute submitting pull requests.

About

Site atual do Guru-SP usando Jekyll

License:MIT License


Languages

Language:HTML 89.4%Language:SCSS 6.0%Language:Ruby 4.6%