diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-01-06 17:04:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-01-08 10:58:22 +0900 |
| commit | 5fb526917cd941d2b4498a80b478ee5ab4570055 (patch) | |
| tree | ffaba4a896735289c23ad599a65d3a970405c468 /vhosts/blog/public/posts/index.html | |
| parent | 5fd75cb1220105334b130b6bfc5395c27161210a (diff) | |
| download | nsfisis.dev-5fb526917cd941d2b4498a80b478ee5ab4570055.tar.gz nsfisis.dev-5fb526917cd941d2b4498a80b478ee5ab4570055.tar.zst nsfisis.dev-5fb526917cd941d2b4498a80b478ee5ab4570055.zip | |
feat(blog/content): new post /posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 07b81ecb..284459a1 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -42,6 +42,21 @@ <h1>投稿一覧</h1> </header> <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> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-12-31/2023-reflections/"> <header class="entry-header"> <h2>2023年の振り返り</h2> |
