johanl.se

johanl.se

Static webpage based on Jekyll.

johanl.se

Static webpage based on Jekyll.

Getting started

Prerequisites

Install bundler.

gem install bundler

Install ruby dependencies

bundle install

Install node debendencies

npm install

Installing and running

Run and serve website locally.

bundle exec jekyll serve

Deploy

It's automatically deployed on github pages using a github actions workflow.

Acknowledgements