要使用此功能,请在frontmatter中添加links
部分。
本页面的frontmatter示例:
1
2
3
4
5
6
7
8
9
|
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
字段支持本地和外部图片。