zoukankan      html  css  js  c++  java
  • 配置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>
    
  • 相关阅读:
    作业
    第四次作业
    第三次作业
    作业
    第4次作业
    第3次作业,c语言
    第二次作业
    黄义方 作业4
    课堂作业
    第三次作业
  • 原文地址:https://www.cnblogs.com/lijianming180/p/12327507.html
Copyright © 2011-2022 走看看