This repository contains common reusable Jekyll templates and Sass
style sheets. The repository serves both as a hotlink source to
be included from assets.webis.de
and as a repository of
boilerplate code for new service templates.
The website is built using Jekyll and uses UIkit as a CSS framework as well as a few additional JavaScript libraries. To install Jekyll, UIkit, and all JavaScript dependencies on your system, run
sudo apt install ruby ruby-dev build-essential jekyll npm
npm install
After Jekyll and NPM are installed, you can cd
into the main folder of this
repository and run
jekyll serve
For more build and usage instructions, please refer to the webis-de.github.io
repositories' README file.