Skip to content

Commit

Permalink
🔀 Merge pull request #1007 from deining/gist
Browse files Browse the repository at this point in the history
Remove documentation on deprecated shortcode 'gist'
  • Loading branch information
jpanther authored Feb 23, 2025
2 parents 84e5e71 + bcebeb1 commit 19f2fdd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions exampleSite/content/samples/rich-content/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Dieses Beispiel verwendet den Shortcode `twitter_simple`, um einen Tweet anzuzei

Alternativ kann der Shortcode `tweet` verwendet werden, um eine vollständig formatierte Twitter-Kachel einzubetten.

## Gist

Der Shortcode `gist` kann verwendet werden, um einen Gist von GitHub einzubetten. Er erfordert zwei unbenannte Parameter: den Benutzernamen und die ID des Gist.

{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}

## Vimeo

Der Shortcode `vimeo_simple` bettet ein Video von Vimeo ein.
Expand Down
6 changes: 0 additions & 6 deletions exampleSite/content/samples/rich-content/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Este ejemplo usa el shortcode `twitter_simple` para generar un Tweet. Requiere d

Alternativamente, el shortcut `tweet` se puede usar para incrustar una tarjeta completa de Twitter.

## Gist

El shortcode `gist` se puede usar para incrustar un GitHub Gist. Requiere dos parámetros por posición: el nombre de usuario y el ID del Gist.

{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}

## Vimeo

El shortcode `vimeo_simple` insertará un video de Vimeo.
Expand Down
6 changes: 0 additions & 6 deletions exampleSite/content/samples/rich-content/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Hugoには、リッチコンテンツのためのいくつかの[組み込みシ

`tweet` ショートコードを使えば、完全にマークアップされたTwitterカードを埋め込むこともできます。

## Gist

`gist` ショートコードを使うと、GitHubのGistを埋め込むことができます。ユーザー名とGistのIDというパラメーターが必要です。

{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}

## Vimeo

`vimeo_simple` ショートコードでVimeoの動画を埋め込むことができます。
Expand Down
6 changes: 0 additions & 6 deletions exampleSite/content/samples/rich-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ This example uses the `twitter_simple` shortcode to output a Tweet. It requires

Alternatively, the `tweet` shortcode can be used to embed a fully marked up Twitter card.

## Gist

The `gist` shortcode can be used to embed a GitHub Gist. It requires two unnamed parameters: the username and ID of the Gist.

{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}

## Vimeo

The `vimeo_simple` shortcode will embed a Vimeo video.
Expand Down
6 changes: 0 additions & 6 deletions exampleSite/content/samples/rich-content/index.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Hugo包含了多个[内置短代码](https://gohugo.io/content-management/shortc

或者,可以使用 `tweet` 短代码来嵌入一个完全标记的Twitter卡片。

## Gist

`gist` 短代码可以用于嵌入GitHub Gist。它需要两个未命名参数:Gist的用户名和ID。

{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}

## Vimeo

`vimeo_simple` 短代码将嵌入Vimeo视频。
Expand Down

0 comments on commit 19f2fdd

Please sign in to comment.