Appearance
记录一下hexo经常使用的命令,发现自己好久没有hexo,命令都不记得了。
hexo new "postname" (hexo n postname)
hexo new page "pagename"
hexo server (hexo s) 本地网址:localhost:4000
hexo generate (hexo g)
hexo d -g
hexo s -g
hexo clean
评论