Front-matter Front-matter 是 markdown 文件最上方以 ---
分隔的区域,用于指定个别档案的变数。
Page Front-matter 用于页面
配置
Post Front-matter 用于文章页
配置
如果标注可选的参数,可根据自己需要添加,不用全部都写在 markdown
里
Page Front-matter 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 --- title: date: updated: type: comments: description: keywords: top_img: mathjax: katex: aside: aplayer: highlight_ shrink:---
写法
解释
title
【必需】页面标题
date
【必需】页面创建日期
type
【必需】标签、分类和友情链接三个页面需要配置
updated
【可选】页面更新日期
description
【可选】页面描述
keywords
【可选】页面关键字
comments
【可选】显示页面评论模块 (默认 true)
top_img
【可选】页面顶部图片
mathjax
【可选】显示mathjax (当设置mathjax的per_page: false时,才需要配置,默认 false)
katex
【可选】显示katex (当设置katex的per_page: false时,才需要配置,默认 false)
aside
【可选】显示侧边栏 (默认 true)
aplayer
【可选】在需要的页面加载aplayer的js和css,请参考文章下面的音乐
配置
highlight_shrink
【可选】配置代码框是否展开 (true/false) (默认为设置中highlight_shrink的配置)
Post Front-matter 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 --- title: date: updated: tags: categories: keywords: description: top_img: comments: cover: toc: toc_ number:toc_style_ simple: copyright: copyright_author: copyright_ author_href: copyright_ url:copyright_info: mathjax: katex: aplayer: highlight_ shrink:aside: abcjs: ---
写法
解释
title
【必需】文章标题
date
【必需】文章创建日期
updated
【可选】文章更新日期
tags
【可选】文章标签
categories
【可选】文章分类
keywords
【可选】文章关键字
description
【可选】文章描述
top_img
【可选】文章顶部图片
cover
【可选】文章缩略图(如果没有设置top_img,文章页顶部将显示缩略图,可设为false/图片地址/留空)
comments
【可选】显示文章评论模块(默认 true)
toc
【可选】显示文章TOC(默认为设置中toc的enable配置)
toc_number
【可选】显示toc_number(默认为设置中toc的number配置)
toc_style_simple
【可选】显示 toc 简洁模式
copyright
【可选】显示文章版权模块(默认为设置中post_copyright的enable配置)
copyright_author
【可选】文章版权模块的文章作者
copyright_author_href
【可选】文章版权模块的文章作者链接
copyright_url
【可选】文章版权模块的文章连结链接
copyright_info
【可选】文章版权模块的版权声明文字
mathjax
【可选】显示mathjax(当设置 mathjax 的 per_page: false 时,才需要配置,默认 false )
katex
【可选】显示 katex (当设置 katex 的 per_page: false 时,才需要配置,默认 false )
aplayer
【可选】在需要的页面加载 aplayer 的 js 和 css,请参考文章下面的音乐
配置
highlight_shrink
【可选】配置代码框是否展开(true/false)(默认为设置中 highlight_shrink 的配置)
aside
【可选】显示侧边栏 (默认 true)
abcjs
【可选】加载 abcjs (当设置 abcjs 的 per_page: false 时,才需要配置,默认 false )
标签页
前往你的 Hexo 博客的根目录
输入 hexo new page tags
你会找到 source/tags/index.md
这个文件
修改这个文件: 记得添加 type: "tags"
1 2 3 4 5 6 7 --- title: 标签 date: 2018-01-05 00:00:00 type: "tags" orderby: random order: 1 ---
参数
解释
type
【必须】页面类型,必须为 tags
orderby
【可选】排序方式 :random/name/length
order
【可选】排序次序: 1, asc for ascending; -1, desc for descending
分类页
前往你的 Hexo 博客的根目录
输入 hexo new page categories
你会找到 source/categories/index.md
这个文件
修改这个文件:记得添加 type: "categories"
1 2 3 4 5 --- title: 分类 date: 2018-01-05 00:00:00 type: "categories" ---
友情链接 为你的博客创建一个友情链接!
创建友情链接页面
前往你的 Hexo 博客的根目录
输入 hexo new page link
你会找到 source/link/index.md
这个文件
修改这个文件:记得添加 type: "link"
1 2 3 4 5 --- title: 友情链接 date: 2018-06-07 22:17:49 type: "link" ---
友情链接添加 在Hexo博客目录中的 source/_data
(如果没有 _data 文件夹,请自行创建),创建一个文件 link.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - class_name: 友情链接 class_desc: 那些人,那些事 link_list: - name: Hexo link: https://hexo.io/zh-tw/ avatar: https://d33wubrfki0l68.cloudfront.net/6657ba50e702d84afb32fe846bed54fba1a77add/827ae/logo.svg descr: 快速、简单且强大的网志框架 - class_name: 网站 class_desc: 值得推荐的网站 link_list: - name: Youtube link: https://www.youtube.com/ avatar: https://i.loli.net/2020/05/14/9ZkGg8v3azHJfM1.png descr: 视频网站 - name: Weibo link: https://www.weibo.com/ avatar: https://i.loli.net/2020/05/14/TLJBum386vcnI1P.png descr: 中国最大社交分享平台 - name: Twitter link: https://twitter.com/ avatar: https://i.loli.net/2020/05/14/5VyHPQqR6LWF39a.png descr: 社交分享平台
class_name
和 class_desc
支持 html
格式书写,如不需要,也可以留空。
从 4.0.0
开始,支持从远程加载友情链接,远程拉取只支持 json
。
注意: 选择远程加载后,本地生成的方法会无效。
在 source/link/index.md
这个文件的 front-matter
添加远程链接
Json 的格式
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [ { "class_name" : "友情链接" , "class_desc" : "那些人,那些事" , "link_list" : [ { "name" : "Hexo" , "link" : "https://hexo.io/zh-tw/" , "avatar" : "https://d33wubrfki0l68.cloudfront.net/6657ba50e702d84afb32fe846bed54fba1a77add/827ae/logo.svg" , "descr" : "快速、简单且强大的网志框架" } ] } , { "class_name" : "网站" , "class_desc" : "值得推荐的网站" , "link_list" : [ { "name" : "Youtube" , "link" : "https://www.youtube.com/" , "avatar" : "https://i.loli.net/2020/05/14/9ZkGg8v3azHJfM1.png" , "descr" : "视频网站" } , { "name" : "Weibo" , "link" : "https://www.weibo.com/" , "avatar" : "https://i.loli.net/2020/05/14/TLJBum386vcnI1P.png" , "descr" : "中国最大社交分享平台" } , { "name" : "Twitter" , "link" : "https://twitter.com/" , "avatar" : "https://i.loli.net/2020/05/14/5VyHPQqR6LWF39a.png" , "descr" : "社交分享平台" } ] } ]
友情链接界面设置 由 2.2.0
起,友情链接界面可以由用户自己自定义,只需要在友情链接的md档设置就行,以普通的Markdown格式书写。
图库 图库页面只是普通的页面,你只需要 hexo n page xxxxx
创建你的页面就行 然后使用标签外挂 galleryGroup,具体用法请查看对应的内容。
1 2 3 4 5 <div class="gallery-group-main"> {% galleryGroup '壁纸' '收藏的一些壁纸' '/Gallery/wallpaper' https://i.loli.net/2019/11/10/T7Mu8Aod3egmC4Q.png % } {% galleryGroup '漫威' '关于漫威的图片' '/Gallery/marvel' https://i.loli.net/2019/12/25/8t97aVlp4hgyBGu.jpg % } {% galleryGroup 'OH MY GIRL' '关于OH MY GIRL的图片' '/Gallery/ohmygirl' https://i.loli.net/2019/12/25/hOqbQ3BIwa6KWpo.jpg % } </div>
壁纸
收藏的一些壁纸
漫威
关于漫威的图片
OH MY GIRL
关于OH MY GIRL的图片
子页面 子页面也是普通的页面,你只需要 hexo n page xxxxx
创建你的页面就行 然后使用标签外挂 gallery,具体用法请查看对应的内容。
1 2 3 4 5 6 7 8 9 10 {% gallery % } ![](https://i.loli.net/2019/12/25/Fze9jchtnyJXMHN.jpg) ![](https://i.loli.net/2019/12/25/ryLVePaqkYm4TEK.jpg) ![](https://i.loli.net/2019/12/25/gEy5Zc1Ai6VuO4N.jpg) ![](https://i.loli.net/2019/12/25/d6QHbytlSYO4FBG.jpg) ![](https://i.loli.net/2019/12/25/6nepIJ1xTgufatZ.jpg) ![](https://i.loli.net/2019/12/25/E7Jvr4eIPwUNmzq.jpg) ![](https://i.loli.net/2019/12/25/mh19anwBSWIkGlH.jpg) ![](https://i.loli.net/2019/12/25/2tu9JC8ewpBFagv.jpg) {% endgallery % }
[{"url":"https://i.loli.net/2019/12/25/Fze9jchtnyJXMHN.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/ryLVePaqkYm4TEK.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/gEy5Zc1Ai6VuO4N.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/d6QHbytlSYO4FBG.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/6nepIJ1xTgufatZ.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/E7Jvr4eIPwUNmzq.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/mh19anwBSWIkGlH.jpg","alt":""},{"url":"https://i.loli.net/2019/12/25/2tu9JC8ewpBFagv.jpg","alt":""}]
加载更多
如果你想要使用 /photo/ohmygirl
这样的链接显示你的图片内容
你可以把创建好的 ohmygirl
整个文件夹移到 photo
文件夹里去
404页面 主题内置了一个简单的 404 页面,可在设置中开启
本地预览时,访问出错的网站是不会跳到 404 页面的。
如需本地预览,请访问 http://localhost:4000/404.html
1 2 3 4 5 error_404: enable: true subtitle: "页面没有找到" background:
Butterfly 安装文档(三) 主题配置-1
版权声明: 此文章版权归Butterfly所有,如有转载,请注明来自原作者