/blog_source

blog的源文件

Primary LanguageStylus

blog_source

new

$ hexo new [layout] <title>

Creates a new article. If no layout is provided, Hexo will use the default_layout from _config.yml. If the title contains spaces, surround it with quotation marks.

预览

hexo server

发布

hexo generate
hexo publish
hexo deploy