Files
hugo-theme-stack/demo/content/page/links/index.ja.md
T
JimmyandGitHub 211bf65153 feat: better demo site (#1241)
* demo: add image-gallery post

* demo: change language weight

* demo: add multilanguage about page

* demo: change title and url

* demo: add shortcode documentation with multi-language support

* demo: improve markdown guide post

* demo: improve Math Typesetting post

* demo: rename Markdown Syntax Guide post

* demo: remove emoji support post

* demo: remove placeholder text post

* demo: remove rich-content post

* demo: rename image gallery page bundle

* demo: add multilingual `Documentation` category

* demo: Increase pagination pager size from 3 to 5.

* demo: add multilingual links, search, and archives pages

* demo: remove `ar` from demosite
2026-01-26 13:49:47 +01:00

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` フィールドは、ローカル画像と外部画像の両方を受け入れます。