{{< mermaid >}}
graph TD
-A[Christmas] -->|Get money| B(Go shopping)
-B --> C{Let me think}
-B --> G[/Another/]
-C ==>|One| D[Laptop]
-C -->|Two| E[iPhone]
-C -->|Three| F[Car]
-subgraph Section
+A[クリスマス] -->|収入| B(買い物にいく)
+B --> C{考える}
+B --> G[/他/]
+C ==>|1| D[ノートパソコン]
+C -->|2| E[iPhone]
+C -->|3| F[車]
+subgraph セクション
C
D
E
@@ -34,29 +34,29 @@ end
{{< /mermaid >}}
-## Sequence diagram
+## 順序図
{{< mermaid >}}
sequenceDiagram
autonumber
-par Action 1
-Alice->>John: Hello John, how are you?
-and Action 2
-Alice->>Bob: Hello Bob, how are you?
+par 行動 1
+アリス->>ジョン: こんにちはジョン、お元気ですか?
+and 行動 2
+アリス->>ボブ: こんにちはボブ、お元気ですか?
end
-Alice->>+John: Hello John, how are you?
-Alice->>+John: John, can you hear me?
-John-->>-Alice: Hi Alice, I can hear you!
-Note right of John: John is perceptive
-John-->>-Alice: I feel great!
-loop Every minute
-John-->Alice: Great!
+アリス->>+ジョン: こんにちはジョン、お元気ですか?
+アリス->>+ジョン: ジョン、聞こえていますか?
+ジョン-->>-アリス: こんにちはアリス、聞こえています!
+Note right of ジョン: ジョンは察しがよい
+ジョン-->>-アリス: とても気分がいいです!
+loop 毎分
+ジョン-->アリス: すばらしい!
end
{{< /mermaid >}}
-## Class diagram
+## クラス図
{{< mermaid >}}
diff --git a/exampleSite/content/samples/emoji/index.ja.md b/exampleSite/content/samples/emoji/index.ja.md
index 2a27aa62..a8d91e72 100755
--- a/exampleSite/content/samples/emoji/index.ja.md
+++ b/exampleSite/content/samples/emoji/index.ja.md
@@ -1,20 +1,20 @@
---
-title: "Emoji :parachute:"
+title: "絵文字 :parachute:"
date: 2019-03-05
-description: "Guide to Emoji usage in Blowfish"
+description: "Blowfihs での絵文字の利用方法についてのガイド"
summary: "📖🏞️🧗🏽🐉🧙🏽♂️🧚🏽👸"
tags: ["emoji", "sample"]
type: 'sample'
---
-Emoji is supported throughout Blowfish by default. Emoji can be used in titles, menu items and article content.
+絵文字は Blowfish を通してデフォルトでサポートされています。絵文字はタイトル、メニューアイテム、そして記事のコンテンツで利用可能です。
{{< alert >}}
-**Note:** The rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack.
+**ノート:** これらの図形のレンダリングはブラウザとプラットフォームに依存します。絵文字をスタイルするには、サードパーティ製の絵文字フォントを利用するか、フォントスタックを利用します。
{{< /alert >}}
-Emoji replacements are automatic throughout Blowfish, so you can use shorthand codes in your content and front matter and they will be converted to their corresponding symbols at build time.
+絵文字の置換は Blowfish 全体を通して自動的に行われるため、コンテンツや表で省略符号を利用しても、ビルド時に対応する記号に変換されます。
-**Example:** `see_no_evil` :see_no_evil:, `hear_no_evil` :hear_no_evil:, `speak_no_evil` :speak_no_evil:.
+**例:** `see_no_evil` :see_no_evil:, `hear_no_evil` :hear_no_evil:, `speak_no_evil` :speak_no_evil:
-The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
+[絵文字チートシート](http://www.emoji-cheat-sheet.com/)は絵文字ショートハンドコードのための便利な参照ページです。
diff --git a/exampleSite/content/samples/external/index.ja.md b/exampleSite/content/samples/external/index.ja.md
index b61030ac..cc2aafcd 100755
--- a/exampleSite/content/samples/external/index.ja.md
+++ b/exampleSite/content/samples/external/index.ja.md
@@ -1,8 +1,8 @@
---
-title: "An External Article"
+title: "外部の記事"
date: 2019-01-24
externalUrl: "https://nunocoracao.com/projects/"
-summary: "The `externalUrl` front matter parameter can link to any URL."
+summary: "`externalUrl` 表示は任意の URL にリンクすることができます。"
showReadingTime: true
_build:
render: "false"
@@ -10,6 +10,6 @@ _build:
type: 'sample'
---
-This page uses the `externalUrl` front matter parameter to link to an article outside of this Hugo website.
+このページは、 `externalUrl` 表示パラメータを利用して、この Hugo ウェブサイト外の記事とリンクしています。
-It's great for things like linking to posts on Medium or to research papers you may have hosted on third party websites.
+Medium の投稿へのリンクや、サードパーティのウェブサイトでホストしている研究論文へのリンクなどに最適です。
diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md
index a702a222..9edfcfa6 100644
--- a/exampleSite/content/samples/icons/index.ja.md
+++ b/exampleSite/content/samples/icons/index.ja.md
@@ -1,114 +1,114 @@
---
-title: "Icons"
+title: "アイコン"
date: 2020-08-14
lastmod: 2022-03-09
draft: false
-description: "Icon support in Blowfish."
+description: "Blowfish でサポートしているアイコン。"
slug: "icons"
tags: ["icons", "sample", "shortcodes"]
type: 'sample'
---
-Blowfish has built-in support for a number of [FontAwesome 6](https://fontawesome.com/icons) icons. These can be included in your website through either the [icon partial]({{< ref "docs/partials#icon" >}}) or [icon shortcode]({{< ref "docs/shortcodes#icon" >}}).
+Blowfish はいくつもの [FontAwesome 6](https://fontawesome.com/icons) のアイコンを組み込み、サポートしています。これらは[アイコンパーシャル]({{< ref "docs/partials#icon" >}})または[アイコンショートコード]({{< ref "docs/shortcodes#icon" >}})のどちらかを利用してウェブサイトに含めることが出来ます。
-Additionally, custom icons are also fully supported. Simply provide your own SVG icon assets by placing them in the `assets/icons/` directory in the root of your project. Any icons in the icons directory will then be available to use throughout the theme. In order achieve automatic color filling every SVG path needs fill="currentColor" XML attribute.
+加えて、カスタムアイコンも完全にサポートされています。プロジェクトのルートにある `assets/icons/` ディレクトリーに SVG アイコンアセットを置くだけです。アイコンディレクトリ内のアイコンはテーマ全体で利用可能になります。自動的に色を塗りつぶすために、全ての SVG パスは fill="currentColor" の XML 属性が必要です。
-The full list of built-in icons and their corresponding names can referenced below.
+組み込んでいるアイコンと対応する名称の全リストは以下を参照してください。
-| Icon name | Preview |
+| アイコン名 | プレビュー |
| -------------------- | --------------------------------- |
| amazon | {{< icon amazon >}} |
| apple | {{< icon apple >}} |
-| bars | {{< icon bars >}} |
-| bell | {{< icon bell >}} |
+| バー | {{< icon bars >}} |
+| ベル | {{< icon bell >}} |
| blogger | {{< icon blogger >}} |
| bluesky | {{< icon bluesky >}} |
-| bomb | {{< icon bomb >}} |
-| bug | {{< icon bug >}} |
-| check | {{< icon check >}} |
-| circle-info | {{< icon circle-info >}} |
-| code | {{< icon code>}} |
+| ボム | {{< icon bomb >}} |
+| バグ | {{< icon bug >}} |
+| チェック | {{< icon check >}} |
+| 情報 (円) | {{< icon circle-info >}} |
+| コード | {{< icon code>}} |
| codepen | {{< icon codepen >}} |
-| comment | {{< icon comment >}} |
+| コメント | {{< icon comment >}} |
| dev | {{< icon dev >}} |
| discourse | {{< icon discourse >}} |
| docker | {{< icon docker >}} |
-| download | {{< icon download >}} |
+| ダウンロード | {{< icon download >}} |
| dribbble | {{< icon dribbble >}} |
-| edit | {{< icon edit >}} |
-| email | {{< icon email >}} |
-| envelope | {{< icon envelope >}} |
-| expand | {{< icon expand >}} |
-| eye | {{< icon eye >}} |
+| 編集 | {{< icon edit >}} |
+| メール | {{< icon email >}} |
+| 封筒 | {{< icon envelope >}} |
+| 拡大 | {{< icon expand >}} |
+| 目 | {{< icon eye >}} |
| facebook | {{< icon facebook >}} |
-| fire | {{< icon fire >}} |
+| 炎 | {{< icon fire >}} |
| flickr | {{< icon flickr >}} |
| fork | {{< icon fork >}} |
| foursquare | {{< icon foursquare >}} |
-| ghost | {{< icon ghost >}} |
+| 幽霊 | {{< icon ghost >}} |
| github | {{< icon github >}} |
| gitlab | {{< icon gitlab >}} |
-| globe | {{< icon globe >}} |
+| 地球 | {{< icon globe >}} |
| goodreads | {{< icon goodreads >}} |
| google | {{< icon google >}} |
-| graduation-cap | {{< icon graduation-cap >}} |
+| 卒業帽 | {{< icon graduation-cap >}} |
| hackernews | {{< icon hackernews >}} |
| hashnode | {{< icon hashnode >}} |
-| heart-empty | {{< icon heart-empty >}} |
-| heart | {{< icon heart >}} |
-| image | {{< icon image >}} |
+| ハート (空) | {{< icon heart-empty >}} |
+| ハート | {{< icon heart >}} |
+| 画像 | {{< icon image >}} |
| instagram | {{< icon instagram >}} |
| keybase | {{< icon keybase >}} |
| kickstarter | {{< icon kickstarter >}} |
| ko-fi | {{< icon ko-fi >}} |
-| language | {{< icon language >}} |
+| 言語 | {{< icon language >}} |
| lastfm | {{< icon lastfm >}} |
-| lightbulb | {{< icon lightbulb >}} |
-| link | {{< icon link >}} |
+| ひらめき | {{< icon lightbulb >}} |
+| リンク | {{< icon link >}} |
| linkedin | {{< icon linkedin >}} |
-| list | {{< icon list >}} |
-| location-dot | {{< icon location-dot >}} |
-| lock | {{< icon lock >}} |
+| リスト | {{< icon list >}} |
+| 地図のピン | {{< icon location-dot >}} |
+| ロック | {{< icon lock >}} |
| mastodon | {{< icon mastodon >}} |
| medium | {{< icon medium >}} |
| microsoft | {{< icon microsoft >}} |
-| moon | {{< icon moon >}} |
-| mug-hot | {{< icon mug-hot >}} |
-| music | {{< icon music >}} |
+| 月 | {{< icon moon >}} |
+| ホットマグカップ | {{< icon mug-hot >}} |
+| 音楽 | {{< icon music >}} |
| orcid | {{< icon orcid >}} |
| patreon | {{< icon patreon >}} |
| paypal | {{< icon paypal >}} |
-| pencil | {{< icon pencil >}} |
-| pgpkey | {{< icon pgpkey >}} |
-| phone | {{< icon phone >}} |
+| 鉛筆 | {{< icon pencil >}} |
+| pgp キー | {{< icon pgpkey >}} |
+| 電話 | {{< icon phone >}} |
| pinterest | {{< icon pinterest >}} |
-| poo | {{< icon poo >}} |
+| うんち | {{< icon poo >}} |
| reddit | {{< icon reddit >}} |
| researchgate | {{< icon researchgate >}} |
| rss | {{< icon rss >}} |
-| rss-square | {{< icon rss-square >}} |
-| scale-balanced | {{< icon scale-balanced >}} |
-| search | {{< icon search >}} |
-| shield | {{< icon shield >}} |
-| skull-crossbones | {{< icon skull-crossbones >}} |
+| rss (四角) | {{< icon rss-square >}} |
+| 天秤 | {{< icon scale-balanced >}} |
+| 検索 | {{< icon search >}} |
+| 盾 | {{< icon shield >}} |
+| ドクロ | {{< icon skull-crossbones >}} |
| slack | {{< icon slack >}} |
| snapchat | {{< icon snapchat >}} |
| soundcloud | {{< icon soundcloud >}} |
| stack-overflow | {{< icon stack-overflow >}} |
-| star | {{< icon star >}} |
+| 星 | {{< icon star >}} |
| steam | {{< icon steam >}} |
| stripe | {{< icon stripe >}} |
| substack | {{< icon substack >}} |
-| sun | {{< icon sun >}} |
-| tag | {{< icon tag >}} |
+| 太陽 | {{< icon sun >}} |
+| タグ | {{< icon tag >}} |
| telegram | {{< icon telegram >}} |
| threads | {{< icon threads >}} |
| tiktok | {{< icon tiktok >}} |
-| triangle-exclamation | {{< icon triangle-exclamation >}} |
+| 警告 (三角) | {{< icon triangle-exclamation >}} |
| tumblr | {{< icon tumblr >}} |
| twitch | {{< icon twitch >}} |
| twitter | {{< icon twitter >}} |
-| wand-magic-sparkles | {{< icon wand-magic-sparkles >}} |
+| 輝く魔法の杖 | {{< icon wand-magic-sparkles >}} |
| whatsapp | {{< icon whatsapp >}} |
| x-twitter | {{< icon x-twitter >}} |
| xing | {{< icon xing >}} |
diff --git a/exampleSite/content/samples/markdown/index.ja.md b/exampleSite/content/samples/markdown/index.ja.md
index af8bd56f..22da88fe 100755
--- a/exampleSite/content/samples/markdown/index.ja.md
+++ b/exampleSite/content/samples/markdown/index.ja.md
@@ -1,18 +1,18 @@
---
title: "Markdown"
date: 2019-03-11
-description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+description: "基本的な Markdown 構文と HTML 要素のフォーマットを紹介するサンプル記事です。"
tags: ["markdown", "css", "html", "sample"]
type: 'sample'
---
-This article offers a sample of basic Markdown formatting that can be used in Blowfish, also it shows how some basic HTML elements are decorated.
+この記事は Blowfish を利用した基本的な Markdown フォーマットのサンプルを提供し、また基本的な HTML 要素がどのように装飾できるのかを示しています。
-## Headings
+## 見出し
-The following HTML `
`—`` elements represent six levels of section headings. `` is the highest section level while `` is the lowest.
+こちらは HTML の ``—`` 要素に相当する6種類の見出しを使用できます。 `` が最大の見出しで、 `` に近づくほど小さくなっていきます。
# H1
@@ -26,121 +26,121 @@ The following HTML ``—`` elements represent six levels of section head
###### H6
-## Paragraph
+## 段落
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
-## Blockquotes
+## ブロック引用
-The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+ブロック引用要素は、他の情報元から引用された内容を表します。 `footer` または `cite` 要素を使った引用や、注釈や省略形などの変更を伴うことも可能です。
-### Blockquote without attribution
+### 出典なしのブロック引用
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
-> **Note** that you can use _Markdown syntax_ within a blockquote.
+> **ノート** ブロック構文では、 _Markdown 構文_ を利用可能です。
-### Blockquote with attribution
+### 出典ありのブロック引用
> Don't communicate by sharing memory, share memory by communicating.
> — Rob Pike[^1]
-[^1]: The above quote is excerpted from Rob Pike's [talk `about` nothing](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+[^1]: 上記の引用は、2015年11月18日に開催された Gopherfest での Rob Pike’s の [`講演`](https://www.youtube.com/watch?v=PAAkCSZUG1c) からの抜粋です。
-## Tables
+## テーブル
-Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+テーブルは Markdown の仕様には含まれていません。しかし Hugp はテーブルをすぐに利用できるようサポートしています。
-| Name | Age |
-| ----- | --- |
-| Bob | 27 |
-| Alice | 23 |
+| 名前 | 年齢 |
+| ----- | ---- |
+| Bob | 27 |
+| Alice | 23 |
-### Inline Markdown within tables
+### テーブルないのインライン Markdown
-| Italics | Bold | Code |
-| --------- | -------- | ------ |
-| _italics_ | **bold** | `code` |
+| 斜体 | 太字 | コード |
+| ------ | -------- | -------- |
+| _斜体_ | **太字** | `コード` |
-## Code Blocks
+## コードブロック
-### Code block with backticks
+### バックチックによるコードブロック
```html
-
+
- Example HTML5 Document
+ HTML5 資料の例
-
Test
+
テスト
```
-### Code block indented with four spaces
+### 4スペースのインデントによるコードブロック
-
+
-
Example HTML5 Document
+
HTML5 資料の例
-
Test
+
テスト
-### Code block with Hugo's internal highlight shortcode
+### Hugo 内のショートコード・ハイライトを利用したコードブロック
{{< highlight html "linenos=table,hl_lines=4 7-9" >}}
-
+
-
Example HTML5 Document
+
HTML5 資料の例
-
Test
+
テスト
{{< /highlight >}}
-## List Types
+## リスト形式
-### Ordered List
+### 順序のあるリスト
-1. First item
-2. Second item
-3. Third item
+1. 1つ目のアイテム
+2. 2つ目のアイテム
+3. 3つ目のアイテム
-### Unordered List
+### 順序がないリスト
-- List item
-- Another item
-- And another item
+- リストアイテム
+- 他のアイテム
+- 他のアイテム
-### Nested list
+### 入れ子型リスト
-- Fruit
- - Apple
- - Orange
- - Banana
-- Dairy
- - Milk
- - Cheese
+- 果実
+ - りんご
+ - オレンジ
+ - バナナ
+- 乳製品
+ - 牛乳
+ - チーズ
-## Other Elements — abbr, sub, sup, kbd, mark
+## その他の要素 — abbr, sub, sup, kbd, mark
-
GIF is a bitmap image format.
+
GIF はビットマップ画像フォーマットです。
H
2O
X
n + Y
n = Z
n
-Press
CTRL+
ALT+
Delete to end the session.
+
CTRL+
ALT+
Deleteを押すことでセッションを終了出来ます。
-Most
salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
\ No newline at end of file
+多くの
サラマンダーは夜行性で、昆虫やミミズ、その他の生物を狩ります。
diff --git a/exampleSite/content/samples/mathematical-notation/index.ja.md b/exampleSite/content/samples/mathematical-notation/index.ja.md
index f0590a0a..63065463 100755
--- a/exampleSite/content/samples/mathematical-notation/index.ja.md
+++ b/exampleSite/content/samples/mathematical-notation/index.ja.md
@@ -1,45 +1,46 @@
---
-title: Mathematical notation
+title: 数学的記法
date: 2019-03-08
-description: A brief sample of mathematical notation in Blowfish.
+description: Blowfish での数学的記法の簡単なサンプル。
tags: ["sample", "katex", "maths", "shortcodes"]
type: 'sample'
---
-KaTeX can be used to render mathematical notation within articles.
+KaTeX は数学的記法を記事内にレンダリングする際に利用できます。
{{< katex >}}
-Blowfish will only bundle the KaTeX assets into your project if you make use of mathematical notation. In order for this to work, simply include the [`katex` shortcode]({{< ref "docs/shortcodes#katex" >}}) within the article. Example below:
+Blowfish は数学的記法を利用する場合のみ、 KaTeX アセットをプロジェクトにバンドルします。これを機能させるには、単に記事内に [`katex` ショートコード]({{< ref "docs/shortcodes#katex" >}}) を含ませてください。以下が例です:
```md
{{* katex */>}}
```
-Any KaTeX syntax on that page will then be automatically rendered. Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
+ページ上のすべての KaTeX 構文は自動的にレンダリングされます。
+利用可能な構文は[サポートしている TeX 機能](https://katex.org/docs/supported.html)のオンラインの文献を参照してください。
-## Inline notation
+## インライン表記
-Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters.
+インライン表記は `\\(` と `\\)` 記号で式を囲むことで生成できます。
-**Example:**
+**例:**
```tex
-% KaTeX inline notation
-Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
+% KaTeX インライン表記
+インライン表記: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
```
-Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
+インライン表記: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
-## Block notation
+## ブロック表記
-Alternatively, block notation can be generated using `$$` delimiters. This will output the expression in its own HTML block.
+または、ブロック表記は `$$` 記号を利用することで生成できます。これによって、式が独自の HTML ブロックに出力されます。
-**Example:**
+**例:**
```tex
-% KaTeX block notation
+% KaTeX ブロック表記
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
diff --git a/exampleSite/content/samples/multiple-authors/index.ja.md b/exampleSite/content/samples/multiple-authors/index.ja.md
index 0cd486f5..40f4feee 100644
--- a/exampleSite/content/samples/multiple-authors/index.ja.md
+++ b/exampleSite/content/samples/multiple-authors/index.ja.md
@@ -1,10 +1,10 @@
---
-title: "Multiple Authors"
+title: "複数人の著者"
date: 2022-10-12
draft: false
-description: "Sample for a multiple author setup"
+description: "複数人の著者の設定方法のサンプル"
tags: ["authors", "sample"]
-summary: "A quick example of how multiple authors could be used."
+summary: "複数人の著者の利用方法の簡単な例。"
showAuthor: false
authors:
- "nunocoracao"
@@ -12,4 +12,4 @@ authors:
type: 'sample'
---
-This is an example of how an article with multiple authors will look like.
\ No newline at end of file
+これは、著者が複数人の記事がどのように見えるかの例です。
diff --git a/exampleSite/content/samples/placeholder-text/index.ja.md b/exampleSite/content/samples/placeholder-text/index.ja.md
index 20c6ac1b..518ba9ce 100755
--- a/exampleSite/content/samples/placeholder-text/index.ja.md
+++ b/exampleSite/content/samples/placeholder-text/index.ja.md
@@ -1,5 +1,5 @@
---
-title: "Placeholder Text"
+title: "代用語文"
date: "2019-03-09"
lastmod: "2022-01-24"
draft: false
diff --git a/exampleSite/content/samples/rich-content/index.ja.md b/exampleSite/content/samples/rich-content/index.ja.md
index d46b16d0..9bffca8a 100755
--- a/exampleSite/content/samples/rich-content/index.ja.md
+++ b/exampleSite/content/samples/rich-content/index.ja.md
@@ -1,36 +1,36 @@
---
-title: "Rich Content"
+title: "リッチコンテンツ"
date: 2019-03-10
-description: "A brief description of Hugo Shortcodes"
+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.
+Hugo には、リッチコンテンツのためのいくつかの[組み込みショートコード](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes)と[プライバシー設定](https://gohugo.io/about/hugo-and-gdpr/)、そして様々なソーシャルメディアの埋め込みを静的に、 JS なしで可能にする _simple shortcodes_ のセットが同梱されています。
## YouTube
-Below is an example using the built-in `youtube` shortcode.
+下記のものは `youtube` ショートコードの組み込みを利用した例です。
{{< youtube ZJthWmvUzzc >}}
## Twitter
-This example uses the `twitter_simple` shortcode to output a Tweet. It requires two named parameters `user` and `id`.
+この例はツイートを `twitter_simple` ショートコードを利用して出力しています。こちらは `user` と `id` の二つのパラメータを必須としています。
{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
-Alternatively, the `tweet` shortcode can be used to embed a fully marked up Twitter card.
+代わりとして、 `tweet` ショートコードが完全にマークアップされた Twitter カードの埋め込みに利用できます、
## 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` ショートコードは GitHub Gist の埋め込みに利用できます。こちらは Gist のユーザー名と ID の二つのパラメータを必須としています。
{{< gist nunocoracao 2779792841f7ffa7c7e62dc4d38626d4 >}}
## Vimeo
-The `vimeo_simple` shortcode will embed a Vimeo video.
+`vimeo_simple` ショートコードは Vimeo 動画を埋め込むことができます。
{{< vimeo_simple 48912912 >}}
diff --git a/exampleSite/content/samples/thumbnail_sample/index.ja.md b/exampleSite/content/samples/thumbnail_sample/index.ja.md
index 06f4118d..af606f12 100644
--- a/exampleSite/content/samples/thumbnail_sample/index.ja.md
+++ b/exampleSite/content/samples/thumbnail_sample/index.ja.md
@@ -1,24 +1,24 @@
---
-title: "Thumbnails"
+title: "サムネイル"
date: 2022-09-26
draft: false
-description: "Turn on thumbnails for your articles."
+description: "記事のサムネイルを変更する。"
slug: "thumbnail_sample"
tags: ["thumbnail", "sample"]
summary: "A quick example of how to start using Thumbnails in your artciles."
type: 'sample'
---
-A quick example of how to start using Thumbnails in your articles.
+記事でどのようにサムネイルを利用するかの簡単な例です。
-If your average directory for an article looks like this:
+記事の平均的なディレクトリが以下のようなものだとしたら:
```shell
content
└── awesome_article.md
```
-You need to change it from a single markdown file into a folder. Create a directory with the same name of the article, inside create a `index.md` file. You'll get a structure similar to what's below.
+単一の markdown ファイルから、フォルダーに入っている形式に変更する必要があります。記事の名前と同一のディレクトリを作成し、その中に `index.md` ファイルを作成します。このようにすると、以下のような構成になります。
```shell
content
@@ -26,7 +26,7 @@ content
└── featured.png
```
-Inside the article you can now add an image file (almost all formats are supported but we recommend `.png` or `.jpg`) that starts with `feature*`. Example below.
+記事内に `feature*` から始まる名前の画像ファイル (ほとんど全てのフォーマットを対応していますが、 `.png` か `.jpg` を推奨しています) を追加できます。以下が例です。
```shell
content
@@ -35,4 +35,4 @@ content
└── featured.png
```
-This will tell Blowfish that this article has a feature image that can be used both as a thumbnail across your website as well as for
oEmbed cards across social platforms. As an example, you can try copy pasting the URL of this article into a platform that shows oEmbeds (e.g. Twitter, WhatsApp, Telegram, etc) and see what is displayed.
+これによって Blowfish は、記事のサムネイルをウェブサイトまたは SNS の
oEmbed カードの紹介画像として利用できます。例としては、この記事の URL を oEmbeds を表示するプラットフォーム (例: Twitter, WhatsApp, Telegram など) にコピーペーストどのように表示されるかをご覧ください。
diff --git a/layouts/partials/analytics/umami.html b/layouts/partials/analytics/umami.html
index a4ab2f5e..67bf4b71 100644
--- a/layouts/partials/analytics/umami.html
+++ b/layouts/partials/analytics/umami.html
@@ -11,6 +11,6 @@
const type = document.head.querySelector('meta[property = "og:type"]').getAttribute('content');
let title = document.head.querySelector('meta[property = "og:title"]').getAttribute('content');
let url = document.head.querySelector('meta[property = "og:url"]').getAttribute('content');
- umami.track(type + ':' +title, {'url': url});
+ umami.track(type + ':' + title, {'url': url});
});
\ No newline at end of file
diff --git a/layouts/partials/meta/likes.html b/layouts/partials/meta/likes.html
index fecda06d..efe98437 100644
--- a/layouts/partials/meta/likes.html
+++ b/layouts/partials/meta/likes.html
@@ -1,17 +1,19 @@
- {{ if eq .Kind "taxonomy"}}
- loading
- {{ partial "icon.html" "heart" }}
-
-{{- /* Trim EOF */ -}}
\ No newline at end of file
+ {{ if eq .Kind "taxonomy" }}
+
+ {{ else if eq .Kind "term" }}
+
+ {{ else }}
+ {{ $translations := .AllTranslations }}
+ {{ with .File }}
+ {{ $path := .Path }}
+ {{range $translations}}
+ {{ $lang := print "." .Lang ".md" }}
+ {{ $path = replace $path $lang ".md" }}
+ {{end}}
+
+ {{ end }}
+ {{ end }}
+ class="animate-pulse inline-block text-transparent max-h-3 rounded-full mt-[-2px] align-middle bg-neutral-300 dark:bg-neutral-400" title="likes">loading
+ {{ partial "icon.html" "heart" }}
+
\ No newline at end of file
diff --git a/layouts/partials/meta/views.html b/layouts/partials/meta/views.html
index 48a8dda8..4c831f9a 100644
--- a/layouts/partials/meta/views.html
+++ b/layouts/partials/meta/views.html
@@ -1,17 +1,19 @@
- {{ if eq .Kind "taxonomy"}}
-
+ {{ else if eq .Kind "term" }}
+
{{ else }}
- {{ $path := .File.Path }}
- {{range .AllTranslations}}
- {{ $lang := print "." .Lang ".md" }}
- {{ $path = replace $path $lang ".md" }}
- {{end}}
-
+ {{ end }}
{{ end }}
- class="animate-pulse inline-block text-transparent max-h-3 rounded-full mt-[-2px] align-middle bg-neutral-300 dark:bg-neutral-400" title="views">loading
+ class="animate-pulse inline-block text-transparent max-h-3 rounded-full mt-[-2px] align-middle bg-neutral-300 dark:bg-neutral-400" title="views">loading
{{ partial "icon.html" "eye" }}
-
-{{- /* Trim EOF */ -}}
+
\ No newline at end of file
diff --git a/layouts/shortcodes/youtubeLite.html b/layouts/shortcodes/youtubeLite.html
index 398f9f79..4375eb38 100644
--- a/layouts/shortcodes/youtubeLite.html
+++ b/layouts/shortcodes/youtubeLite.html
@@ -1,4 +1,5 @@
{{- $id := .Get "id" | default "SgXhGb-7QbU" -}}
{{- $label := .Get "id" | default "Blowfish" -}}
+{{- $params := .Get "params" -}}
-
+
diff --git a/package-lock.json b/package-lock.json
index f43b605a..3799c85e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,23 +1,23 @@
{
"name": "hugo-blowfish-theme",
- "version": "2.63.0",
+ "version": "2.64.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo-blowfish-theme",
- "version": "2.63.0",
+ "version": "2.64.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.7.18",
- "@heroicons/react": "^2.1.1",
+ "@heroicons/react": "^2.1.3",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.7",
"commander": "^12.0.0"
},
"devDependencies": {
- "@tailwindcss/typography": "^0.5.10",
+ "@tailwindcss/typography": "^0.5.12",
"chart.js": "^4.4.2",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
@@ -27,10 +27,10 @@
"packery": "^2.1.2",
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
- "prettier-plugin-tailwindcss": "^0.5.12",
- "puppeteer": "^22.5.0",
+ "prettier-plugin-tailwindcss": "^0.5.13",
+ "puppeteer": "^22.6.2",
"rimraf": "^5.0.5",
- "tailwindcss": "^3.4.1",
+ "tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",
"typeit": "^8.8.3",
"vendor-copy": "^3.0.1"
@@ -114,9 +114,9 @@
}
},
"node_modules/@heroicons/react": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz",
- "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==",
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz",
+ "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==",
"peerDependencies": {
"react": ">= 16"
}
@@ -279,9 +279,9 @@
}
},
"node_modules/@tailwindcss/typography": {
- "version": "0.5.10",
- "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz",
- "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==",
+ "version": "0.5.12",
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz",
+ "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==",
"dev": true,
"dependencies": {
"lodash.castarray": "^4.4.0",
@@ -370,9 +370,9 @@
"dev": true
},
"node_modules/@types/node": {
- "version": "20.11.30",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
- "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
+ "version": "20.12.3",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.3.tgz",
+ "integrity": "sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==",
"dev": true,
"optional": true,
"dependencies": {
@@ -402,9 +402,9 @@
}
},
"node_modules/agent-base": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
+ "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
"dev": true,
"dependencies": {
"debug": "^4.3.4"
@@ -489,21 +489,20 @@
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
},
"node_modules/bare-events": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.1.tgz",
- "integrity": "sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
+ "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
"dev": true,
"optional": true
},
"node_modules/bare-fs": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.2.2.tgz",
- "integrity": "sha512-X9IqgvyB0/VA5OZJyb5ZstoN62AzD7YxVGog13kkfYWYqJYcK0kcqLZ6TrmH5qr4/8//ejVcX4x/a0UvaogXmA==",
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.2.3.tgz",
+ "integrity": "sha512-amG72llr9pstfXOBOHve1WjiuKKAMnebcmMbPWDZ7BCevAoJLpugjuAPRsDINEyjT0a6tbaVx3DctkXIRbLuJw==",
"dev": true,
"optional": true,
"dependencies": {
"bare-events": "^2.0.0",
- "bare-os": "^2.0.0",
"bare-path": "^2.0.0",
"streamx": "^2.13.0"
}
@@ -733,9 +732,9 @@
}
},
"node_modules/chromium-bidi": {
- "version": "0.5.13",
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.13.tgz",
- "integrity": "sha512-OHbYCetDxdW/xmlrafgOiLsIrw4Sp1BEeolbZ1UGJO5v/nekQOJBj/Kzyw6sqKcAVabUTo0GS3cTYgr6zIf00g==",
+ "version": "0.5.16",
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.16.tgz",
+ "integrity": "sha512-IT5lnR44h/qZQ4GaCHvBxYIl4cQL2i9UvFyYeRyVdcpY04hx5H720HQfe/7Oz7ndxaYVLQFGpCO71J4X2Ye/Gw==",
"dev": true,
"dependencies": {
"mitt": "3.0.1",
@@ -1498,9 +1497,9 @@
"dev": true
},
"node_modules/devtools-protocol": {
- "version": "0.0.1249869",
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1249869.tgz",
- "integrity": "sha512-Ctp4hInA0BEavlUoRy9mhGq0i+JSo/AwVyX2EFgZmV1kYB+Zq+EMBAn52QWu6FbRr10hRb6pBl420upbp4++vg==",
+ "version": "0.0.1262051",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1262051.tgz",
+ "integrity": "sha512-YJe4CT5SA8on3Spa+UDtNhEqtuV6Epwz3OZ4HQVLhlRccpZ9/PAYk0/cy/oKxFKRrZPBUPyxympQci4yWNWZ9g==",
"dev": true
},
"node_modules/didyoumean": {
@@ -2109,9 +2108,9 @@
}
},
"node_modules/jiti": {
- "version": "1.20.0",
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz",
- "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==",
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
+ "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
"bin": {
"jiti": "bin/jiti.js"
}
@@ -3195,9 +3194,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
- "version": "0.5.12",
- "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.12.tgz",
- "integrity": "sha512-o74kiDBVE73oHW+pdkFSluHBL3cYEvru5YgEqNkBMFF7Cjv+w1vI565lTlfoJT4VLWDe0FMtZ7FkE/7a4pMXSQ==",
+ "version": "0.5.13",
+ "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.13.tgz",
+ "integrity": "sha512-2tPWHCFNC+WRjAC4SIWQNSOdcL1NNkydXim8w7TDqlZi+/ulZYz2OouAI6qMtkggnPt7lGamboj6LcTMwcCvoQ==",
"dev": true,
"engines": {
"node": ">=14.21.3"
@@ -3207,6 +3206,7 @@
"@prettier/plugin-pug": "*",
"@shopify/prettier-plugin-liquid": "*",
"@trivago/prettier-plugin-sort-imports": "*",
+ "@zackad/prettier-plugin-twig-melody": "*",
"prettier": "^3.0",
"prettier-plugin-astro": "*",
"prettier-plugin-css-order": "*",
@@ -3232,6 +3232,9 @@
"@trivago/prettier-plugin-sort-imports": {
"optional": true
},
+ "@zackad/prettier-plugin-twig-melody": {
+ "optional": true
+ },
"prettier-plugin-astro": {
"optional": true
},
@@ -3261,9 +3264,6 @@
},
"prettier-plugin-svelte": {
"optional": true
- },
- "prettier-plugin-twig-melody": {
- "optional": true
}
}
},
@@ -3321,15 +3321,16 @@
}
},
"node_modules/puppeteer": {
- "version": "22.5.0",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.5.0.tgz",
- "integrity": "sha512-PNVflixb6w3FMhehYhLcaQHTCcNKVkjxekzyvWr0n0yBnhUYF0ZhiG4J1I14Mzui2oW8dGvUD8kbXj0GiN1pFg==",
+ "version": "22.6.2",
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.6.2.tgz",
+ "integrity": "sha512-3GMAJ9adPUSdIHGuYV1b1RqRB6D2UScjnq779uZsvpAP6HOWw2+9ezZiUZaAXVST+Ku7KWsxOjkctEvRasJClA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@puppeteer/browsers": "2.2.0",
"cosmiconfig": "9.0.0",
- "puppeteer-core": "22.5.0"
+ "devtools-protocol": "0.0.1262051",
+ "puppeteer-core": "22.6.2"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@@ -3339,15 +3340,15 @@
}
},
"node_modules/puppeteer-core": {
- "version": "22.5.0",
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.5.0.tgz",
- "integrity": "sha512-bcfmM1nNSysjnES/ZZ1KdwFAFFGL3N76qRpisBb4WL7f4UAD4vPDxlhKZ1HJCDgMSWeYmeder4kftyp6lKqMYg==",
+ "version": "22.6.2",
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.6.2.tgz",
+ "integrity": "sha512-Sws/9V2/7nFrn3MSsRPHn1pXJMIFn6FWHhoMFMUBXQwVvcBstRIa9yW8sFfxePzb56W1xNfSYzPRnyAd0+qRVQ==",
"dev": true,
"dependencies": {
"@puppeteer/browsers": "2.2.0",
- "chromium-bidi": "0.5.13",
+ "chromium-bidi": "0.5.16",
"debug": "4.3.4",
- "devtools-protocol": "0.0.1249869",
+ "devtools-protocol": "0.0.1262051",
"ws": "8.16.0"
},
"engines": {
@@ -3630,12 +3631,12 @@
}
},
"node_modules/socks-proxy-agent": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
- "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
+ "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
"dev": true,
"dependencies": {
- "agent-base": "^7.0.2",
+ "agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.1"
},
@@ -3874,9 +3875,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz",
- "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==",
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz",
+ "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@@ -3886,7 +3887,7 @@
"fast-glob": "^3.3.0",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
- "jiti": "^1.19.1",
+ "jiti": "^1.21.0",
"lilconfig": "^2.1.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
diff --git a/package.json b/package.json
index d2bc9170..ded3704f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
- "version": "2.63.0",
+ "version": "2.64.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"postinstall": "vendor-copy",
@@ -34,7 +34,7 @@
},
"homepage": "https://github.com/nunocoracao/blowfish#readme",
"devDependencies": {
- "@tailwindcss/typography": "^0.5.10",
+ "@tailwindcss/typography": "^0.5.12",
"chart.js": "^4.4.2",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
@@ -44,10 +44,10 @@
"packery": "^2.1.2",
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
- "prettier-plugin-tailwindcss": "^0.5.12",
- "puppeteer": "^22.5.0",
+ "prettier-plugin-tailwindcss": "^0.5.13",
+ "puppeteer": "^22.6.2",
"rimraf": "^5.0.5",
- "tailwindcss": "^3.4.1",
+ "tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",
"typeit": "^8.8.3",
"vendor-copy": "^3.0.1"
@@ -109,7 +109,7 @@
],
"dependencies": {
"@headlessui/react": "^1.7.18",
- "@heroicons/react": "^2.1.1",
+ "@heroicons/react": "^2.1.3",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.7",
"commander": "^12.0.0"