summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-05-11 22:48:42 +0900
committernsfisis <nsfisis@gmail.com>2024-05-11 22:48:42 +0900
commitd71d7b6aa6b5081f94298cc037803fe6a6188498 (patch)
treec9972ecf3ca988be044e9e89899daa6d15d75561 /vhosts/blog/public/posts/index.html
parentfa371513a4374edc49803b6d60c41aff902041e7 (diff)
downloadnsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.tar.gz
nsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.tar.zst
nsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.zip
feat(blog/content): new post /posts/2024-05-11/phpconkagawa-2024-report/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 815b24e0..30234d59 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,6 +43,21 @@
<h1>投稿一覧</h1>
</header>
<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> 投稿
+ </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>