Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 375 Bytes

File metadata and controls

14 lines (9 loc) · 375 Bytes

BILSEN Homepage

This repository contains the source code of BILSEN's homepage. It is based on this template.

Development

The website is developed with Jekyll and Ruby.

For local development, you can use Docker:

docker run --rm --volume="${PWD}:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll:4.2.2 jekyll serve