The website of the Landgraf Lab. Any commit to master
is published immediately.
If you make changes, please create a pull request.
You might need to install ruby 2.7 and then run:
$ git clone git@github.com:BioroboticsLab/website.git
$ cd website
$ bundle install --path vendor/bundle
$ bundle exec jekyll serve
Add description:
See ./_people/000_tim_landgraf.html
as an
template for a new person. Each file in ./_people
a number prefix to controll
the order in which they are displayed. Lower numbers are on the top (000).
Let's use the following enumeration scheme: (000: Tim, 010: PhD Students, 100: MA/BA Students).
The following fields exists:
image
: the name of your image. Must be in./assets/images/
.name
: Your full nameposition
: Your position, e.g.PhD Student
email
: Your emailtwitter
(optional): your twitter handlewebsite
(optional): link to your website
Add image: Add your image under ./assets/images
Personal Website (Optional): If you want to share a bit more information, you can create your own personal website under personal_sites/
and link to them using the website
key.
We use the this template. A Bootstrap 4 project for Github Pages and Jekyll.
- A full Bootstrap 4 theme usable both on Github Pages and with a standalone Jekyll.
- Recompiles Bootstrap from SCSS files, which allows to customize Bootstrap's variables and use Bootstrap themes.
- Full support of Bootstrap's JavaScript plugins.
- Supports all features of Github Pages and Jekyll.