While referring to the URL here, I set up a Hexo blog. https://liginc.co.jp/web/programming/server/104594

During the installation, I encountered the following error:

1
2
% hexo deploy
ERROR Deployer not found: github

I fixed it by referring to https://github.com/hexojs/hexo/issues/1040.

1
% npm install hexo-deployer-git --save

Also, change the type in _config.yml to git

1
2
deploy:
  type: git

I also need to study Markdown syntax… So much to do~