Set up and serve Jekyll

Posted by Bruce Liu on February 28, 2021 , updated on February 28, 2021

🏷️ Tags: Jekyll , rubygems , Github Pages

install rubygem

sudo apt install rubygems

install bundler and jekyll

sudo gem install bundler jekyll

install the gems/dependencies specified in the Gemfile

bundle install

run a jekyll site server

bundle exec jekyll serve

References


Share on:

« PREVIOUS: Vie of Delft: 2019 - 2020
NEXT: How to run an AppImage on WSL »