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/hifis.net.git cd hifis.net
- 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
- 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