Github pages


[Github blog / Minimal mistake] collection

Date:

jekyll의 minimal mistake theme에는 흔히 알고 있는 category, tag 외에도 collection을 이용해 글을 묶어줄 수 있다. 시리즈로 연재하는 글 같은 걸 묶을 때 요긴하게 쓸만할 것 같다.

[Github pages, Ruby] bundle exec jekyll serve

Date:

bundle exec [command]: command 실행 시 Gemfile 내 gem을 모두 require할 수 있도록 만든다 https://bundler.io/v2.4/man/bundle-exec.1.html jekyll serve: 소스 파일이 변경될 때마다 사...