37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
---
|
|
title: "リンク"
|
|
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
|
|
menu:
|
|
main:
|
|
weight: -50
|
|
params:
|
|
icon: link
|
|
comments: false
|
|
---
|
|
|
|
この機能を使用するには、フロントマターに `links` セクションを追加します。
|
|
|
|
このページのフロントマター:
|
|
|
|
```yaml
|
|
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` フィールドは、ローカル画像と外部画像の両方を受け入れます。
|