diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/index.html | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/services/nuldoc/public/blog/posts/index.html b/services/nuldoc/public/blog/posts/index.html index 8bd417c7..f6b54d1b 100644 --- a/services/nuldoc/public/blog/posts/index.html +++ b/services/nuldoc/public/blog/posts/index.html @@ -56,13 +56,28 @@ … </div> <div class="pagination-page"> - <a href="/posts/6/">6</a> + <a href="/posts/7/">7</a> </div> <div class="pagination-next"> <a href="/posts/2/">次へ</a> </div> </nav> <article class="post-entry"> + <a href="/posts/2026-04-20/i-can-eat-glass-it-doesnt-hurt-me/"> + <header class="entry-header"> + <h2>私はガラスを食べられます。それは私を傷つけません</h2> + </header> + <section class="entry-content"> + <p> + PHP 処理系のソースコードで見つけた不思議な文言の由来を調べた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2026-04-20">2026-04-20</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2026-02-01/rewrite-this-site-generator-2026/"> <header class="entry-header"> <h2>このサイトの静的サイトジェネレータを書き直した (2026)</h2> @@ -239,26 +254,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2025-05-05/make-tiny-self-hosted-c-compiler/"> - <header class="entry-header"> - <h2>セルフホスト可能な C コンパイラを作った</h2> - </header> - <section class="entry-content"> - <p> - ゴールデンウィークを使って、セルフホストできる C コンパイラを開発した。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2025-05-05">2025-05-05</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">C</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> </div> @@ -272,7 +267,7 @@ … </div> <div class="pagination-page"> - <a href="/posts/6/">6</a> + <a href="/posts/7/">7</a> </div> <div class="pagination-next"> <a href="/posts/2/">次へ</a> |
