github 페이지에서 hexo를 사용하고 있습니다. 실수로 로컬 컴퓨터에서 로컬 파일을 삭제했습니다. git clonehttps://github.com/aaayumi/aaayumi.github.io.git
을 사용하여 새 로컬 파일을 다시 만들려고했습니다. 그런 다음 npm install hexo-cli -g
을 설치했습니다.로컬 컴퓨터에 원격 저장소에 hexo 블로그를 설치하는 방법은 무엇입니까?
나는 모든 필요한 파일을 설치할 수 있지만이 hexo deploy
, 이 표시를 입력 할 때
hexo deploy
Usage: hexo <command>
Commands:
help Get help on a command.
init Create a new Hexo folder.
version Display version information.
Global Options:
--config Specify config file instead of using _config.yml
--cwd Specify the CWD
--debug Display all verbose messages in the terminal
--draft Display draft posts
--safe Disable all plugins and scripts
--silent Hide output on console
For more help, you can use 'hexo help [command]' for the detailed information
or you can check the docs: http://hexo.io/docs/
로컬 hexo 블로그를 사용할 수 있도록하는 방법이 있나요?
친절한 설명 주셔서 감사합니다! 나는 같은 일이 다시 일어나는 것을 피하려고 노력할 것이다. 아름다운 테마를 만들어 주셔서 대단히 감사합니다 !! ;디 – aaayumi