BrainSpace自定义项及标签
BrainSpace
2023-06-04
364 字
2 分钟
HUGO版本 弃用

Brain hole自定义项及标签#

蓝色标签 绿色标签 橙色标签 红色标签

这是一段文字abc这是一段文字abc这是一段文字abc这是一段文字abc这是一段文字abc这是一段文字abc

title: 标题
date: 时间
author: 作者
tags: 标签
weight: 1-5 置顶顺序   6-10热门文章顺序
blogTitle: 底部版权自定义
enableComments: true  评论开关
featured_image: 首页图片
summary: 文章简介
这是文字 居中
这是文字 靠左
这是文字 靠右

Heading Line

Hello, UIkit!这是容器居中

This is a centered container.

GitHub Repository Cards#

You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.

Fabrizz
/
MMM-OnSpotify
Waiting for api.github.com...
00K
0K
0K
Waiting...

Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}.

::github{repo="saicaca/fuwari"}

Admonitions#

Following types of admonitions are supported: note tip important warning caution

NOTE

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

Basic Syntax#

:::note
Highlights information that users should take into account, even when skimming.
:::

:::tip
Optional information to help a user be more successful.
:::

Custom Titles#

The title of the admonition can be customized.

MY CUSTOM TITLE

This is a note with a custom title.

:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::

GitHub Syntax#

TIP

The GitHub syntax is also supported.

> [!NOTE]
> The GitHub syntax is also supported.

> [!TIP]
> The GitHub syntax is also supported.

The GitHub syntax