danbi5228 / datarian-kr.github.io

데이터리안 기술블로그

Home Page:https://datarian-kr.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

데이터리안 블로그

Ruby 설치

brew install ruby

echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

source ~/.zshrc

gem update --system

gem install bundler

의존성 설치

bundle

Jekyll server 실행

  • 실행시 drafts 글 미리 확인 가능
bundle exec jekyll serve --drafts

http://localhost:4000/

About

데이터리안 기술블로그

https://datarian-kr.github.io/


Languages

Language:HTML 73.2%Language:SCSS 24.2%Language:Ruby 2.6%