-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b20eba
commit b80b823
Showing
2 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,20 +10,48 @@ sidebar: false | |
|
||
<Posts /> | ||
|
||
--- | ||
## 关于文章 | ||
|
||
本博客文章均由 GlobeMC 团队及其成员撰写或约稿,所有内容由其实际具体撰写人负责,仅代表作者观点,如有谬误及不当处望海涵,可以在文章下评论区提出或发送电邮至编辑部部长邮箱<[email protected]>。 | ||
|
||
有意为 CrashMC Blog 供稿的话也可以电邮联系编辑部部长。 | ||
|
||
## 贡献提醒 | ||
|
||
# 贡献提醒 | ||
:::warning | ||
所有内容创作者都应仔细阅读本文中的额外排版规范。 | ||
::: | ||
|
||
欢迎大家参与到 GlobeMC 团队的博客文章的编写中来,博客文章的排版规范以本文档排版规范为准。 | ||
|
||
有关文章撰写的注意事项如下: | ||
|
||
### Frontmatter | ||
|
||
Frontmatter 格式如下: | ||
|
||
```markdown | ||
--- | ||
sidebar: false | ||
sidebar: false # 禁用 Sidebar,推荐,可优化阅读体验 | ||
title: 文章标题 | ||
date: 2024-06-22 19:11:00 | ||
--- | ||
``` | ||
|
||
出现在第一个 `---` (不包括 frontmatter)之前的部分为文章摘要,将显示在文章列表卡片中。 | ||
### 文章摘要 | ||
|
||
出现在第一个 `---` (不包括 Frontmatter)之前的部分为文章摘要,将显示在文章列表卡片中。 | ||
|
||
### 标题与小标题 | ||
|
||
一篇文章内应有且仅有一个 Markdown 一级标题 `#` 并其应尽量与 Frontmatter 中 `title` 字段相同。 | ||
|
||
文章小标题请使用 Markdown 二级标题 `##` 来表示,以便侧边栏目录自动总结。 | ||
|
||
### 引用资料 | ||
|
||
所有文章中引用的资料或站外资源都应在文末以特别板块的方式列出。 | ||
|
||
## 版权声明 | ||
|
||
本站所有文档及博客内容著作权均归 GlobeMC 及实际文章作者所有,所有内容遵循 [CC BY 4.0 协议](https://creativecommons.org/licenses/by/4.0/),转载请注明出处及原作者。 |