示例
---
title: 树莓派镜像烧录
date: 2020-03-05 01:31:08
updated: 2020-07-14 16:31:00
author: 西红柿 # 设置作者则会显示
email: 2506812280@qq.com # 自动根据邮箱获取 Gravatar 头像
readmore: true # 将会首页卡片摘要末尾强制显示一个 阅读更多 按钮
sticky: 100 # 置顶
hideTime: false # 强制隐藏时间显示
description: 描述(只出现在预览卡片上,不出现在正文中)(默认使用 400 字重以表强调,略细于加粗字体)
# 设置为 index 时,将只在首页隐藏,归档中仍然展示。(譬如放一些没有必要放在首页的笔记,并在归档中方便自己查看。)
# 当设置为 true 时,该文章仍然会被渲染,你自己可以直接访问链接进行查看。但不会被显示在展示的文章卡片与归档中。
hide: true
tags:
- 树莓派
- 镜像烧录
categories:
- 树莓派
---
额外的头部字段
author
设置作者则会显示
自动根据邮箱获取 Gravatar 头像
toc
是否显示目录,文章 post
默认显示,页面 post
默认不显示
readmore
将会首页卡片摘要末尾强制显示一个 阅读更多
按钮
hideTime
强制隐藏时间显示
---
title: xxx
author: 云游君
email: me@yunyoujun.cn
readmore: true
hideTime: true
---
description
描述(只出现在预览卡片上,不出现在正文中)(默认使用 400
字重以表强调,略细于加粗字体)
excerpt
摘要(不需要在 Front-matter
中设置,通过 <!--
more -->
截断实现,预览卡片与正文中均出现)
---
title: xxx
description: xxxxxxx
---
这里是摘要
<!-- more -->
这里是更多内容
tags
标签
tags:
- 树莓派
- 镜像烧录
categories
分类,如果您尚未安装 hexo-generator-category
,请输入
npm install hexo-generator-category
新建 categories
页面,在博客根目录下输入:
hexo new page categories
---
date: 2017-10-12 10:47:16
comments: false
type: categories
---
TIP
尽管 Hexo 支持了为一篇文章设置多个分类,但我个人更建议你一篇文章只放在一个分类下,而使用标签来为它进行多个描述。
同时太多的分类与标签,既不方便整理,也不利于移动端的展示。
sticky
通过设置文章 Front Matter 中 sticky
属性以进行置顶,数值越高,优先级越高。
设置置顶后,文章卡片右上角将出现置顶图标。
---
title: xxx
sticky: 100
---
type
https://yun.yunyoujun.cn/guide/config.html#type
为文章设置 type
属性,即可将其转为其他类型卡片,并跳转
url
设置的链接。
譬如:
---
title: xxx
type: bilibili
url: https://www.bilibili.com/video/av8153395/
---
在文章标题前将会出现 bilibili 的图标,点击标题会跳转至对应的链接。
目前默认支持以下类型(哔哩哔哩、豆瓣、GitHub、网易云音乐、推特、微信公众号、微博、语雀、知乎、Notion、外链):
types:
link:
color: blue
icon: icon-external-link-line
bilibili:
color: "#FF8EB3"
icon: icon-bilibili-line
douban:
color: "#007722"
icon: icon-douban-line
github:
color: black
icon: icon-github-line
netease-cloud-music:
color: "#C10D0C"
icon: icon-netease-cloud-music-line
notion:
color: black
icon: icon-notion
twitter:
color: "#1da1f2"
icon: icon-twitter-line
wechat:
color: "#1AAD19"
icon: icon-wechat-2-line
weibo:
color: "#E6162D"
icon: icon-weibo-line
yuque:
color: "#25b864"
icon: icon-yuque
zhihu:
color: "#0084FF"
icon: icon-zhihu-line
你也可以自己在 _config.yun.yml
设置你跳转不同链接专属的图标和颜色。
types:
google:
color: xxx
icon: xxx
当你指定的 type
不存在于默认支持中,也没有进行自定义,将默认使用蓝色的额外链接图标。
如果你想在你的外链卡片上显示一些信息,你可以写在 <!-- more
-->
前,它会被当作摘要显示。
譬如:
---
title: hexo-theme-yun
type: github
url: https://github.com/YunYouJun/hexo-theme-yun
---
Hexo 主题 Yun
<!-- more -->
hide-隐藏文章
你可以在文章头部添加 hide
属性,来临时隐藏某篇文章。
index
: 设置为index
时,将只在首页隐藏,归档中仍然展示。(譬如放一些没有必要放在首页的笔记,并在归档中方便自己查看。)true
: 当设置为true
时,该文章仍然会被渲染,你自己可以直接访问链接进行查看。但不会被显示在展示的文章卡片与归档中。
---
title: xxx
hide: true
# hide: index
sitemap: false
indexing: false
---
什么?你想完全不渲染不显示?那你为何不将其放在
_drafts
文件夹下,或干脆不提交这篇文章。
reward-打赏
reward: true
内容字段
图片注释
谷歌浏览器 Audits - Lighthouse 检测分数
![Audits - Lighthouse](https://i.loli.net/2020/03/08/DhfLu5yngb7NZE2.png)_谷歌浏览器 Audits - Lighthouse 检测分数_
播放器
{% meting "497572729" "netease" "song" "theme:#C20C0C" %}
{% meting "2008272804" "netease" "playlist" "theme:#FF4081" "mode:circulation" "mutex:true" "listmaxheight:340px" "preload:auto" %}
相册
type: albums
title: 相册
url: /albums/miracle.html
abbrlink: e26d1860
date: 2020-03-05 01:31:08
updated: 2020-07-14 16:31:00
文章加密
安装npm install --save hexo-blog-encrypt
# 文章信息头
---
title: Hello World
tags:
- 作为日记加密
date: 2016-03-30 21:12:21
password: mikemessi
abstract: 有东西被加密了, 请输入密码查看.
message: 您好, 这里需要密码.
wrong_pass_message: 抱歉, 这个密码看着不太对, 请再试试.
wrong_hash_message: 抱歉, 这个文章不能被校验, 不过您还是能看看解密后的内容.
---