This website is a work in progress. It is based on a template provided by the Allan Lab at Leiden University.
sudo apt install ruby-dev ruby-bundler nodejs
cd vectr-website
bundle clean && bundle install
bundle exec jekyll serve
then go tolocalhost:4000
More instructions for testing locally can be found here: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.
Jekyll documentation can be found here: https://jekyllrb.com/docs/.
The HTML templating syntax used by Jekyll is called Liquid: https://shopify.github.io/liquid/basics/introduction/.
An example Jekyll project can be found here: https://github.com/jekyll/minima.