Skip to content
Snippets Groups Projects
Select Git revision
  • 25d6d57e50db7e86fa0e2405e16138b859c178d1
  • master default protected
  • 556-blog-post-to-announce-vo-creation-in-plony
  • 523-integrate-consulting-form
  • 555-consulting-page-separate-content-on-target-groups-portfolio-update
  • dependabot-bundler-html-proofer-5.0.10
  • 527-modernize-sass-a-bit
  • 545-add-elements-to-landing-page
  • 539-post-rsd-and-connect
  • old-env
  • fix-infinite-loop-on-hh-cloud
  • 550-offboarding-of-cloud-services-at-hifis-net
  • 548-dockerfile-and-docker-compose-yml-are-being-deployed
  • german-test
  • uc-jupyter-terascale-statistics-school
  • dashboard
  • dependabot-bundler-html-proofer-5.0.9
  • blog-post-hifis.toolkit-collection
  • fix-broken-links-2025-Jan
  • post-on-it4science
  • link-to-documentation-on-landing-page
21 results

hifis.net

  • Clone with SSH
  • Clone with HTTPS
  • 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

    1. Clone the project locally
      git clone --recursive https://gitlab.hzdr.de/hifis/software.hifis.net.git
      cd software.hifis.net
    2. Install Jekyll.
    3. Install dependencies.
      bundle install
    4. Build and preview the web page.
      bundle exec jekyll serve --future
    5. 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

    1. Git-clone the repository and Git-checkout into a new branch (with option -b <new-branch-name>)
    2. Edit _data/hifis_team.yml and add your information.
    3. 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>
    ---
    1. Create a merge request in GitLab.
    2. Let someone review and merge your changes into branch master.

    Let someone else do it :)

    1. Create a new issue, using the add team member template.
    2. Fill in at least the required information.