抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

快速入门

新建文章

1
$ hexo n/new "My New Post"

More info: Writing

开始本地预览服务

1
$ hexo s/server

More info: Server

生成静态文件

1
$ hexo g/generate

More info: Generating

部署到远程站点

1
$ hexo d/deploy

More info: Deployment

新建页面

1
$ hexo new page "pageName"

组合生成发布命令

1
$ hexo clean&&hexo g&&hexo d

清除缓存和public中网站静态文件

1
hexo clean

在blog/source下创建文件夹

1
hexo new page "文件名”

查看帮助

1
$ hexo help

查看hexo版本

1
hexo version

评论