Skip to content

BirdMachine/biohack-me.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biohack-me.github.io

This is the homepage of biohack.me, which directs users to the different components of the site.

It uses the Jekyll static site builder, and is hosted on GitHub pages. Commits to the master branch of this repository will be immediately visible on biohack.me.

Development

To run this site on your own computer, you will need a recent version of the Ruby programming language.

After cloning this repository, run:

gem install bundler  # only required if bundler isn't already installed
bundle install
jekyll server

The development site should now be available at http://localhost:4000.

Contributing

  1. Fork this repository
  2. Clone your forked repository
  3. Commit your changes
  4. Open a Pull Request

If you are proposing a large or controversial change, please post a thread on the Biohack.me Forum to solicit general feedback from the community and post a link to that discussion in the Pull Request.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 43.0%
  • CSS 33.3%
  • HTML 23.7%