-
Notifications
You must be signed in to change notification settings - Fork 212
添加分类页
Richard Jiang edited this page Jan 3, 2018
·
3 revisions
- 新建一个 categories 页面:
hexo new page categories
- 编辑生成的
categories/index.md
文件,设置布局为categories
:
title: categories
layout: categories
默认开启评论(如果使用了多说或 Disqus),添加 comments 字段并设置为 false 可关闭。
- 在主题配置文件(
_config.yml
)中添加链接:
# ===========================================
# Menu Settings
# ===========================================
menu:
Home: /
Archives: /archives/
Categories: /categories/