hero 구축 소기

444 단어
설치하다.
    npm install hexo-cli -g

초기화
    hexo init blog
    cd blog
    npm install

새 글
    hexo new "hexo"

git 배포
    npm install hexo-deployer-git --save
    
      _config.yml #Deployment
    deploy:
      type: git
      repo: https://github.com/username/username.github.io.git
      branch: master
    
    hexo d -g

좋은 웹페이지 즐겨찾기