- 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 thenjekyll serve
. If no error is detected you should see a local copy of the site at the address127.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.
- https://github.com/jekyll/minima
- https://opensource.org/licenses/MIT
- http://materializecss.com/
- https://jekyllrb.com/docs/usage/
- Understand the code structure.
- Design a high-level template for the website
- Decide the pages that we want to include in the site (blog? papers? projects?)
- New logo?