Skip to content

BayAreaMetro/fast-trips-project

Repository files navigation

Fast-Trips Project Website

This repository contains the Jekyll site for the Fast-Trips project.

Site URL

Prerequisites

  • Ruby 3.2+ recommended
  • Bundler (gem install bundler)

Local development

  1. Install dependencies:

    bundle install
  2. Run the site locally:

    bundle exec jekyll serve
  3. Open:

Build for production

bundle exec jekyll build

Build output is written to _site/.

Deployment

Deployment is handled by GitHub Actions in .github/workflows/jekyll.yml. Any push to main triggers a build and deploy to GitHub Pages.

Repository organization

  • Posts: /_posts
  • Layouts: /_layouts
  • Includes: /_includes
  • Data files: /_data
  • Custom plugin: /_plugins/hex_to_rgb.rb
  • Images: /img
  • Documents: /library

Credits

Loosely based on the Agency theme: http://startbootstrap.com/templates/agency/

About

SHRP2-sponsored dynamic transit assignment practical research project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors