Blog for JSDayES.
nvm install 9.8.0
nvm use
npm install
hexo cleanRemove generated files and cache.hexo deployDeploy your website.hexo generateGenerate static files.hexo helpGet help on a command.hexo listList the information of the sitehexo newCreate a new post.hexo publishMoves a draft post from _drafts to _posts folder.hexo serverStart the server.
hexo clean && hexo generate && hexo deploy