aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-04-04 00:59:44 +0900
committernsfisis <nsfisis@gmail.com>2023-04-04 00:59:44 +0900
commit008535f896ad3a1f267877fa045111d70845e22a (patch)
treee637a70795af01ad60b14521e647c833298dbf46 /public/posts/index.html
parentf05a99ee785de512b7bf3e09790ba3bbbc2acdbe (diff)
downloadblog.nsfisis.dev-008535f896ad3a1f267877fa045111d70845e22a.tar.gz
blog.nsfisis.dev-008535f896ad3a1f267877fa045111d70845e22a.tar.zst
blog.nsfisis.dev-008535f896ad3a1f267877fa045111d70845e22a.zip
feat(content): post /posts/2023-04-04/phperkaigi-2023-report/
Diffstat (limited to 'public/posts/index.html')
-rw-r--r--public/posts/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/posts/index.html b/public/posts/index.html
index c2f1347..989a23f 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -37,6 +37,20 @@
<h1>投稿一覧</h1>
</header>
<article class="post-entry">
+ <a href="/posts/2023-04-04/phperkaigi-2023-report/"> <header class="entry-header">
+ <h2>PHPerKaigi 2023 参加レポ</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ 2023-03-23 から 2023-03-25 にかけて開催された、PHPerKaigi 2023 に参加した。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2023-04-04">2023-04-04</time> 投稿
+ </footer>
+</a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2023-04-01/implementation-of-minimal-png-image-encoder/"> <header class="entry-header">
<h2>PNG 画像の最小構成エンコーダを実装する</h2>
</header>