-
Couldn't load subscription status.
- Fork 2
Home
Louis Maddox edited this page Nov 28, 2015
·
2 revisions
Welcome to the UoMBioinfoSoc.github.io wiki!
To edit files, please fork to your own repo, make changes (you might want to git clone to your local machine and edit there rather than on GitHub), then make a pull request. Admins can "merge" PRs into the master branch in the original repo.
Usage guide:
-
index.HTML contains Ruby commands interpreted by the packages specified in the Gemfile ... (?) and Jekyll gets these executed to produce HTML (the results can be seen in
_site/index.html- the_sitedirectory is listed in the.gitignorethus never deposited in this repo) - CSS is generated in
_site/cssfrom SASS files in thecssdirectory. To add custom styles, editmain.sass, following SASS's 2-space-nesting layout (explained here).