mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
tanslate: samples/rich-content into japanese
This commit is contained in:
parent
811a9b5c1c
commit
c3a6c2ca27
1 changed files with 36 additions and 0 deletions
36
exampleSite/content/samples/rich-content/index.ja.md
Executable file
36
exampleSite/content/samples/rich-content/index.ja.md
Executable file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: "リッチコンテンツ"
|
||||
date: 2019-03-10
|
||||
description: "Hugo ショートコードの簡単な説明"
|
||||
summary: "This is an _example_ of a **rich** content summary."
|
||||
tags: ["shortcodes", "privacy", "sample", "gist", "twitter", "youtube", "vimeo"]
|
||||
type: 'sample'
|
||||
---
|
||||
|
||||
Hugo ships with several [built-in shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [privacy config](https://gohugo.io/about/hugo-and-gdpr/) and a set of _simple shortcodes_ that enable static and no-JS versions of various social media embeds.
|
||||
|
||||
## YouTube
|
||||
|
||||
下記のものは `youtube` ショートコードの組み込みを利用した例です。
|
||||
|
||||
{{< youtube ZJthWmvUzzc >}}
|
||||
|
||||
## Twitter
|
||||
|
||||
この例はツイートを `twitter_simple` ショートコードを利用して出力しています。こちらは `user` と `id` の二つのパラメータを必須としています。
|
||||
|
||||
{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
|
||||
|
||||
代わりとして、 `tweet` ショートコードが完全にマークアップされた Twitter カードの埋め込みに利用できます、
|
||||
|
||||
## Gist
|
||||
|
||||
`gist` ショートコードは GitHub Gist の埋め込みに利用できます。こちらは Gist のユーザー名と ID の二つのパラメータを必須としています。
|
||||
|
||||
{{< gist nunocoracao 2779792841f7ffa7c7e62dc4d38626d4 >}}
|
||||
|
||||
## Vimeo
|
||||
|
||||
`vimeo_simple` ショートコードは Vimeo 動画を埋め込むことができます。
|
||||
|
||||
{{< vimeo_simple 48912912 >}}
|
Loading…
Reference in a new issue