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: 友链 title: 友链
slug: links slug: links
links: links:
- title: GitHub - title: bleem
description: GitHub is the world's largest software development platform. description:
website: https://github.com website: https://mritd.com/
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png image:
- title: TypeScript - title: qwe7002的个人博客
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. description:
website: https://www.typescriptlang.org website: https://qwe7002.com/
image: ts-logo-128.jpg image:
menu: menu:
main: main:
weight: -50 weight: -50
@ -17,22 +17,3 @@ menu:
icon: link icon: link
comments: false 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.