diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-05 23:53:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-05 23:53:47 +0900 |
| commit | bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2 (patch) | |
| tree | 61bf29fe1cddcf106b16c1752108b70e62a469de /vhosts/blog/public/posts/index.html | |
| parent | 09b8483ed67d3b85e983ef86c34260081975e1cb (diff) | |
| download | nsfisis.dev-bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2.tar.gz nsfisis.dev-bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2.tar.zst nsfisis.dev-bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2.zip | |
feat(blog/content): new post /posts/2025-05-05/make-tiny-self-hosted-c-compiler/
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 b08ca2ca..f56839e4 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-05-05/make-tiny-self-hosted-c-compiler/"> + <header class="entry-header"> + <h2>セルフホスト可能な C コンパイラを作った</h2> + </header> + <section class="entry-content"> + <p> + ゴールデンウィークを使って、セルフホストできる C コンパイラを開発した + </p> + </section> + <footer class="entry-footer"> + <time datetime="2025-05-05">2025-05-05</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/"> <header class="entry-header"> <h2>【Composer】 composer-patches v2 では macOS でも GNU patch のインストールが不要になる (予定)</h2> |
