From 4c41a42d0089d1fe40e138864a62e8cf9b609c1f Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 6 Jul 2019 18:28:14 +0200 Subject: [PATCH 1/2] added bundle install to local Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e391ec1..351b83a 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,6 @@ Visit [http://localhost:4000](http://localhost:4000) ``` git clone git@github.com:Opensource-Academy/Opensource-Academy.github.io.git cd Opensource-Academy.github.io +bundle install bundle exec jekyll serve ``` From 2eae34916208e2c18e8604662ac462c4050aec0a Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 6 Jul 2019 18:29:42 +0200 Subject: [PATCH 2/2] Information about open-source.academy --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 351b83a..7cec78b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # opensource-academy.github.io -## Description +Make sure people understand the importance open-source and the many possibilities it offers. By getting more people into-open source we hope to advance technology and humanity faster. + +Because our study materials are open-source, anyone is invited to become part of the open-source community and contribute to the project. Build with [Jekyll](https://jekyllrb.com/). -## Jekyll test environment +## Jekyll new environment Follow the [guide](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) to set up a local development environment for Jekyll. @@ -18,7 +20,7 @@ bundle exec jekyll serve Visit [http://localhost:4000](http://localhost:4000) -## Local testing +## Local Development ``` git clone git@github.com:Opensource-Academy/Opensource-Academy.github.io.git