summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-19 11:02:24 +0900
committernsfisis <nsfisis@gmail.com>2024-07-19 11:02:24 +0900
commitfdd26f20fc8777aa56681f0b360b8f8c494524e4 (patch)
tree1dc4192c3725443bd5019eb8f3cb5852c064106e /vhosts/blog/public/posts/index.html
parent2e95d7ae532df155e7d4b2bf183b078375684bd6 (diff)
downloadnsfisis.dev-fdd26f20fc8777aa56681f0b360b8f8c494524e4.tar.gz
nsfisis.dev-fdd26f20fc8777aa56681f0b360b8f8c494524e4.tar.zst
nsfisis.dev-fdd26f20fc8777aa56681f0b360b8f8c494524e4.zip
feat(blog/content): /posts/2024-07-19/reparojson-fix-only-json-formatter/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index c2c4005c..4a64804b 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/2024-07-19/reparojson-fix-only-json-formatter/">
+ <header class="entry-header">
+ <h2>reparojson: 文法エラーを直すだけの JSON フォーマッタを作った</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ 文法エラーだけを直し、空白の削除や挿入といった整形処理を一切おこなわない JSON フォーマッタを作成した。Neovim と連携させる設定例も紹介する。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2024-07-19">2024-07-19</time> 投稿
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2024-06-19/scalamatsuri-2024-report/">
<header class="entry-header">
<h2>ScalaMatsuri 2024 参加レポ</h2>