diff options
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 7155c3a6..f0c11b13 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/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/"> + <header class="entry-header"> + <h2>【YAML】YAML 1.1 と YAML 1.2 の主な破壊的変更</h2> + </header> + <section class="entry-content"> + <p> + データ記述言語 YAML におけるバージョン 1.1 と 1.2 の主な破壊的変更をまとめた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2025-01-26">2025-01-26</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-01-08/phperkaigi-2023-tokens-q1/"> <header class="entry-header"> <h2>PHPerKaigi 2023 トークン問題解説 (1/5)</h2> |
