diff --git a/.gitignore b/.gitignore index 5271ead..29db922 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ ### Hugo ### # Generated files by hugo -#/public/ +/public/ /resources/_gen/ /assets/jsconfig.json hugo_stats.json diff --git a/content/post/2025-12-25-comiket107.md b/content/post/2025-12-25-comiket107.md new file mode 100644 index 0000000..b5ec640 --- /dev/null +++ b/content/post/2025-12-25-comiket107.md @@ -0,0 +1,23 @@ +--- +title: "C107参加のお知らせ" +date: 2025-12-25T11:00:00+09:00 +author: mayth +tags: + - Publication +slug: "comiket107" +draft: false +--- + + +C107(2025年冬コミ)に参加します。参加日は**12/31(水)(2日目)**、スペースは**南2ホール i-02a**です。新刊“urandom vol.14”が出ます。表紙画像はサンプルPDFへのリンクとなっています。 + +[{{< img-nz "urandom vol.14 Cover & Sample" "/images/c107_cover_thumb.png" >}}](/pdfs/c107_sample.pdf) + +urandom vol.14は次の内容でお送りします。 + +- 10周年記念 名前付きの脆弱性を振り返る(by mayth) +- 量子紛失通信(by yyu) + +サイズはいつものA5判ですが、記事2本なのに本文50ページのお徳用(?)仕様です。頒布価格は500円です。 + +既刊も持ち込む予定ですが、具体的な在庫は確認中です。 diff --git a/static/images/c107_cover_thumb.png b/static/images/c107_cover_thumb.png new file mode 100644 index 0000000..48ef30a Binary files /dev/null and b/static/images/c107_cover_thumb.png differ diff --git a/static/pdfs/c107_sample.pdf b/static/pdfs/c107_sample.pdf new file mode 100644 index 0000000..f03f5d3 Binary files /dev/null and b/static/pdfs/c107_sample.pdf differ