链接

要启用这个页面,只需要在 front matter 中添加 links 字段。

当前页面的 front matter 示例:

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 字段既支持本地图片,也支持外链图片。

本文采用 CC BY-NC-SA 4.0 许可协议
基于 Hugo 与 Stack 主题构建
使用 Hugo 构建
主题 StackJimmy 设计