Hexo Common Commands
Commands
# Create a new post
hexo n [blog name] | hexo new [blog name]
# generate the public folder | static web files
hexo g | hexo generate
# clean the caches
hexo c | hexo clean
# run the hexo server
hexo s | hexo server
# deploy the blog
hex d | hexo deploy