This project is now structured as a standard, content-first Jekyll site.
_layouts/default.html: shared page shell_includes/: reusable header/footer/head components_data/*.yml: reusable content/config data*.md: editable page content (main text)assets/css/site.css: all styling
Edit the main page text directly in:
index.mdabout.mdspeakers.mdabstracts.mdvenue.mdregistration.mdtraining.md
Reusable lists are in:
_data/speakers.yml_data/institutions.yml_data/site.yml
Uses rbenv Ruby 3.2.4 (.ruby-version).
bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serveThis site supports Google Analytics 4 via a configurable tag in _includes/head.html.
To enable it:
- Create a GA4 property and a web data stream in Google Analytics.
- Copy the Google tag / measurement ID (typically starts with
G-). - Set
google_analytics_idin_config.yml. - Rebuild and deploy the site.
If google_analytics_id is blank, the analytics script is not included.