summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc2
-rw-r--r--vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.ndoc10
-rw-r--r--vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.pngbin0 -> 27573 bytes
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html2
-rw-r--r--vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html9
-rw-r--r--vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.pngbin0 -> 27573 bytes
6 files changed, 9 insertions, 14 deletions
diff --git a/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc b/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
index 0bdf2833..74d4b876 100644
--- a/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
@@ -101,7 +101,7 @@ remark = "Qiita から移植"
が返ってくることを確認済み。
</p>
<p>
- この表にない主要な処理系として、https://mruby.org[mruby] は <code>'mruby'</code>
+ この表にない主要な処理系として、<a href="https://mruby.org">mruby</a> は <code>'mruby'</code>
を返す。
</p>
<p>
diff --git a/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.ndoc b/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.ndoc
index fd01bf25..f0ff2f29 100644
--- a/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.ndoc
+++ b/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.ndoc
@@ -24,10 +24,7 @@ remark = "-f オプションについて追記"
$ term-banner 'Hello, World!' 'こんにちは、' '世界!'
]]>
</codeblock>
- <p>
- image::https://raw.githubusercontent.com/nsfisis/term-banner/main/screenshot.png[term-banner
- のスクリーンショット]
- </p>
+ <img src="/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png" alt="term-banner が動作している様子のスクリーンショット"></img>
<p>
コマンドライン引数として渡した文字列をターミナルに大きく表示する。
</p>
@@ -38,7 +35,7 @@ remark = "-f オプションについて追記"
<section id="motivation">
<h>Motivation</h>
<p>
- 以前、https://github.com/nsfisis/big-clock-mode[big-clock-mode]
+ 以前、<a href="https://github.com/nsfisis/big-clock-mode"><code>big-clock-mode</code></a>
という似たようなプログラムを書いた。 これは tmux の <code>:clock-mode</code>
コマンドに着想を得たもので、<code>:clock-mode</code>
よりも大きく現在時刻を表示する。
@@ -87,8 +84,7 @@ remark = "-f オプションについて追記"
<h>フォント</h>
<p>
フリーの 8x8
- ビットマップフォントである、https://littlelimit.net/misaki.htm[美咲フォント
- 2021-05-05a 版] を使わせていただいた。
+ ビットマップフォントである、<a href="https://littlelimit.net/misaki.htm">美咲フォント 2021-05-05a 版</a> を使わせていただいた。
</p>
<p>
はじめは自分でポチポチ打っていたのだが、「き」くらいまでやって挫折した。
diff --git a/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png b/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png
new file mode 100644
index 00000000..c527879a
--- /dev/null
+++ b/vhosts/blog/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png
Binary files differ
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index 4ff37faf..86e0d7ac 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -201,7 +201,7 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
</p>
<p>
- この表にない主要な処理系として、https://mruby.org[mruby] は <code>&apos;mruby&apos;</code> を返す。
+ この表にない主要な処理系として、<a href="https://mruby.org">mruby</a> は <code>&apos;mruby&apos;</code> を返す。
</p>
<p>
diff --git a/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
index c89137d0..c0354af8 100644
--- a/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
+++ b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
@@ -63,9 +63,8 @@
<pre class="highlight"><code>$ term-banner &apos;Hello, World!&apos; &apos;こんにちは、&apos; &apos;世界!&apos;</code></pre>
- <p>
- image::https://raw.githubusercontent.com/nsfisis/term-banner/main/screenshot.png[term-banner のスクリーンショット]
- </p>
+ <img alt="term-banner が動作している様子のスクリーンショット" src="/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png">
+ </img>
<p>
コマンドライン引数として渡した文字列をターミナルに大きく表示する。
@@ -79,7 +78,7 @@
<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> よりも大きく現在時刻を表示する。
+ 以前、<a href="https://github.com/nsfisis/big-clock-mode"><code>big-clock-mode</code></a> という似たようなプログラムを書いた。 これは tmux の <code>:clock-mode</code> コマンドに着想を得たもので、<code>:clock-mode</code> よりも大きく現在時刻を表示する。
</p>
<p>
@@ -131,7 +130,7 @@
<section id="section--font">
<h2><a href="#section--font">フォント</a></h2>
<p>
- フリーの 8x8 ビットマップフォントである、https://littlelimit.net/misaki.htm[美咲フォント 2021-05-05a 版] を使わせていただいた。
+ フリーの 8x8 ビットマップフォントである、<a href="https://littlelimit.net/misaki.htm">美咲フォント 2021-05-05a 版</a> を使わせていただいた。
</p>
<p>
diff --git a/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png
new file mode 100644
index 00000000..c527879a
--- /dev/null
+++ b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/screenshot.png
Binary files differ