Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 825 Bytes

Hack the site

Thank you for contributing! Just follow these simple steps

Clone the repo

$ git clone https://github.com/lambdaspace/githubpages-boilerplate.git

To install the dependencies. First you need change your directory to mozilla-campus-clubs

$ cd githubpages-boilerplate

$ bundle install

Build the site using the following developer config

$ bundle exec jekyll build --config ./_config-dev.yml

This builds the website under the _site folder. The simplest way to browse it is to use python's http server. For that. you can follow the following steps

bundle exec jekyll serve

You will be able to access the site at http://127.0.0.1:8000/

If you want to contribute, Just Clone this repo, create an issue first and then a pull request to submit changes.