Skip to content

Institute for Research and Innovation in Software for High Energy Physics

Notifications You must be signed in to change notification settings

djw8605/iris-hep.github.io

This branch is 7 commits ahead of, 11 commits behind iris-hep/iris-hep.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6705ec · Mar 4, 2025
Mar 3, 2025
Sep 9, 2022
Jan 27, 2025
Feb 7, 2025
Jul 29, 2024
Mar 4, 2025
Mar 3, 2025
Mar 3, 2025
Feb 20, 2025
Mar 3, 2025
Feb 27, 2025
Feb 18, 2025
Mar 3, 2025
Mar 3, 2025
Mar 4, 2025
Mar 3, 2025
Aug 8, 2024
Mar 3, 2025
Mar 3, 2025
Oct 7, 2018
Sep 9, 2022
Mar 3, 2025
Mar 3, 2025
Jun 10, 2024
Aug 12, 2024
Sep 9, 2022
Jan 21, 2025
Sep 23, 2019
Sep 23, 2019
Sep 23, 2019
Sep 23, 2019
Sep 23, 2019
Sep 23, 2019
Sep 23, 2019
Mar 3, 2025
Sep 23, 2019
Aug 8, 2024
Mar 1, 2025
Sep 23, 2019

Repository files navigation

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

About

Institute for Research and Innovation in Software for High Energy Physics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 69.7%
  • HTML 17.9%
  • Ruby 11.0%
  • Python 1.4%