profile을 이용하여 jekyll 프로젝트 빌드
jekyll 블로그는 production과 development로 빌드할 수 있다.
linux
JEKYLL_ENV=production jekyll build
window
set JEKYLL_ENV=production | jekyll build
=끝=
jekyll 블로그는 production과 development로 빌드할 수 있다.
JEKYLL_ENV=production jekyll build
set JEKYLL_ENV=production | jekyll build
=끝=
Leave a comment