Github Jekyll Post Localhost에서 확인하기
          
  
    
    
    
      
      
      
        
        
          less than 1 minute read
        
      
    
  
        
      
      
        
          
        
        
  - git clone https://github.com/niklasjang/niklasjang.github.io.git
 
  - cd niklasjang.github.io
 
  - bundle install
 
  - chcp 65001 //한글을 인코딩하기 위한 code pade 변경
 
  - local에서 post 작업
 
  - bundle exec jekyll serve
 
  - localhost:4000 접속 후 확인
 
  - remote에 올리는 경우 commit & push