A student-run organization at Binghamton University created to foster a community of individuals who solve problems through the innovative use of technology.
In addition to cloning the HackBU repository, you'll need a few things to run HackBU locally:
-
Ruby - Jekyll requires Ruby. If you're on a Mac, you most likely have Ruby. You can confirm this by running
ruby --version
in the command line. Follow these instructions to install Ruby if needed. -
Bundler - Bundler is a package manager that makes versioning Ruby software like Jekyll a lot easier and is highly recommended if you're going to be building GitHub Pages sites locally. If you don't already have Bundler installed, you can install it by running the command
gem install bundler
. -
Jekyll - Run the command
bundle install
in the project directory to download and install Jekyll. (Try usingsudo bundle install
if you run into problems.)
You can start the Jekyll server with bundle exec jekyll serve --watch
. See the Jekyll documentation for more information.
Making a change to the website? Fork the repository (if you're not HackBU staff) and submit a pull request through GitHub!
A HackBU staff member will review the pull request, leave comments, and decide whether or not to merge.
Producing thumbnails for the photo galleries:
$ magick mogrify -resize 300x300^ -gravity Center -extent 300x300 -path $PATH_TO_THUMB_DIR *.jpg
The contents of this repository are released under the MIT License.
Contact [email protected] with questions.