aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config.toml5
-rw-r--r--docs/feed.xml (renamed from docs/index.xml)2
-rw-r--r--docs/index.html2
-rw-r--r--docs/page/2/index.html2
-rw-r--r--docs/posts/feed.xml (renamed from docs/posts/index.xml)2
-rw-r--r--docs/posts/index.html2
-rw-r--r--docs/posts/page/2/index.html2
-rw-r--r--docs/tags/conference/feed.xml (renamed from docs/tags/conference/index.xml)2
-rw-r--r--docs/tags/conference/index.html2
-rw-r--r--docs/tags/cpp/feed.xml (renamed from docs/tags/cpp/index.xml)2
-rw-r--r--docs/tags/cpp/index.html2
-rw-r--r--docs/tags/cpp17/feed.xml (renamed from docs/tags/cpp17/index.xml)2
-rw-r--r--docs/tags/cpp17/index.html2
-rw-r--r--docs/tags/feed.xml (renamed from docs/tags/index.xml)2
-rw-r--r--docs/tags/index.html2
-rw-r--r--docs/tags/my-programs/feed.xml (renamed from docs/tags/my-programs/index.xml)2
-rw-r--r--docs/tags/my-programs/index.html2
-rw-r--r--docs/tags/php/feed.xml (renamed from docs/tags/php/index.xml)2
-rw-r--r--docs/tags/php/index.html2
-rw-r--r--docs/tags/phperkaigi/feed.xml (renamed from docs/tags/phperkaigi/index.xml)2
-rw-r--r--docs/tags/phperkaigi/index.html2
-rw-r--r--docs/tags/python/feed.xml (renamed from docs/tags/python/index.xml)2
-rw-r--r--docs/tags/python/index.html2
-rw-r--r--docs/tags/python3/feed.xml (renamed from docs/tags/python3/index.xml)2
-rw-r--r--docs/tags/python3/index.html2
-rw-r--r--docs/tags/ruby/feed.xml (renamed from docs/tags/ruby/index.xml)2
-rw-r--r--docs/tags/ruby/index.html2
-rw-r--r--docs/tags/ruby3/feed.xml (renamed from docs/tags/ruby3/index.xml)2
-rw-r--r--docs/tags/ruby3/index.html2
-rw-r--r--docs/tags/rust/feed.xml (renamed from docs/tags/rust/index.xml)2
-rw-r--r--docs/tags/rust/index.html2
-rw-r--r--docs/tags/vim/feed.xml (renamed from docs/tags/vim/index.xml)2
-rw-r--r--docs/tags/vim/index.html2
33 files changed, 36 insertions, 33 deletions
diff --git a/config.toml b/config.toml
index 50b1dc4..d221eaa 100644
--- a/config.toml
+++ b/config.toml
@@ -6,4 +6,7 @@ title = "REPL: Rest-Eat-Program Loop"
theme = "mypaper"
[taxonomies]
-tag = 'tags'
+tag = "tags"
+
+[outputFormats.rss]
+baseName = "feed"
diff --git a/docs/index.xml b/docs/feed.xml
index 08d013c..8a46c6c 100644
--- a/docs/index.xml
+++ b/docs/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Wed, 31 Mar 2021 01:36:49 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Wed, 31 Mar 2021 01:36:49 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>PHPerKaigi 2022</title>
<link>https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/</link>
diff --git a/docs/index.html b/docs/index.html
index 4ecbe65..0a91347 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list home">
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 6ebb1c6..5c74938 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list home">
diff --git a/docs/posts/index.xml b/docs/posts/feed.xml
index 0ccdb8e..97f29bc 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in Posts on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/posts/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/posts/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>PHPerKaigi 2022</title>
<link>https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/</link>
diff --git a/docs/posts/index.html b/docs/posts/index.html
index b687dd7..863f353 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/posts/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/posts/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 4ad6463..e9361a0 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/posts/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/posts/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/conference/index.xml b/docs/tags/conference/feed.xml
index e9af0ee..5e37700 100644
--- a/docs/tags/conference/index.xml
+++ b/docs/tags/conference/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in conference on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/conference/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/conference/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>PHPerKaigi 2022</title>
<link>https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/</link>
diff --git a/docs/tags/conference/index.html b/docs/tags/conference/index.html
index 43eb1bb..7d39b90 100644
--- a/docs/tags/conference/index.html
+++ b/docs/tags/conference/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/conference/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/conference/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/cpp/index.xml b/docs/tags/cpp/feed.xml
index 6ef924e..7f67cf6 100644
--- a/docs/tags/cpp/index.xml
+++ b/docs/tags/cpp/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in cpp on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:38:30 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/cpp/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:38:30 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/cpp/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[C&#43;&#43;] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/</link>
diff --git a/docs/tags/cpp/index.html b/docs/tags/cpp/index.html
index c77a524..51f5dbc 100644
--- a/docs/tags/cpp/index.html
+++ b/docs/tags/cpp/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/cpp/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/cpp/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/cpp17/index.xml b/docs/tags/cpp17/feed.xml
index d67bf2f..be4782a 100644
--- a/docs/tags/cpp17/index.xml
+++ b/docs/tags/cpp17/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in cpp17 on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:38:30 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/cpp17/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:38:30 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/cpp17/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[C&#43;&#43;] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/</link>
diff --git a/docs/tags/cpp17/index.html b/docs/tags/cpp17/index.html
index f550288..82b86d0 100644
--- a/docs/tags/cpp17/index.html
+++ b/docs/tags/cpp17/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/cpp17/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/cpp17/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/index.xml b/docs/tags/feed.xml
index b56de1e..66d79a6 100644
--- a/docs/tags/index.xml
+++ b/docs/tags/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in Tags on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>conference</title>
<link>https://blog.nsfisis.dev/tags/conference/</link>
diff --git a/docs/tags/index.html b/docs/tags/index.html
index 976a85f..a086ee1 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/my-programs/index.xml b/docs/tags/my-programs/feed.xml
index 68ee945..49b632d 100644
--- a/docs/tags/my-programs/index.xml
+++ b/docs/tags/my-programs/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in my-programs on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 24 Apr 2022 13:22:52 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/my-programs/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Apr 2022 13:22:52 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/my-programs/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>term-banner: ターミナルにバナーを表示するツールを書いた</title>
<link>https://blog.nsfisis.dev/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/</link>
diff --git a/docs/tags/my-programs/index.html b/docs/tags/my-programs/index.html
index 12212d4..381e410 100644
--- a/docs/tags/my-programs/index.html
+++ b/docs/tags/my-programs/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/my-programs/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/my-programs/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/php/index.xml b/docs/tags/php/feed.xml
index 74b22e7..79c2b41 100644
--- a/docs/tags/php/index.xml
+++ b/docs/tags/php/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in php on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/php/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/php/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>PHPerKaigi 2022</title>
<link>https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/</link>
diff --git a/docs/tags/php/index.html b/docs/tags/php/index.html
index 40b21e9..eff9f65 100644
--- a/docs/tags/php/index.html
+++ b/docs/tags/php/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/php/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/php/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/phperkaigi/index.xml b/docs/tags/phperkaigi/feed.xml
index f96415f..3b38381 100644
--- a/docs/tags/phperkaigi/index.xml
+++ b/docs/tags/phperkaigi/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in phperkaigi on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/phperkaigi/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 01 May 2022 09:41:39 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/phperkaigi/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>PHPerKaigi 2022</title>
<link>https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/</link>
diff --git a/docs/tags/phperkaigi/index.html b/docs/tags/phperkaigi/index.html
index c12fcf9..822d84f 100644
--- a/docs/tags/phperkaigi/index.html
+++ b/docs/tags/phperkaigi/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/phperkaigi/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/phperkaigi/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/python/index.xml b/docs/tags/python/feed.xml
index 7321e22..86c346e 100644
--- a/docs/tags/python/index.xml
+++ b/docs/tags/python/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in python on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:32:37 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/python/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:32:37 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/python/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[Python] クロージャとUnboundLocalError: local variable &#39;x&#39; referenced before assignment</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/python-unbound-local-error/</link>
diff --git a/docs/tags/python/index.html b/docs/tags/python/index.html
index da907b7..e7b78e8 100644
--- a/docs/tags/python/index.html
+++ b/docs/tags/python/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/python/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/python/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/python3/index.xml b/docs/tags/python3/feed.xml
index a9ebd96..e8ce5c4 100644
--- a/docs/tags/python3/index.xml
+++ b/docs/tags/python3/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in python3 on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:32:37 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/python3/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:32:37 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/python3/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[Python] クロージャとUnboundLocalError: local variable &#39;x&#39; referenced before assignment</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/python-unbound-local-error/</link>
diff --git a/docs/tags/python3/index.html b/docs/tags/python3/index.html
index d7b2718..0178218 100644
--- a/docs/tags/python3/index.html
+++ b/docs/tags/python3/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/python3/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/python3/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/ruby/index.xml b/docs/tags/ruby/feed.xml
index 4b4bd76..ba9d960 100644
--- a/docs/tags/ruby/index.xml
+++ b/docs/tags/ruby/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in ruby on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:38:50 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/ruby/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:38:50 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/ruby/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[Ruby] then キーワードと case in</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/ruby-then-keyword-and-case-in/</link>
diff --git a/docs/tags/ruby/index.html b/docs/tags/ruby/index.html
index 0b98539..e0ddf04 100644
--- a/docs/tags/ruby/index.html
+++ b/docs/tags/ruby/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/ruby/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/ruby/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/ruby3/index.xml b/docs/tags/ruby3/feed.xml
index dd5e93c..6883036 100644
--- a/docs/tags/ruby3/index.xml
+++ b/docs/tags/ruby3/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in ruby3 on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:38:50 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/ruby3/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:38:50 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/ruby3/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>[Ruby] then キーワードと case in</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/ruby-then-keyword-and-case-in/</link>
diff --git a/docs/tags/ruby3/index.html b/docs/tags/ruby3/index.html
index b6db4d2..2ddeee3 100644
--- a/docs/tags/ruby3/index.html
+++ b/docs/tags/ruby3/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/ruby3/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/ruby3/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/rust/index.xml b/docs/tags/rust/feed.xml
index 806ade2..c6c7aa6 100644
--- a/docs/tags/rust/index.xml
+++ b/docs/tags/rust/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in rust on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:39:27 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/rust/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:39:27 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/rust/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rust のプリミティブ型はどこからやって来るか</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/rust-where-are-primitive-types-from/</link>
diff --git a/docs/tags/rust/index.html b/docs/tags/rust/index.html
index 0bbca5c..f45255c 100644
--- a/docs/tags/rust/index.html
+++ b/docs/tags/rust/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/rust/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/rust/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
diff --git a/docs/tags/vim/index.xml b/docs/tags/vim/feed.xml
index 162d72d..ba321b7 100644
--- a/docs/tags/vim/index.xml
+++ b/docs/tags/vim/feed.xml
@@ -6,7 +6,7 @@
<description>Recent content in vim on REPL: Rest-Eat-Program Loop</description>
<generator>Hugo -- gohugo.io</generator>
<language>ja-JP</language>
- <lastBuildDate>Sat, 02 Oct 2021 09:37:25 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/vim/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 02 Oct 2021 09:37:25 +0900</lastBuildDate><atom:link href="https://blog.nsfisis.dev/tags/vim/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Vimで選択した行の順番を入れ替える</title>
<link>https://blog.nsfisis.dev/posts/2021-10-02/vim-swap-order-of-selected-lines/</link>
diff --git a/docs/tags/vim/index.html b/docs/tags/vim/index.html
index 7ca139d..4a4bf01 100644
--- a/docs/tags/vim/index.html
+++ b/docs/tags/vim/index.html
@@ -17,7 +17,7 @@
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.88.1" />
- <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/vim/index.xml" title="REPL: Rest-Eat-Program Loop" />
+ <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/vim/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">