diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-01 12:48:02 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-01 12:48:02 +0900 |
| commit | f866a23c9ad7842e6c832bae6d84bec953287c08 (patch) | |
| tree | 440856073df7c2fec3431bf1ca2e133c2ea33c45 /services/nuldoc/public/blog/posts/3 | |
| parent | 376781b3592203de7d3ceb01b1d7a07dc5bd87a7 (diff) | |
| download | nsfisis.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/3')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 46 |
1 files changed, 20 insertions, 26 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index 25732a2d..ef478b30 100644 --- a/services/nuldoc/public/blog/posts/3/index.html +++ b/services/nuldoc/public/blog/posts/3/index.html @@ -70,6 +70,26 @@ </div> </nav> <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 の内側から外側の "." にアクセスする</h2> + </header> + <section class="entry-content"> + <p> + Go言語の text/template における with や range は "." を上書きする。これらの内側から外側の "." にアクセスする方法を調べた。 + </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> + <article class="post-entry"> <a href="/posts/2024-07-19/reparojson-fix-only-json-formatter/"> <header class="entry-header"> <h2>reparojson: 文法エラーを直すだけの JSON フォーマッタを作った</h2> @@ -286,32 +306,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2024-02-10/yapcjapan-2024-report/"> - <header class="entry-header"> - <h2>YAPC::Hiroshima 2024 参加レポ</h2> - </header> - <section class="entry-content"> - <p> - 2024-02-10 に開催された、YAPC::Hiroshima 2024 に参加した。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2024-02-10">2024-02-10</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">カンファレンス</span> - </li> - <li class="tag"> - <span class="tag-inner">Perl</span> - </li> - <li class="tag"> - <span class="tag-inner">YAPC</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
