Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 410 Bytes

JinwangMok 블로그

Install & Test in Local

  1. Install ruby(and gem) and github cli using brew.
brew update
brew install ruby gh

# check ruby version
ruby --version

# login gh.
gh auth login
  1. Clone current Blog repo.
gh repo clone JinwangMok/JinwangMok.github.io
cd JinwangMok.github.io
  1. Install bundle and run local server.
bundle install
bundle exec jekyll serve