码迷,mamicode.com
首页 > 其他好文 > 详细

配置Hexo

时间:2020-02-18 20:08:39      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:als   tag   lin   htm   type   mon   conf   code   comment   

添加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

标签:als   tag   lin   htm   type   mon   conf   code   comment   

原文地址:https://www.cnblogs.com/lijianming180/p/12327507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!