Home WSL2 Jekyll installation Help
Post
Cancel

WSL2 Jekyll installation Help

Config help

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo apt-get update -y && sudo apt-get upgrade -y

sudo apt install ruby-full

sudo apt-get install make gcc gpp build-essential zlib1g zlib1g-dev ruby-dev dh-autoreconf

sudo gem update

sudo gem install bundler

# if you get errors (as I've done), go back to the start and go through these commands again
#sudo gem install jekyll

# inside jekyll repo
bundle install

# simple serve
bundle exec jekyll serve

This post is licensed under CC BY 4.0 by the author.