summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-07 23:17:49 +0900
committernsfisis <nsfisis@gmail.com>2024-04-07 23:20:29 +0900
commit479ef01f8352fe2bdeb657f1af970d5c661f04da (patch)
tree48b402ac1fcdfe2cf8d9d34656295342681f8218
parent1971766cc231b9f693b904673d79c3dc29b811d1 (diff)
downloadnsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.tar.gz
nsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.tar.zst
nsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.zip
feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to /posts/2024-03-20/my-bucket-list/
-rw-r--r--vhosts/blog/content/posts/2024-03-20/my-bucket-list.ndoc (renamed from vhosts/blog/content/posts/2024-03-20/todos-in-my-life.ndoc)6
-rw-r--r--vhosts/blog/nginx.conf2
-rw-r--r--vhosts/blog/public/atom.xml6
-rw-r--r--vhosts/blog/public/posts/2024-03-20/my-bucket-list/index.html (renamed from vhosts/blog/public/posts/2024-03-20/todos-in-my-life/index.html)5
-rw-r--r--vhosts/blog/public/posts/atom.xml6
-rw-r--r--vhosts/blog/public/posts/index.html4
6 files changed, 19 insertions, 10 deletions
diff --git a/vhosts/blog/content/posts/2024-03-20/todos-in-my-life.ndoc b/vhosts/blog/content/posts/2024-03-20/my-bucket-list.ndoc
index 520f161e..8bef847c 100644
--- a/vhosts/blog/content/posts/2024-03-20/todos-in-my-life.ndoc
+++ b/vhosts/blog/content/posts/2024-03-20/my-bucket-list.ndoc
@@ -9,10 +9,14 @@ tags = [
[[article.revisions]]
date = "2024-03-20"
remark = "公開"
+
+[[article.revisions]]
+date = "2024-04-07"
+remark = "URL slug を todos-in-my-life から my-bucket-list へ変更"
---
<article>
<p>
- これは眠れない夜にノートへ書き散らした文章をなんとか記事の体裁に直したものであり、およそ文章と呼べるものを期待してはならぬ。
+ これは眠れない夜にノートへ書き散らした文をなんとか文章の体裁に直したものであり、およそ論理と呼べるものを期待してはならぬ。
</p>
<p>
Knuth 曰くプログラミングは文芸である。断っておくが、労役に伴うプロダクティブでプラクティカルな行為を指してそう言っているのではない (Knuth がどう考えているかは知らないが、少なくとも私にとっては)。いわゆる趣味プログラミング、穢れなき自由意志の下で記述されるプログラムとはすなわち、絵描きにとっての絵、文字書きにとっての文章に等しい。プログラムとは、ソースコードとは、芸術作品の一形態なのである。
diff --git a/vhosts/blog/nginx.conf b/vhosts/blog/nginx.conf
index 36deb549..32787c78 100644
--- a/vhosts/blog/nginx.conf
+++ b/vhosts/blog/nginx.conf
@@ -27,4 +27,6 @@ server {
# I mistakenly wrote 2023 in the URL instead of 2024.
rewrite ^/posts/2023-01-10/(neovim-insert-namespace-declaration-to-empty-php-file)/?$ /posts/2024-01-10/$1/ permanent;
+
+ rewrite ^/posts/2024-03-20/todos-in-my-life/?$ /posts/2024-03-20/my-bucket-list/ permanent;
}
diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml
index ae147842..805b8104 100644
--- a/vhosts/blog/public/atom.xml
+++ b/vhosts/blog/public/atom.xml
@@ -7,14 +7,14 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-03-20T00:00:00+09:00</updated>
+ <updated>2024-04-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:6b749793-c760-4597-8a4c-b32d027b7585</id>
- <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-03-20/todos-in-my-life/"></link>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-03-20/my-bucket-list/"></link>
<title>死ぬまでに作る自作○○一覧あるいは人生の TODO リスト</title>
<summary>駄文</summary>
<published>2024-03-20T00:00:00+09:00</published>
- <updated>2024-03-20T00:00:00+09:00</updated>
+ <updated>2024-04-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:750be5c8-ca52-4cbd-86fe-5645b06bde95</id>
diff --git a/vhosts/blog/public/posts/2024-03-20/todos-in-my-life/index.html b/vhosts/blog/public/posts/2024-03-20/my-bucket-list/index.html
index fcc8409c..ffa03e56 100644
--- a/vhosts/blog/public/posts/2024-03-20/todos-in-my-life/index.html
+++ b/vhosts/blog/public/posts/2024-03-20/my-bucket-list/index.html
@@ -50,10 +50,13 @@
<li class="revision">
<time datetime="2024-03-20">2024-03-20</time>: 公開
</li>
+ <li class="revision">
+ <time datetime="2024-04-07">2024-04-07</time>: URL slug を todos-in-my-life から my-bucket-list へ変更
+ </li>
</ol>
</section>
<p>
- これは眠れない夜にノートへ書き散らした文章をなんとか記事の体裁に直したものであり、およそ文章と呼べるものを期待してはならぬ。
+ これは眠れない夜にノートへ書き散らした文をなんとか文章の体裁に直したものであり、およそ論理と呼べるものを期待してはならぬ。
</p>
<p>
diff --git a/vhosts/blog/public/posts/atom.xml b/vhosts/blog/public/posts/atom.xml
index 60050923..4ec9867a 100644
--- a/vhosts/blog/public/posts/atom.xml
+++ b/vhosts/blog/public/posts/atom.xml
@@ -7,14 +7,14 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-03-20T00:00:00+09:00</updated>
+ <updated>2024-04-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:6b749793-c760-4597-8a4c-b32d027b7585</id>
- <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-03-20/todos-in-my-life/"></link>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-03-20/my-bucket-list/"></link>
<title>死ぬまでに作る自作○○一覧あるいは人生の TODO リスト</title>
<summary>駄文</summary>
<published>2024-03-20T00:00:00+09:00</published>
- <updated>2024-03-20T00:00:00+09:00</updated>
+ <updated>2024-04-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:750be5c8-ca52-4cbd-86fe-5645b06bde95</id>
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index a4b15416..d6e2659a 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,7 +43,7 @@
<h1>投稿一覧</h1>
</header>
<article class="post-entry">
- <a href="/posts/2024-03-20/todos-in-my-life/">
+ <a href="/posts/2024-03-20/my-bucket-list/">
<header class="entry-header">
<h2>死ぬまでに作る自作○○一覧あるいは人生の TODO リスト</h2>
</header>
@@ -53,7 +53,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2024-03-20">2024-03-20</time> 投稿
+ <time datetime="2024-03-20">2024-03-20</time> 投稿、<time datetime="2024-04-07">2024-04-07</time> 更新
</footer>
</a>
</article>