Markdown的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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: markdown规范自用
date: 2025-01-20 15:10:00
updated: 2025-01-20 15:10:00
tags:
- Markdown
categories:
- 杂物
description: Markdown的一些规范性整理,以便后面高效更新博客。
top_img: https://api.illlights.com/v1/img?rand=${Math.random()}
comments: true #是否启用评论功能。
cover: https://api.illlights.com/v1/img?rand=${Math.random()}
toc: true #是否在文章中显示目录。
toc_number: true #目录项是否显示数字。
toc_style_simple: false #目录的样式是否为简约风格。

mathjax: true #是否启用MathJax,用于渲染数学公式。
katex: #是否启用KaTeX,另一种数学公式渲染引擎。

<!-- aplayer: #配置APlayer音乐播放器的参数,包括音乐列表和播放器设置。
music:
- id: 1431292849
server: netease
type: song
fixed: false
autoplay: true
lrcType: -1
volume: 0.4 -->

highlight_shrink: false #代码块是否在页面加载时折叠。
aside: true #侧边栏是否显示


copyright: true
copyright_author: yumenomajo
copyright_author_href: gunjo-radio-ii.cc
copyright_url:
copyright_info: 本文遵循[知识共享署名-相同方式共享 4.0 国际许可协议]

sticky: 1 #文章是否置顶,数字越小,优先级越高。
swiper_index: 1 #文章在Swiper组件中的索引,Swiper是一个滑动组件。
---

<div class="aplayer no-destroy" data-id="1431292849" data-volume="0.4" data-server="netease" data-type="song" data-fixed="false" data-autoplay="true" data-lrcType="-1"> </div>

插入音乐可能可以用上的:

1
<div class="aplayer no-destroy" data-id="1431292849" data-volume="0.4" data-server="netease" data-type="song" data-fixed="false" data-autoplay="true" data-lrcType="-1"> </div>