This repo houses the contents of http://hue.nd.edu. It is a jekyll site hosted with Github pages.
To make changes on your computer you will need a version of the Ruby program language.
The version of Ruby you use should match the one specified on by GitHub pages.
At the time of this update, that version is 2.7.4 (see the .ruby-version
file).
There are several different installers to help you with this.
Like most Ruby projects, dependencies are managed with Bundler.
Once your version of Ruby is installed and you have cloned this git repository to your workspace run bundle
or bundle install
in this directory.
(If Bundler is not installed you can install it with gem install bundler
.)
After all the dependnecies are installed, you can get the Jekyll project running with:
bundle exec jekyll serve
That will make the site available at http://localhost:4000 and will reload the site as you make changes to the files.
This site is built using GitHub Flavored Markdown for most of the page content and Sass to define the sytles.