Notice
Recent Posts
Recent Comments
Link
250x250
목록블로그 (1)
develope_kkyu
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/utIgT/btrUcggyNh7/pjg8bjJKwExoyvkdHDUQA0/img.png)
1. 필수 파일 설치 nodejs.org 다운로드 설치 시 주의 사항 git bash에서 확인 node -v hexo 설치 npm install -g hexo-cli 2. 블로그 생성 적당한 폴더 생성(차례대로 실행) $ mkdir myblog $ cd myblog 블로그 파일명 생성(차례대로 실행) $ hexo init myblog $ cd myblog .github.io 생성 npm 설치 $ npm install $ npm install hexo-server --save $ npm install hexo-deployer-git --save _config.yml 파일 설정 사이트 정보 수정 블로그 URL 정보 설정 깃허브 연동 2. 깃허브에 배포 차례대로 실행 후 http://localhost:4000..
Git
2022. 12. 21. 11:49