You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download Jekyll (it should be available for every major Linux distribution via the default package manager). If Jekyll is not available follow the instructions here
cd <project folder> and then jekyll serve. If no error is detected you should see a local copy of the site at the address 127.0.0.1:4000.
Change style (folder _sass), layout (folder _layouts), general information (file _config.yml), add a new post (folder _posts) or add new pages.
Commit your changes (make small commits!) and push to master.
The site should go online in few seconds, at mi-biolab.github.io. If you don't see any change include the last version number (e.g. https://mi-biolab.github.io/?version=7d29966). The version number can be found in the tab environment on the github repo.