Files for the Bioschemas website.
The website is deployed using Jekyll.
See installation instructions for full details of installing Jekyll. Below are a quick set of commands that should hopefully get you going:
- Install Jekyll and Dependencies:
gem install jekyll bundler jekyll-redirect-from
andgem install jekyll-sitemap
- Clone the repository:
git clone https://github.com/Bioschemas/bioschemas.github.io.git
- Run the website:
jekyll serve
git subtree pull --prefix=_bsc_specs/ --squash subtree_specs master -m "[commit message]"
git push origin master
- Reference to specifications repository using as local alias subtree_specs
git remote add subtree_specs https://github.com/Bioschemas/specifications.git
- Subtree creation, the subtree is stored in the dir _bsc_specs, represented in the subtree command by the prefix value.
subtree add --prefix=_bsc_specs/ subtree_specs master
git push origin master