ylab-hi / ylab-hi.github.io

Official website for Yang Lab

Home Page:https://ylab-hi.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yang Lab

Our website is based on the open source templates forked from Dr. Stephan Sanders. Earlier version designed and shared by the labs of D. Allan Drummond and Trevor Bedford. We downloaded source codes from their repository and modified our contents based on shared templates. We greatly thank for Stephan, Allan and Trevor for allowing reuse of their codebase.

If you use conda, these will help you start build for your own

git clone https://github.com/**yourid**/ylab-hi.github.io
#conda create -n iobuild python=3.8 ruby=2.6.3
#conda activate iobuild
conda env create -f .condaenv.xml
conda activate iobuild
gem install bundle
bundle install
#local debug, would rebuild automatically everytime you changed a file
sh start.sh
#after confirmation of the changes you want
bundle exec jekyll build
git commit -am "update" && git push
sh deploy.sh
#Note it might take a few minutes for github.io to update, be patient

The website is deployed using GitHub Pages and the source code is available on GitHub. Please feel free to reuse this code (making sure to cite the Sanders lab, Bedford lab and Drummond lab as the original sources of the lab website template).

About

Official website for Yang Lab

https://ylab-hi.github.io


Languages

Language:SCSS 93.1%Language:HTML 2.7%Language:CSS 2.2%Language:Shell 1.0%Language:Python 0.6%Language:Ruby 0.2%Language:JavaScript 0.2%