- 포스트 작성 후 배포 하면 아래 도메인에 적용됩니다.
- https://cross-code.github.io
글을 작성하고 공유함으로부터 배우는 것이 분명히 있다고 생각합니다.
관심 있고 공부하고 싶은 내용이나 알고 있는 내용을 하나씩 담아 보았으면 합니다.
작성하신 내용은 물론 개인 블로그에 올리셔도 됩니다.
개인 블로그에 작성하신 내용을 반대로 이곳에 작성해주셔도 좋습니다.
여러 사람이 함께 사용하는 블로그이니 문서 하단에 꼭 작성자를 남겨주세요.
$ npm install -g hexo-cli
$ npm run start
More info: Server
// 일반적인 포스트 작성
$ hexo new "My New Post"
// draft 포스트 작성 (배포해도 remote 서버에 반영되지 않는 문서)
$ hexo new draft "My New Post"
// draft 포스트 배포에 포함시키기
$ hexo publish post "Post Name"
More info: Writing
$ npm run deploy
최신 소스 배포가 안될때, 캐시 파일 (db.json) 및 생성된 파일들 (public) 을 삭제 후 재시도 합니다.
$ npm run clean
- chore: Other changes that don't modify src or test files
- fix: A bug fix
- feat: A new feature
- docs: Documentation changes
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system
- ci: Changes to our CI configuration files and scripts
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (linting)
- vendor: Bumping a dependency like libchromiumcontent or node