Skip to content
Snippets Groups Projects
Select Git revision
  • 2e1f81507e521dccd240c3a911a0340360134987
  • 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
  • user avatar
    Norman Ziegner authored
    Update spotlight SaQC
    
    See merge request !437
    2e1f8150
    History

    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/hifis.net.git
      cd hifis.net
    2. Install Jekyll.
    3. Install dependencies.
      bundle install
    4. Install submodules (currently bootstrap, Font-Awesome, jquery, MathJax).
      git submodule update --init --recursive
    5. Optionally, on Linux systems install FFmpeg to be used to scale Jumbotron images. On systems with Apt
      apt install ffmpeg
      or on systems with Yum
      yum install ffmpeg
    6. Optionally, on Linux systems create scaled variants of Jumbotron images to be used on different devices.
      bash scripts/create_jumbotrons.sh assets/img/jumbotrons/
      Note: Be aware that missing scaled variants of Jumbotron images may cause issues in your local installation when rendering the page in the next step.
    7. Build and preview the web page.
      bundle exec jekyll serve --future
    8. Add content.

    Execute the commands above from the root of your repository.

    More information is available in Jekyll's documentation

    Fetch the latest builds from gitlab

    The latest master branch (production) build artifacts can be downloaded using