diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-19 03:24:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-19 03:24:43 +0900 |
| commit | db3d51ddc421dad68abddb95d01ffdab440197d6 (patch) | |
| tree | 35a6b45bb964b22fa74486596f4e640db82fb0ac /public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html | |
| parent | cb5a2a0afdf822651db035904cd8c1307a7b7743 (diff) | |
| download | blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.gz blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.zst blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.zip | |
feat(content): specify heading id
Diffstat (limited to 'public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html')
| -rw-r--r-- | public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html index cd997f7..4475dc5 100644 --- a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html +++ b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html @@ -71,8 +71,8 @@ </p> </section> - <section id="section--_motivation"> - <h2><a href="#section--_motivation">Motivation</a></h2> + <section id="section--motivation"> + <h2><a href="#section--motivation">Motivation</a></h2> <p> 以前、https://github.com/nsfisis/big-clock-mode[big-clock-mode] という似たようなプログラムを書いた。 これは tmux の <code>:clock-mode</code> コマンドに着想を得たもので、<code>:clock-mode</code> よりも大きく現在時刻を表示する。 </p> @@ -94,8 +94,8 @@ </p> </section> - <section id="section--_プログラム"> - <h2><a href="#section--_プログラム">プログラム</a></h2> + <section id="section--program"> + <h2><a href="#section--program">プログラム</a></h2> <p> 全体の流れは次のようになっている。 </p> @@ -123,8 +123,8 @@ </p> </section> - <section id="section--_フォント"> - <h2><a href="#section--_フォント">フォント</a></h2> + <section id="section--font"> + <h2><a href="#section--font">フォント</a></h2> <p> フリーの 8x8 ビットマップフォントである、https://littlelimit.net/misaki.htm[美咲フォント 2021-05-05a 版] を使わせていただいた。 </p> |
