Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 424 Bytes

Hub Hero

The https://hubhero.net homepage.

Run jekyll locally

You can test your changes locally using jekyll:

# first time after checking out the repo
rvm install ruby-2.4.2
gem install bundler
bundle install
# generate and serve pages locally
bundle exec jekyll build --safe
bundle exec jekyll serve