Jenkinsfile to deploy to gus26.gerritforge.com

Change-Id: I6319933aad2c607f3619bce436671aedcaf9ac73
1 file changed
tree: 65c97f8b5df913b41308279de55d1e242583f391
  1. _includes/
  2. _layouts/
  3. assets/
  4. .gitignore
  5. _config.yml
  6. _config_local.yml
  7. Gemfile
  8. Gemfile.lock
  9. index.md
  10. Jenkinsfile
  11. location.md
  12. overview.md
  13. README.md
  14. register.md
  15. schedule.md
  16. speakers.md
README.md

Gerrit User Summit 2026 — Site

Static site for the Gerrit User Summit 2026 (November 9-10, Sunnyvale CA).

This is a standalone Jekyll site, served at gus26.gerritforge.com.

Prerequisites

Ruby and Bundler are required. Install dependencies once from the repo root:

gem install bundler
bundle install

Build

bundle exec jekyll build

Output is written to _site/.

Local preview

Build with relative paths so you can open the HTML files directly:

bundle exec jekyll build --config _config.yml,_config_local.yml

Then open _site/index.html directly in a browser.