Yuganida's portfolio website, published at https://yuganida.github.io
https://nodejs.org/en/download
npm version
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server
npm install hexo-deployer-git --save
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
hexo d -g
$ hexo new "My New Post"
More info: Writing
$ hexo server
More info: Server
$ hexo generate
More info: Generating
$ hexo deploy
More info: Deployment