链接

要使用此功能,请在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字段支持本地和外部图片。

Licensed under CC BY-NC-SA 4.0
使用 Hugo 构建
主题 StackJimmy 设计