This repository is responsible for holding all the LAPPIS website.
The technology adopted to develop this site was Jekyll. Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language and it churns through layouts to create a static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more.
docker run -p 4000:4000 --rm -it $(docker build -q .)
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Build the site and make it available on a local server
bundle exec jekyll serve