diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/index.html | 49 |
1 files changed, 20 insertions, 29 deletions
diff --git a/services/nuldoc/public/blog/posts/index.html b/services/nuldoc/public/blog/posts/index.html index d03b3bc..ee02d0e 100644 --- a/services/nuldoc/public/blog/posts/index.html +++ b/services/nuldoc/public/blog/posts/index.html @@ -63,6 +63,26 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2026-01-16/development-environment-2026/"> + <header class="entry-header"> + <h2>開発環境現状確認 2026</h2> + </header> + <section class="entry-content"> + <p> + 2026 年 1 月時点での開発環境まとめ + </p> + </section> + <footer class="entry-footer"> + <time datetime="2026-01-16">2026-01-16</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">備忘録</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-12-31/2025-reflections/"> <header class="entry-header"> <h2>2025 年の振り返り</h2> @@ -245,35 +265,6 @@ </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> - </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> <nav class="pagination"> <div class="pagination-prev"> </div> |
