Skip to main content

Jekyll Setup

·70 words·1 min· ·
Table of Contents

Jekyll
#

Jekyll is a static site generator, and is easy and fast to setup

Installation
#

This has been done on wsl2

# WSL2 install - ubuntu
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install ruby-full
sudo gem update --system
sudo apt-get install build-essential --no-install-recommends
sudo gem install jekyll bundler

# Go to docs root location e.g you github.io location
bundler
bundle exec jekyll serve
Kristian
Author
Kristian