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: 如何解决github访问慢的问题(中文)
NEXT: How to run an AppImage on WSL »