Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Chase Miller edited this page Dec 8, 2015 · 2 revisions

How to Update Website

Getting Started

  1. Clone Repo git clone https://github.com/marthlab/LabWebsite.git
  2. Install Jekyll gem install jekyll
  3. Run Server jekyll serve
  4. Got to website Paste http://localhost:4000/LabWebsite/ into the browser

How To Add Software

  1. Go to _tools directory
  2. Copy any of the files (e.g. freebayes.md) and rename it to the new tool name
  3. Update each of the fields in the header (e.g. toolname, homepage url, github url)
  4. Add a description after the header e.g in freebayes replace "A Bayesian genetic variant detector designed to find small polymorphisms" with the description of the new software

How To Add Publications

Same as software see above

How To Add People

Same as software see above

Clone this wiki locally