stack-3.26.0
FlintyLemming 2022-10-15 23:15:11 +08:00
parent 2e4eabe60e
commit b78a30e299
1 changed files with 8 additions and 27 deletions

View File

@ -2,14 +2,14 @@
title: 友链
slug: links
links:
- title: GitHub
description: GitHub is the world's largest software development platform.
website: https://github.com
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- title: TypeScript
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
website: https://www.typescriptlang.org
image: ts-logo-128.jpg
- title: bleem
description:
website: https://mritd.com/
image:
- title: qwe7002的个人博客
description:
website: https://qwe7002.com/
image:
menu:
main:
weight: -50
@ -17,22 +17,3 @@ menu:
icon: link
comments: false
---
To use this feature, add `links` section to frontmatter.
This page's frontmatter:
```yaml
links:
- title: GitHub
description: GitHub is the world's largest software development platform.
website: https://github.com
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- title: TypeScript
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
website: https://www.typescriptlang.org
image: ts-logo-128.jpg
```
`image` field accepts both local and external images.