Hexo草稿的使用 Posted on 2023-12-29 In 编程 , Hexo Waline: 预备知识:你可以执行下列命令来创建一篇新文章或者新的页面。 1hexo new [layout] <title> 比如: 1hexo new page MyPage 这样可以创建一个路径为MyPage的页面。 再比如: 1hexo new doc MyPost 这样可以使用doc作为模板创建一个路径为MyPost的文章。 建立文章草稿1hexo new draft <title> 当然也可以写作: 1hexo n draft <title> 将草稿发布为正式文章1hexo P <filename> 本机预览草稿1hexo S --draft 本机预览1hexo S