HIFIS Software web page
The HIFIS Software web page will be the home for gathering information about the activities and services offered by the HIFIS Software team. This website is built using Jekyll.
Build the project locally
- Clone the project locally
git clone --recursive https://gitlab.hzdr.de/hifis/software.hifis.net.git cd software.hifis.net
- Install Jekyll.
- Install dependencies.
bundle install
- Build and preview the web page.
bundle exec jekyll serve --future
- Add content.
Execute the commands above from the root of your repository.
More information is available in Jekyll's documentation
Add yourself as a team member
There are basically two variants of achieving this:
Do it yourself
-
Git-clone the repository and
Git-checkout into a new branch
(with option
-b <new-branch-name>
) - Edit _data/hifis_team.yml and add your information.
- Add
<your_id_here>.md
into the_members
folder, containing at least the following frontmatter:
---
layout: member
title: <your_last_name>, <your_first_name>
data: <your_id>
---
- Create a merge request in GitLab.
- Let someone review and merge your changes into branch
master
.
Let someone else do it :)
- Create a new issue, using the add team member template.
- Fill in at least the required information.