Initial website design Change-Id: Icbf8c29902f349cb150f94eecda3e53c0573ae81
Static site for the Gerrit User Summit 2026 (November 9-10, Sunnyvale CA).
This is a standalone Jekyll site, served at gus26.gerritforge.com.
Ruby and Bundler are required. Install dependencies once from the repo root:
gem install bundler
bundle install
bundle exec jekyll build
Output is written to _site/.
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.