Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 229 Bytes

HowTo

Because ruby 2.6 does not work and crash with jekyll you need to do following things.

Precondition

> chruby ruby-3.1.2
> ruby -v
> gem install jekyll

Start web server

> bundle exec jekyll serve