diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/3/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index 31096bb..ec2a910 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-06-19/scalamatsuri-2024-report/"> + <header class="entry-header"> + <h2>ScalaMatsuri 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-06-08 から 2024-06-09 にかけて開催された、ScalaMatsuri 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-06-19">2024-06-19</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">カンファレンス</span> + </li> + <li class="tag"> + <span class="tag-inner">Scala</span> + </li> + <li class="tag"> + <span class="tag-inner">ScalaMatsuri</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> <header class="entry-header"> <h2>PHP カンファレンス香川 2024 参加レポ</h2> @@ -286,29 +312,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/"> - <header class="entry-header"> - <h2>【Neovim】 空の PHP ファイルに namespace 宣言を挿入する</h2> - </header> - <section class="entry-content"> - <p> - Neovim で空の PHP ファイルを開いたとき、ディレクトリの構造に基づいて自動的に namespace 宣言を挿入するようにする。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2024-01-10">2024-01-10</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">Neovim</span> - </li> - <li class="tag"> - <span class="tag-inner">PHP</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
