Hexo 文章头部模板

这行以下预览不了的内容

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: 这是文章标题
date: 2020/8/15 22:00:00
comments: true <!-- 是否开启评论(true or false) -->
image: /source/images/xxx.jpg <!-- 文章特征图 -->
top: <!-- 文章置顶 true -->
no_word_count: true <!-- 关闭字数统计 -->
password: <!-- 如果加密,这里填写密码 -->
donate: true <!-- 当前文章是否开启打赏 -->
copyright: true <!-- 当前文章是否开启版权声明 -->
categories: <!-- 如下,分类2是分类1的子分类 -->
- [分类1,子分类a]
- [分类1,子分类b]
- 分类2
- 懒得分类
tags:
- 标签1
- 标签2
- 没有标签
---

md文件最前面的由 — 符号括起来的,叫做Front-matter,有些功能需要有对应的插件,这个设置才会生效。另外,记得设置完把里面多余中文字删掉

以下是DPlayer播放代码

1
{% dplayer "url="  "pic=" "theme=#FADFA3" "autoplay=false" "mutex=true" %}

以下可能是通用的播放尺寸代码

1
height=450px width=100%
要居中的文字
要居中还加粗的文字

要右对齐的文字