Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 625 Bytes

File metadata and controls

42 lines (32 loc) · 625 Bytes

Command line

run

bundle exec jekyll serve

build

bundle exec jekyll build

Total

# Homebrew로 Ruby 설치
brew install ruby

# PATH 설정 (필요 시)
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

# Jekyll & Bundler 설치
gem install bundler jekyll

# 새 프로젝트 생성 (예시)
jekyll new my-blog
cd my-blog

git clone https://github.com/사용자명/블로그테마.git
cd 블로그테마

bundle install

bundle exec jekyll serve

# live mode
bundle exec jekyll serve --livereload

prompt

tip, info, warning, and danger