diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/3/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 41 |
1 files changed, 26 insertions, 15 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index f6fe5b7..31096bb 100644 --- a/services/nuldoc/public/blog/posts/3/index.html +++ b/services/nuldoc/public/blog/posts/3/index.html @@ -70,6 +70,32 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-05-11">2024-05-11</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">カンファレンス</span> + </li> + <li class="tag"> + <span class="tag-inner">PHP</span> + </li> + <li class="tag"> + <span class="tag-inner">PHP カンファレンス香川</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"> <header class="entry-header"> <h2>【Zsh】 Composer のカスタムコマンドに対する Zsh 補完で引数にファイルを補完させる</h2> @@ -283,21 +309,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2023-12-31/2023-reflections/"> - <header class="entry-header"> - <h2>2023年の振り返り</h2> - </header> - <section class="entry-content"> - <p> - 2023年にやったことを振り返る - </p> - </section> - <footer class="entry-footer"> - <time datetime="2023-12-31">2023-12-31</time> 投稿 - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
