From 015090549306ba6fd0c84a874b58559c4a1fa8fb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 29 Apr 2024 22:50:58 +0200 Subject: update theme without example page --- .../content/samples/rich-content/index.ja.md | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100755 themes/blowfish/exampleSite/content/samples/rich-content/index.ja.md (limited to 'themes/blowfish/exampleSite/content/samples/rich-content/index.ja.md') diff --git a/themes/blowfish/exampleSite/content/samples/rich-content/index.ja.md b/themes/blowfish/exampleSite/content/samples/rich-content/index.ja.md deleted file mode 100755 index 9bffca8..0000000 --- a/themes/blowfish/exampleSite/content/samples/rich-content/index.ja.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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 には、リッチコンテンツのためのいくつかの[組み込みショートコード](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes)と[プライバシー設定](https://gohugo.io/about/hugo-and-gdpr/)、そして様々なソーシャルメディアの埋め込みを静的に、 JS なしで可能にする _simple shortcodes_ のセットが同梱されています。 - -## 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 >}} -- cgit v1.2.3