Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 615 Bytes

File metadata and controls

27 lines (19 loc) · 615 Bytes

opensource-academy.github.io

Description

Build with Jekyll.

Jekyll test environment

Follow the guide to set up a local development environment for Jekyll.

In short:

gem install bundler jekyll
jekyll new my-awesome-site
cd my-awesome-site
bundle exec jekyll serve

Visit http://localhost:4000

Local testing

git clone git@github.com:Opensource-Academy/Opensource-Academy.github.io.git
cd Opensource-Academy.github.io
bundle exec jekyll serve