natea / dataschool

A free community driven school for data hosted at dataschool.com

Home Page:https://dataschool.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataSchool.com

This is the site powering dataschool.com. Please contribute!

Installing Jekyll

This site is built with Jekyll, a simple static site server. To install Jekyll simply use:

  1. Clone this repository: git clone git@github.com:chartio/dataschool.git
  2. Install homebrew with ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Install jekyll and bundler with sudo gem install bundler jekyll. Note you'll be prompeted to enter your computer's password to install.

Building Jekyll

This site is built using Jekyll. You don't need to know or even run jekyll to contribute - you can just edit and commit the markdown files, but if you want to run a local copy it's fairly simple:

cd dataschool/dataschool
bundle install --path vendor/bundle
bundle exec jekyll serve --watch

It will then be available at http://localhost:4000

Note - do use port 4000 and "localhost" vs 127.0.0.1 otherwise SQLBox will not work for you on your localhost.

Organization

There are 3 main objects (jekyll calls them collections) in DataSchool:

  • People (_people)
  • Books (_books)
  • Chapters (_chapters)

The content for all of the books is in _chapters folder, organized by book.

About

A free community driven school for data hosted at dataschool.com

https://dataschool.com


Languages

Language:JavaScript 61.9%Language:SCSS 30.8%Language:HTML 4.8%Language:CSS 2.3%Language:Ruby 0.2%Language:Shell 0.1%