The repo for blog.poychang.net
- You need to have ruby installed in your system.
- use winget to install ruby
winget install RubyInstallerTeam.Ruby.3.2
- use winget to install ruby
- Install bundler which helps in specifying and installing dependencies of any Ruby project.
gem install bundler
- Go to the root of the repo and run this -
bundle install
- Then -
bundle exec jekyll serve