jekyll

toyjhlee.github.com 의 로컬 환경 설정

  1. gem install bundler jekyll
  2. git clone https://github.com/toyjhlee/toyjhlee.github.com
  3. cd toyjhlee.github && bundle install
  4. bundle 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

태그: ,

업데이트: