17mahera / frc1418.github.io

Website of FIRST Team 1418. Jekyll site built from frc1418:master live at http://1418.team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team 1418 Website

This repository contains the content that is served on 1418.team.

This website uses the Jekyll templating system and is hosted as a GitHub page out of this repository.

Dependencies

  • Ruby

  • bundler and jekyll:

      gem install bundler jekyll
    

    or locally:

      gem install bundler jekyll --user
    

Setup

  1. While in cloned folder, run:

     bundle install
    
  2. Then, to start Jekyll, run:

     bundle exec jekyll serve
    
  3. Navigate to localhost:4000 to view the output of the site.

Authors

License

This software is protected under the MIT license. Basically, do whatever you want as long as you give credit where credit is due and don't hold us liable for anything that happens. More information can be found in LICENSE.

About

Website of FIRST Team 1418. Jekyll site built from frc1418:master live at http://1418.team

License:MIT License


Languages

Language:HTML 71.4%Language:CSS 20.4%Language:Ruby 4.3%Language:JavaScript 3.9%