Skip to content

命令

建立一篇新文章

hexo new post "文章名称"

相同于 hexo new "文章名称"

ex :  hexo new post "Hexo command"

使用 scaffolds 里面的模板来建立页面

drafts 命令


hexo new drafts "文章名称"   // 还未完成的工作可以用drafts

hexo publish "文章名称" //从drafts转移到post里面

// 要这样启动才看得到
hexo server --drafts

new page 命令

hexo new page "文章名称" // 会创建一个新的folder

url  => http://localhost:4000/"文章名称"/index.html

布局

themes/landscape/
  _config.yml 
  languages
  layout/
    layout.ejs => 布局文件
    index.ejs  => layout的    <%- body %>
  scripts
  source

参考资料

youtube 教学 Hexo

{% youtube UNTk5XkXKdQ %}

{% youtube UNTk5XkXKdQ %}