Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 221 Bytes

File metadata and controls

12 lines (10 loc) · 221 Bytes

Jaehyun Ha's Blog

This repository contains the source code for my personal blog.

brew install rbenv ruby-build
rbenv install 3.1.4
rbenv local 3.1.4
gem install bundler
bundle install
bundle exec jekyll serve