Skip to content

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

License

Notifications You must be signed in to change notification settings

1ceit/frc1418.github.io

This branch is 5 commits ahead of, 18 commits behind frc1418/frc1418.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6dc1072 · Jan 25, 2024
Jul 5, 2020
Jan 20, 2024
Jan 18, 2018
Jan 20, 2024
Jan 20, 2024
Jan 24, 2024
Jan 25, 2024
Jan 20, 2024
Jul 1, 2020
Jan 4, 2019
Mar 19, 2019
Jan 17, 2023
Jan 20, 2024
Sep 6, 2016
Jan 20, 2024
Jan 28, 2023
Jul 5, 2020
Mar 28, 2019
Jan 24, 2024
Oct 17, 2016

Repository files navigation

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 --livereload
    
  3. Navigate to localhost:4000 to view the output of the site.

Pushing

After implementing all the changes necessary, you will need to push this to your github fork.

  1. To add your repository fork, run:

    git remote add origin http://yourGithubURL
    
  2. To stage your updated code, run:

    git add .
    

    or to stage a specific file:

    git add foldername/filename.js
    
  3. To Commit your push, run:

    git commit -m "WHAT EVER YOU DID"
    
  4. Finally to push to your forked repository, run

    git push
    
  5. Go to your GitHub fork, it should say 1 commit ahead of...

Troubleshooting

When running steps in Setup, there may be an error while installing certain gems. If this is the case, run the following command to update the Gemfile.lock, which should fix the problem.

   bundle update

Then retry the steps in Setup.

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 at https://1418.team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.2%
  • Sass 14.9%
  • JavaScript 10.0%
  • Ruby 0.9%