-
Notifications
You must be signed in to change notification settings - Fork 563
开始创作
Viosey edited this page Jan 3, 2017
·
4 revisions
Read the Docs & Introduction at Material Theme
阅读文档和介绍在 Material Theme
hexo new <title>
在 hexo 主目录下 source -> _posts
新建以 .md
为后缀的文件。
layout | 布局 | 默认值 |
---|---|---|
title | 标题 | 文件名 |
date | 建立日期 | 文件建立日期 |
updated | 更新日期 | 文件更新日期 |
comments | 开启文章的评论功能 | true |
tags | 标签(不适用于分页) | |
categories | 分类(不适用于分页) | |
permalink | 覆盖文章网址 |
在 Material 主题中,每个 Scheme 都有缩略图功能。
只需要在 Front-matter
中添加参数 thumbnail:
,然后填入缩略图地址即可。
此 Scheme 如果没有自定义缩略图,则使用默认随机缩略图,随机缩略图目录位于主题文件夹下 source -> img -> random
。
随机缩略图可添加自己喜好的图片,格式为 <num>.png
。然后在 主题配置文件 中 thumbnail:random_amount
修改缩略图数量。
此 Scheme 只会显示已自定义缩略图。