No description
  • PostScript 95%
  • SCSS 2.5%
  • YAML 1.3%
  • HTML 0.7%
  • Ruby 0.4%
Find a file
2026-02-24 15:22:01 +01:00
.github Build(deps): bump actions/checkout from 5 to 6 (#2752) 2025-11-21 00:34:36 -05:00
.vscode style: run prettier 2022-09-09 17:07:59 -04:00
_blueprints chore: Finalize Statistical Ecosystem and SBI workshop dates (#2763) 2025-12-15 15:33:57 -07:00
_codas-hep-instructors Rct225 patch 1 (#2683) 2025-07-23 13:45:23 -04:00
_codas-hep-students Please find profile upload below. (#2682) 2025-07-23 10:19:38 -04:00
_data Add new pv-finder paper 2026-02-24 15:22:01 +01:00
_fellows Rct225 fix fellows (#2768) 2026-01-16 16:12:39 -05:00
_includes Updating blueprint page (#2728) 2025-09-29 19:17:58 -04:00
_layouts Updating blueprint page (#2728) 2025-09-29 19:17:58 -04:00
_plugins Fix SSL CRL verification error in INSPIRE API connections (#2770) 2026-01-28 14:16:28 -05:00
_posts Adding 2025 Ecosystem Workshop story (#2773) 2026-02-17 15:54:55 -05:00
_sass Rct225 patch 1 (#2481) 2025-02-18 10:35:32 -05:00
_scripts docs: webdev & Ruby 3.1+ required (3.4 used) (#1728) 2025-03-03 17:02:40 -05:00
assets Adding 2025 Ecosystem Workshop story (#2773) 2026-02-17 15:54:55 -05:00
pages Change active status of Santiago Ampudia to False (#2765) 2026-01-06 14:39:02 -05:00
.gitattributes docs: webdev & Ruby 3.1+ required (3.4 used) (#1728) 2025-03-03 17:02:40 -05:00
.gitignore feat: Add pixi environment (#2361) 2024-08-08 16:21:18 -05:00
.pre-commit-config.yaml chore(deps): update pre-commit hooks (#2764) 2026-01-28 14:16:38 -05:00
.rubocop.yml docs: webdev & Ruby 3.1+ required (3.4 used) (#1728) 2025-03-03 17:02:40 -05:00
404.md update email address to the real one 2018-10-07 13:37:08 +02:00
_config.yml Rct225 fellows refactor (#2455) 2025-01-21 14:44:29 -05:00
android-chrome-192x192.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
android-chrome-256x256.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
apple-touch-icon.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
browserconfig.xml Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
CNAME ci: move to direct pages deploy 2022-09-09 16:26:55 -04:00
favicon-16x16.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
favicon-32x32.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
favicon.ico Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
fellows_search Rct225 search fellows (#2495) 2025-03-03 13:39:30 -05:00
Gemfile docs: webdev & Ruby 3.1+ required (3.4 used) (#1728) 2025-03-03 17:02:40 -05:00
Gemfile.lock Build(deps-dev): bump nokogiri from 1.18.9 to 1.19.1 (#2774) 2026-02-19 23:59:33 -05:00
Maksym-Andriichuk.jpg Andriichuk (#2233) 2024-06-10 10:47:35 -04:00
mstile-150x150.png Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00
pixi.lock feat: Add pixi environment (#2361) 2024-08-08 16:21:18 -05:00
pixi.toml fix: Use bundler over bundle (#2500) 2025-03-01 10:54:54 -06:00
Rakefile chore: clean up old setup info 2022-09-09 16:55:19 -04:00
README.md docs: Add pixi to the 'quick instructions' in the README (#2366) 2024-08-12 00:51:09 -05:00
site.webmanifest Using realfavicongenerator.net to generate nice icons; added new larger icon image 2019-09-23 16:02:32 -04:00

CI

Is this badge red? Click on it to find out what's wrong with the repository...

iris-hep.org Website

GitHub pages for IRIS-HEP project website.

Even if you have edit permissions, please make a pull request. The advantage of making a pull request instead of directly editing is that changes made via pull request will be tested to ensure that all is ok with your changes...

Testing locally quick instructions (see setup for full instructions):

Existing Ruby install

gem install bundler
bundle install
bundle exec rake serve

pixi

Install pixi and then run

pixi run install
pixi run serve

Docker

Alternatively, you can test your changes out using the Jekyll docker image:

docker run --rm -it \
      --volume="$PWD:/srv/jekyll"  \
      -p 4000:4000 \
      jekyll/builder:stable jekyll serve --incremental

This will mount your checked out copy of this repo, then build and start the jekyll server mapping it to port 4000 on your computer. You can make changes locally and view them at http://localhost:4000