-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Lemon73-Computing/improve-i18n-support
Improve: i18n support
- Loading branch information
Showing
13 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
menu: | ||
main: | ||
name: Home | ||
weight: 1 | ||
params: | ||
icon: home | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: KDE | ||
description: KDE 関連の資料 | ||
image: konqi.png | ||
|
||
# Badge style | ||
style: | ||
background: "#1D99F3" | ||
color: "#fff" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lemon rules | ||
description: The docs about the rules in Lemon's Resting Area (my own group). | ||
|
||
# Badge style | ||
style: | ||
background: "#ffa" | ||
color: "#fff" | ||
--- |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Archives" | ||
date: 2024-02-20 | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
main: | ||
weight: 2 | ||
params: | ||
icon: archives | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
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 | ||
menu: | ||
main: | ||
weight: 4 | ||
params: | ||
icon: link | ||
|
||
comments: false | ||
--- | ||
|
||
この機能を利用するには、`links` セクションをフロントマターに追加してください。 | ||
|
||
このページのフロントマター: | ||
|
||
```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` フィールドは内部と外部の画像両方に対応しています。 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Search" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
- html | ||
- json | ||
menu: | ||
main: | ||
weight: 3 | ||
params: | ||
icon: search | ||
--- |