Skip to content

BNLIF/neutrino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the repo for the BNL Neutrino homepage. Anyone in the BNLIF organization can edit the repo. To become a member, contact any existing owners.

Edit the pages

The repo uses GitHub Pages to automatically publish the website after each commit. Currently, the following pages that can be edited:

The pages use the Markdown syntax to avoid writing html directly. You can edit the files directly in the web browser (click the pencil icon that says "Edit this file" on individual file's page). After each commit, GitHub Pages will rebuild the website and the new content will be available within a minute or two.

Preview the website locally

The cautious ones may want to preview the website before committing the changes. This involves a few more steps to set up the development environment locally.

  1. Clone the repo to your local directory
  2. Install Ruby if it's not already installed.
  3. Install bundler
  4. Install Jenkyll
  5. Run bundle install under the local repo's directory.
  6. Run bundle exec jekyll serve and go to http://localhost:4000/edg/ to preview the website.
  7. Make some changes, preview the website, and commit the changes if everything looks as desired.