Source for the Aharoni Lab website, built with Jekyll and the Minimal Mistakes theme, deployed to GitHub Pages on every push to master.
| What | Where |
|---|---|
| Lab members | _data/people.yml (entries) and People/index.md (which entries appear in which section). Photos go in People/; keep them under ~700 px. |
| Publications | _data/publications.yml — add an entry at the top of its type group. |
| News | _data/news.yml — newest first. Shows on the home page (latest 5) and /News/. |
| Research, Join, Philosophy | Markdown pages in Research/, Join/, Philosophy/. |
| Papers citing our tools (Impact) | Pulled nightly from the lab Zotero group by .github/workflows/update_citing_papers.yaml, which opens a PR — merge it to publish. |
| Navigation | _data/navigation.yml |
| Site-wide settings | _config.yml |
bundle install
bundle exec jekyll serveRequires Ruby (see .ruby-version). Pull requests trigger a build-only check in GitHub Actions.