Skip to content

eegk/eegk.github.io

 
 

Repository files navigation

eegk.github.io

====================

This website was built using the Zunder Lab website as a template. Eli Zunder's website is open-source and available on Github

Technologies this website uses:

Jekyll  
Github Pages  
Twitter Bootstrap 3.2  

Before pushing changes, please check that they will work on your system first with the plugins included in the Gemfile using the bundler tool (results served at 0.0.0.0:4000):

sudo gem install bundler
bundle install
bundle exec jekyll serve

To push changes, navigate to the root directory of zunderlab.github.io and execute the following commands:

git add --all .
git commit -m "version-specific note"
git push origin master

Packages

No packages published

Languages

  • HTML 50.5%
  • CSS 49.2%
  • Ruby 0.3%