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
- Clone the project locally
git clone --recursive https://gitlab.hzdr.de/helmholtz-aai/aai.helmholtz.de.git cd aai.helmholtz.de
- Install Jekyll.
- Install dependencies.
bundle install
- Install submodules (currently
bootstrap
,Font-Awesome
,jquery
,MathJax
).git submodule update --init --recursive
- Build and preview the web page.
bundle exec jekyll serve --future
bundle exec jekyll build --future --baseurl "/subfolderofyourchoice"
- 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