diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/2')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2/index.html | 52 |
1 files changed, 29 insertions, 23 deletions
diff --git a/services/nuldoc/public/blog/posts/2/index.html b/services/nuldoc/public/blog/posts/2/index.html index 87d8e06..8fd8d89 100644 --- a/services/nuldoc/public/blog/posts/2/index.html +++ b/services/nuldoc/public/blog/posts/2/index.html @@ -67,6 +67,35 @@ </div> </nav> <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> + </header> + <section class="entry-content"> + <p> + RubyKaigi 2025 で開催された TRICK において、『最もRuby on Ruby賞』として審査員賞をいただいた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2025-04-20">2025-04-20</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">カンファレンス</span> + </li> + <li class="tag"> + <span class="tag-inner">Ruby</span> + </li> + <li class="tag"> + <span class="tag-inner">RubyKaigi</span> + </li> + <li class="tag"> + <span class="tag-inner">TRICK</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-03-28/http-1-1-send-multiple-same-headers/"> <header class="entry-header"> <h2>【HTTP】HTTP/1.1 で同じヘッダを2回送るとどうなるか</h2> @@ -262,29 +291,6 @@ </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> - </header> - <section class="entry-content"> - <p> - 文法エラーだけを直し、空白の削除や挿入といった整形処理を一切おこなわない JSON フォーマッタを作成した。Neovim と連携させる設定例も紹介する。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2024-07-19">2024-07-19</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">Neovim</span> - </li> - <li class="tag"> - <span class="tag-inner">Vim</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/">前へ</a> |
