jekyll
toyjhlee.github.com 의 로컬 환경 설정
gem install bundler jekyllgit clone https://github.com/toyjhlee/toyjhlee.github.comcd toyjhlee.github && bundle installbundle exec jekyll serve
이슈
Could not find gem ‘github-pages’ in any of the gem sources listed in your Gemfile.
Could not find gem github-pages
bundle remove
bundle remove jekyll
bundle update
bundle update jekyll
custom style
다음 파일 /assets/css/main.scss 에 적는다
issue
tags 링크가 404 나오고 있다. 다음 blog 를 참조하여 해결해 보자 link