fix: inline stack theme
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "鏈接"
|
||||
links:
|
||||
- title: GitHub
|
||||
description: GitHub 是世界上最大的軟件開發平台。
|
||||
website: https://github.com
|
||||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||
- title: TypeScript
|
||||
description: TypeScript 是 JavaScript 的一個超集,它可以編譯成純 JavaScript。
|
||||
website: https://www.typescriptlang.org
|
||||
image: ts-logo-128.jpg
|
||||
menu:
|
||||
main:
|
||||
weight: -50
|
||||
params:
|
||||
icon: link
|
||||
comments: false
|
||||
---
|
||||
|
||||
要使用此功能,請在 frontmatter 中添加 `links` 部分。
|
||||
|
||||
此頁面的 frontmatter:
|
||||
|
||||
```yaml
|
||||
links:
|
||||
- title: GitHub
|
||||
description: GitHub 是世界上最大的軟件開發平台。
|
||||
website: https://github.com
|
||||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||
- title: TypeScript
|
||||
description: TypeScript 是 JavaScript 的一個超集,它可以編譯成純 JavaScript。
|
||||
website: https://www.typescriptlang.org
|
||||
image: ts-logo-128.jpg
|
||||
```
|
||||
|
||||
`image` 字段支持本地和外部圖像。
|
||||
Reference in New Issue
Block a user