aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/2/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-01 12:48:02 +0900
committernsfisis <nsfisis@gmail.com>2026-02-01 12:48:02 +0900
commitf866a23c9ad7842e6c832bae6d84bec953287c08 (patch)
tree440856073df7c2fec3431bf1ca2e133c2ea33c45 /services/nuldoc/public/blog/posts/2/index.html
parent376781b3592203de7d3ceb01b1d7a07dc5bd87a7 (diff)
downloadnsfisis.dev-f866a23c9ad7842e6c832bae6d84bec953287c08.tar.gz
nsfisis.dev-f866a23c9ad7842e6c832bae6d84bec953287c08.tar.zst
nsfisis.dev-f866a23c9ad7842e6c832bae6d84bec953287c08.zip
feat(blog): new post /posts/2026-02-01/rewrite-this-site-generator-2026/
Diffstat (limited to 'services/nuldoc/public/blog/posts/2/index.html')
-rw-r--r--services/nuldoc/public/blog/posts/2/index.html46
1 files changed, 26 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/2/index.html b/services/nuldoc/public/blog/posts/2/index.html
index 8fd8d89b..ee6aa2c7 100644
--- a/services/nuldoc/public/blog/posts/2/index.html
+++ b/services/nuldoc/public/blog/posts/2/index.html
@@ -67,6 +67,32 @@
</div>
</nav>
<article class="post-entry">
+ <a href="/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/">
+ <header class="entry-header">
+ <h2>【Composer】 composer-patches v2 では macOS でも GNU patch のインストールが不要になる (予定)</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ composer-patches は BSD patch に対応しておらず、一部のパッチの適用に失敗する。現在ベータ版である v2 では patch コマンドに依存しなくなり、macOS で使うときのストレスが解消される見込み。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2025-04-24">2025-04-24</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ <span class="tag-inner">Composer</span>
+ </li>
+ <li class="tag">
+ <span class="tag-inner">macOS</span>
+ </li>
+ <li class="tag">
+ <span class="tag-inner">PHP</span>
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award/">
<header class="entry-header">
<h2>RubyKaigi 2025 の TRICK で入賞した</h2>
@@ -271,26 +297,6 @@
</footer>
</a>
</article>
- <article class="post-entry">
- <a href="/posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/">
- <header class="entry-header">
- <h2>【Go】 text/template の with や range の内側から外側の &quot;.&quot; にアクセスする</h2>
- </header>
- <section class="entry-content">
- <p>
- Go言語の text/template における with や range は &quot;.&quot; を上書きする。これらの内側から外側の &quot;.&quot; にアクセスする方法を調べた。
- </p>
- </section>
- <footer class="entry-footer">
- <time datetime="2024-08-19">2024-08-19</time> 投稿
- <ul class="entry-tags">
- <li class="tag">
- <span class="tag-inner">Go</span>
- </li>
- </ul>
- </footer>
- </a>
- </article>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/">前へ</a>