配置Hexo

Posted lijianming180

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置Hexo相关的知识,希望对你有一定的参考价值。

添加Tags

1.创建Tags页面

hexo new page “tags”

2.编辑Tags页面

编辑刚新建的页面

title: tags
date: 2016-04-22 18:41:06
type: "tags"
comments: false

3.修改菜单

修改_config.yml

menu:
    home:
    categories: /categories
    #about: /about
    #archives: /archives
    tags: /tags
    #commonweal: /404.html</code>

大专栏  配置Hexo class="headerlink" title="添加Categories">添加Categories

1.创建Categories页面

hexo new page categories

2.编辑Categories页面

编辑刚新建的页面

title: categories
date: 2016-04-22 18:45:17
type: "categories"
comments: false

3.修改菜单

修改_config.yml

menu:
    home: /
    categories: /categories
    #about: /about
    #archives: /archives
    tags: /tags
    #commonweal: /404.html</code>

以上是关于配置Hexo的主要内容,如果未能解决你的问题,请参考以下文章

Hexo+NexT:Hexo第三方插件提供功能及配置

Hexo-next主题配置

Hexo系列 | Hexo源文件备份(防丢失)

Hexo+NexT:Hexo站点配置详解

Hexo yilia 主题添加 valine 评论系统

Hexo自定义 Hexo 配置文件