Hexo Common Commands


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

Author: NI
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source NI !
  TOC