mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
translate: samples/emoji into japanese
This commit is contained in:
parent
11463f3992
commit
12f6b5b77c
1 changed files with 20 additions and 0 deletions
20
exampleSite/content/samples/emoji/index.ja.md
Executable file
20
exampleSite/content/samples/emoji/index.ja.md
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
title: "絵文字 :parachute:"
|
||||||
|
date: 2019-03-05
|
||||||
|
description: "Blowfihs での絵文字の利用方法についてのガイド"
|
||||||
|
summary: "📖🏞️🧗🏽🐉🧙🏽♂️🧚🏽👸"
|
||||||
|
tags: ["emoji", "sample"]
|
||||||
|
type: 'sample'
|
||||||
|
---
|
||||||
|
|
||||||
|
絵文字は Blowfish を通してデフォルトでサポートされています。絵文字はタイトル、メニューアイテム、そして記事のコンテンツで利用可能です。
|
||||||
|
|
||||||
|
{{< alert >}}
|
||||||
|
**ノート:** これらの図形のレンダリングはブラウザとプラットフォームに依存します。絵文字をスタイルするには、サードパーティ製の絵文字フォントを利用するか、フォントスタックを利用します。
|
||||||
|
{{< /alert >}}
|
||||||
|
|
||||||
|
絵文字の置換は Blowfish 全体を通して自動的に行われるため、コンテンツや表で省略符号を利用しても、ビルド時に対応する記号に変換されます。
|
||||||
|
|
||||||
|
**例:** `see_no_evil` :see_no_evil:, `hear_no_evil` :hear_no_evil:, `speak_no_evil` :speak_no_evil:
|
||||||
|
|
||||||
|
[絵文字チートシート](http://www.emoji-cheat-sheet.com/)は絵文字ショートハンドコードのための便利な参照ページです。
|
Loading…
Reference in a new issue