First of all
You already install hexo then modify _config.yml like this
|
|
그러면 정상적으로 자신의 github로 커밋이 된다
|
|
만약 아래와 같은 메시지가 나타나면1ERROR Deployer not found: git
다음의 커맨드를 입력한다1$ npm install hexo-deployer-git --save
그리고 다시 배포한다
|
|
First of all
You already install hexo then modify _config.yml like this
|
|
그러면 정상적으로 자신의 github로 커밋이 된다
|
|
만약 아래와 같은 메시지가 나타나면1ERROR Deployer not found: git
다음의 커맨드를 입력한다1$ npm install hexo-deployer-git --save
그리고 다시 배포한다
|
|