查询文章 hexo list [type]
type: page, post, route, tag, category
创建草稿 hexo new [layout] 草稿名字
使用模板创建文章 eg:hexo new template “文章名字”
Hexo使用`scaffolds/template.md
创建草稿
发布草稿 hexo publish 草稿名字
layout: post, page, draft
路径: source/_posts, source, source/_drafts
本地预览hexo server
指定端口-p 5000
默认端口为4000 http://localhost:4000
预览生成的静态文件public
参数-s
生成静态文件hexo generate
监视变动参数--watch
生成之后顺便部署--deploy
生成之后部署缩写hexo d -g
文章资源
在_config.yml
中设置参数post_asset_folder: true
保存路径 source/_posts/hexo用法回顾/image.png
引用方法 ![](image.png)
转载请注明来源 https://tianweiye.github.io