diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
| commit | e2d0028c1fbfb4cac59e20926e5aa0031e0ed607 (patch) | |
| tree | bf89da301d96aaf22aac30402156cd1f3fed8299 /docs/posts/2022-04-24 | |
| parent | fee09a6d9a16226ea02b2725fff318cc35dd83b7 (diff) | |
| download | nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.gz nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.zst nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.zip | |
add changelog field to frontmatter
Diffstat (limited to 'docs/posts/2022-04-24')
| -rw-r--r-- | docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html index 281f8d6..2ab498b 100644 --- a/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html +++ b/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html @@ -31,12 +31,22 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">term-banner: ターミナルにバナーを表示するツールを書いた</h1> - <div class="post-meta">2022-04-24</div> + <div class="post-meta"> + Posted on <time>2022-04-24</time>, updated on <time>2022-04-27</time> + </div> <ul class="post-tags"> <li><a href="https://blog.nsfisis.dev/tags/my-programs">my-programs</a></li> </ul> </header> - <div class="post-content"><h1 id="はじめに">はじめに</h1> + <div class="post-content"> + <section> + <h1>更新履歴</h1> + <ul> + <li>2022-04-24: 公開</li> + <li>2022-04-27: -f オプションについて追記</li> + </ul> + </section> + <h1 id="はじめに">はじめに</h1> <p>こんなものを作った。</p> <pre tabindex="0"><code>$ term-banner 'Hello, World!' 'こんにちは、' '世界!' </code></pre><p><img src="https://raw.githubusercontent.com/nsfisis/term-banner/main/screenshot.png" alt="term-banner のスクリーンショット"></p> @@ -78,7 +88,8 @@ PNG が標準ライブラリにあったり、Shift-JIS のエンコーディン <p>2022-04-27 追記: <code>-f</code> オプションで選べるようにした。</p> <h1 id="おわりに">おわりに</h1> <p>あなたもターミナルに住んでみませんか?</p> -</div> + + </div> </article></main> <footer class="footer"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
