- Click on the file you want to change in github
- Click the edit icon
- Make desired changes
- Make a commit with a commit message to save the changes
- Clone Repo
git clone https://github.com/marthlab/LabWebsite.git
- Checkout gh-pages branch
git checkout gh-pages
- Install Jekyll
gem install jekyll
- Run Server
jekyll serve
- Got to website
Paste
http://localhost:4000/LabWebsite/
into the browser
- Go to
_tools
directory - Copy any of the files (e.g. freebayes.md) and rename it to the new tool name
- Update each of the fields in the header (e.g.
toolname
,homepage
url,github
url) - 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
Same as software (see above) except go to _publications
directory
Same as software (see above) except go to _members
directory