fix: inline stack theme

This commit is contained in:
2026-07-31 15:38:57 +08:00
parent b59ffa7703
commit 3423112533
335 changed files with 16340 additions and 1 deletions
@@ -0,0 +1,36 @@
---
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` フィールドは、ローカル画像と外部画像の両方を受け入れます。
@@ -0,0 +1,37 @@
---
title: 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
menu:
main:
weight: -50
params:
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.
@@ -0,0 +1,36 @@
---
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
---
要使用此功能,請在 frontmatter 中添加 `links` 部分。
此頁面的 frontmatter
```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` 字段支持本地和外部圖像。
@@ -0,0 +1,36 @@
---
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
---
要使用此功能,请在 frontmatter 中添加 `links` 部分。
此页面的 frontmatter
```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` 字段支持本地和外部图像。
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB