diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-04-01 20:04:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-04-01 20:04:48 +0900 |
| commit | f05a99ee785de512b7bf3e09790ba3bbbc2acdbe (patch) | |
| tree | 2c5d6de84dc55e2a43517789721ef0bacc050b57 /public/posts/index.html | |
| parent | bc93fa20d44baf31a11e222e567d994d6ae19858 (diff) | |
| download | blog.nsfisis.dev-f05a99ee785de512b7bf3e09790ba3bbbc2acdbe.tar.gz blog.nsfisis.dev-f05a99ee785de512b7bf3e09790ba3bbbc2acdbe.tar.zst blog.nsfisis.dev-f05a99ee785de512b7bf3e09790ba3bbbc2acdbe.zip | |
feat(content): post /posts/2023-04-01/implementation-of-minimal-png-image-encoder/
Diffstat (limited to 'public/posts/index.html')
| -rw-r--r-- | public/posts/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/posts/index.html b/public/posts/index.html index cb78cdd..c2f1347 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-01/implementation-of-minimal-png-image-encoder/"> <header class="entry-header"> + <h2>PNG 画像の最小構成エンコーダを実装する</h2> + </header> + <section class="entry-content"> + <p> + PNG 画像として valid な範囲で最大限手抜きしたエンコーダを書く。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-01">2023-04-01</time> 投稿 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/posts/2023-03-10/rewrite-this-blog-generator/"> <header class="entry-header"> <h2>このブログのジェネレータを書き直した</h2> </header> |
