Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 434 Bytes

File metadata and controls

20 lines (13 loc) · 434 Bytes

URL of this website:

https://...

Configuration

Check up your Ruby version:

(requires Ruby 2.5+, make sure the Ruby bin folder is in your PATH. More reference in https://jekyllrb.com/docs/installation/)

ruby -v

Install Jekyll:

We also need Bundler to help us handle plugins and themes:

gem install bundler jekyll

Install all dependecies:

bundle install

Server init:

bundle exec jekyll serve