Jekyll 프로젝트 설정 및 문제 해결 가이드

Jekyll과 Minima 테마

Bundle 명령어 차이

Jekyll 서버 실행 관련 문제 해결

  1. win32-process gem 로딩 문제:
    • Gemfile에 다음 추가: gem 'win32-process', platforms: [:mswin, :mingw, :x64_mingw]
    • bundle install 실행
  2. footer.html 파일 찾지 못하는 오류:
    • _includes 폴더에 footer.html 파일 생성 ㅇㅇ
    • _layouts/default.html 파일 수정:

Ruby 스크립트를 사용한 Jekyll 서버 제어

Ctrl+C 문제 우회를 위한 serve.rb 스크립트: