Skip to content
Snippets Groups Projects
Uwe Jandt (DESY, HIFIS)'s avatar
Uwe Jandt (DESY, HIFIS) authored
Install redirections to hifis.net

See merge request !27
4943a66b
History

Helmholtz AAI web page

The Helmholtz AAI web page will be the home for gathering information about the activities and services offered by the Helmholtz AAI team. This website is built using Jekyll.

It will be deployed at https://aai.helmholtz.de.

Build the project locally

  1. Clone the project locally
    git clone --recursive https://gitlab.hzdr.de/helmholtz-aai/aai.helmholtz.de.git
    cd aai.helmholtz.de
  2. Install Jekyll.
  3. Install dependencies.
    bundle install
  4. Install submodules (currently bootstrap, Font-Awesome, jquery, MathJax).
    git submodule update --init --recursive
  5. Build and preview the web page.
    bundle exec jekyll serve --future
    Alternatively, you may build with a given base folder and serve where you want:
    bundle exec jekyll build --future --baseurl "/subfolderofyourchoice"
  6. 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