Skip to content

Institute for Research and Innovation in Software for High Energy Physics

Notifications You must be signed in to change notification settings

tutrie/iris-hep.github.io-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions badge

Is this badge red? Click on it to find whats wrong with the repository...

iris-hep.org Website Source

GitHub pages for IRIS-HEP project website.

Do not make a PR to the output repository directly! Instead, make pull requests to the iris-hep.github.io-source repository. 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):

gem install bundler
bundle install
bundle exec rake serve

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 73.6%
  • HTML 15.0%
  • Ruby 10.0%
  • Python 1.4%