Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 300 Bytes

File metadata and controls

26 lines (18 loc) · 300 Bytes

Personal Site and Blog

Run

Development

Install Ruby 3.1.4 using RVM

rvm use 3.2.0

Bundle Install

bundle install
bundle exec jekyll server
 

Production environment use the following command.

JEKYLL_ENV=production bundle exec jekyll server