Skip to content

Commit 723c557

Browse files
committed
ブログ追加
1 parent 4218cd6 commit 723c557

3 files changed

Lines changed: 62 additions & 63 deletions

File tree

WebSite/assets/data/blogList_en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
33
"id": "blog_00031",
4-
"title": "GoFデザインパターン - 抽象ファクトリ編",
4+
"title": "GoF Design Patterns - Abstract Factory",
55
"date": "2026-02-03T00:00:00.000Z",
66
"category": "Coding",
7-
"description": "GoFコレクションにおける抽象ファクトリパターン実践ガイド:概念、使いどころ、C++の実装例、注意点と出典を実用的に解説します",
7+
"description": "A practical guide to the Abstract Factory pattern from the GoF collection: concept, when to use it, a C++ implementation example, caveats, and references.",
88
"tags": [
99
"Coding",
1010
"DesignPattern"

WebSite/blog/en/blog_00029.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2 id="conclusion">Conclusion</h2><ul>
410410
</div>
411411
</div>
412412

413-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00030.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00031.html" class="btn btn--next">GoFデザインパターン -… →</a></div>
413+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00030.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00031.html" class="btn btn--next">GoF Design Pa… →</a></div>
414414
</article>
415415
</div>
416416
<aside class="post-sidebar">

0 commit comments

Comments
 (0)