blog/themes/stack/demo/content/page/links/index.zh.md
2026-07-31 15:38:57 +08:00

1.0 KiB
Raw Blame History

title links menu comments
链接
title description website image
GitHub GitHub 是世界上最大的软件开发平台。 https://github.com https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
title description website image
TypeScript TypeScript 是 JavaScript 的一个超集,它可以编译成纯 JavaScript。 https://www.typescriptlang.org ts-logo-128.jpg
main
weight params
-50
icon
link
false

要使用此功能,请在 frontmatter 中添加 links 部分。

此页面的 frontmatter

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 字段支持本地和外部图像。