hexo clean # cleans the cache file (db.json) and generated files (public) hexo g # 【generate】generate static files hexo s # 【server】starts a local server hexo d # 【deploy】deplay to github hexo g -d # deploy after generation finishes hexo g -d -m "message" hexo new <post-title> # create new post hexo new page <page-title> # create new page