Skip to content

Commit 193ee8b

Browse files
committed
ブログ追加
1 parent 2158abb commit 193ee8b

9 files changed

Lines changed: 1033 additions & 80 deletions

File tree

WebSite/assets/data/blogList.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"id": "blog_00034",
4+
"title": "GoFデザインパターン - ブリッジ編",
5+
"date": "2026-02-11T00:00:00.000Z",
6+
"category": "Coding",
7+
"description": "GoFコレクションにおけるブリッジパターン実践ガイド:概念、使いどころ、C++の実装例、注意点と出典を実用的に解説します",
8+
"tags": [
9+
"Coding",
10+
"DesignPattern"
11+
],
12+
"thumbnail": "assets/img/ogp.png",
13+
"contentPath": "blog/blog_00034.html",
14+
"recommended": true
15+
},
216
{
317
"id": "blog_00032",
418
"title": "GoFデザインパターン - ビルダー編",

WebSite/assets/data/blogList_en.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"id": "blog_00034",
4+
"title": "GoF Design Patterns - Bridge",
5+
"date": "2026-02-11T00:00:00.000Z",
6+
"category": "Coding",
7+
"description": "A practical guide to the Bridge pattern from the GoF collection:concepts, when to use it, a C++ implementation example, caveats, and references.",
8+
"tags": [
9+
"Coding",
10+
"DesignPattern"
11+
],
12+
"thumbnail": "assets/img/ogp.png",
13+
"contentPath": "blog/en/blog_00034.html",
14+
"recommended": true
15+
},
216
{
317
"id": "blog_00032",
418
"title": "GoF Design Patterns - Builder",

WebSite/blog/blog_00032.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h2 id="まとめ">まとめ</h2><p>Builder は 構築手順と表現の分離
306306
</div>
307307
</div>
308308

309-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a></div>
309+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoFデザインパターン -…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a><a href="blog_00034.html" class="btn btn--next">GoFデザインパターン -… →</a></div>
310310
</article>
311311
</div>
312312
<aside class="post-sidebar">

WebSite/blog/blog_00034.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

WebSite/blog/en/blog_00032.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2 id="summary">Summary</h2><p>The Builder pattern is a powerful pattern intend
316316
</div>
317317
</div>
318318

319-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a></div>
319+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00033.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00034.html" class="btn btn--next">GoF Design Pa… →</a></div>
320320
</article>
321321
</div>
322322
<aside class="post-sidebar">

WebSite/blog/en/blog_00034.html

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)