Skip to content

VAMPIR-Lab/vampir-lab.github.io

Repository files navigation

Netlify Status

Research lab website template

This website is built with Jekyll. It is derived from the great template provided by the Allan Lab, at Leiden University.

Setup

brew install ruby
gem install bundler jekyll

Clone this repository, then install the dependencies:

bundle install

Run

Run the local webserver with:

bundle exec jekyll serve

Contribute

Add a new member

New members are stored as markdown files under _pages/team/_posts.

Each new member .md file must look like this:

---
layout: member
category: staff
title: Researcher Name
image: researcher.png
role: Lab Director
permalink: 'team/researcher-name'
social:
    twitter: https://twitter.com/
    linkedin: https://www.linkedin.com/
    google-scholar: https://scholar.google.fr/
    github: https://github.com/
    website:
    orcid: https://orcid.org/
    research-gate: https://www.researchgate.net/
education:
 - Education
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.

Edit template

We use Bootstrap for designing the website. Feel free to modify either the _pages or the _layouts components.

About

VAMPIR Lab Website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages