This repository contains the Jekyll site for the Fast-Trips project.
- Ruby 3.2+ recommended
- Bundler (
gem install bundler)
-
Install dependencies:
bundle install
-
Run the site locally:
bundle exec jekyll serve -
Open:
bundle exec jekyll buildBuild output is written to _site/.
Deployment is handled by GitHub Actions in .github/workflows/jekyll.yml. Any push to main triggers a build and deploy to GitHub Pages.
- Posts:
/_posts - Layouts:
/_layouts - Includes:
/_includes - Data files:
/_data - Custom plugin:
/_plugins/hex_to_rgb.rb - Images:
/img - Documents:
/library
Loosely based on the Agency theme: http://startbootstrap.com/templates/agency/