Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

Show mini music player

The mini music player is displayed on the right side of the title. The supported fields are: server, type, ʻid`.

front-matter
---
music:
server: netease # netease, tencent, kugou, xiami, baidu
type: song # song, playlist, album, search, artist
id: 16846091 # song id / playlist id / album id / search keyword
---

see the actual effect: #contributors

Show meta tags

The date, category, update date, tags, sharing, etc. at the top and bottom of the article are meta tags.

front-matter
---
top_meta: false
bottom_meta: false
---

If a page has no title, top_meta will not be displayed, like 404, about pages can be completely hidden:

front-matter
---
seo_title: About
top_meta: false
bottom_meta: false
---

Thumbnails are shown on the right

front-matter
---
thumbnail: https://img.vim-cn.com/17/0c7b02722686d1527a1df807dae0794d995860.png
---

The thumbnail is only displayed on the article list and article page, not on the archive page.

The icon is displayed on the right side of the title

front-matter
---
icons: [fas fa-fire red, fas fa-star green]
---

The icon is only displayed on the archive page and can be used to mark popular articles.

you can set the color of the icon through red / blue / green / yellow / orange / theme / accent

Do you want to show cover

If a page needs a cover, you can write it like this:

front-matter
---
cover: true
---

Show sidebar

By freely setting the sidebar card to delete the redundant information of the corresponding page, increase the weight of valuable information in the page.

If a page does not require a sidebar, you can write:

front-matter
---
sidebar: []
---

If a certain page wants to display certain sidebars, just write:

front-matter
---
sidebar: [grid, toc, tags] # Place any sidebar widgets you want to display
---

Close comment

front-matter
---
comments: false
---

User Exchange Area

This is only for communication between users. If you have any questions, please go to GitHub to submit an issue. Asking questions in the comment area will not receive any response from the developer!