aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-18 16:36:13 +0900
committernsfisis <nsfisis@gmail.com>2023-03-18 16:36:13 +0900
commitf3734ac3bd1a15a4bf2aaca8f73def5003380b86 (patch)
tree9b6271f5386cce9ecc1fef2369f7ce35d6a3f891
parent2308e54db43abfa5e9020bac637b5c7ac88e692e (diff)
downloadblog.nsfisis.dev-f3734ac3bd1a15a4bf2aaca8f73def5003380b86.tar.gz
blog.nsfisis.dev-f3734ac3bd1a15a4bf2aaca8f73def5003380b86.tar.zst
blog.nsfisis.dev-f3734ac3bd1a15a4bf2aaca8f73def5003380b86.zip
feat(nuldoc): change page title of tags/*
-rw-r--r--nuldoc-src/templates/tag.ts4
-rw-r--r--public/tags/conference/index.html4
-rw-r--r--public/tags/cpp/index.html4
-rw-r--r--public/tags/cpp17/index.html4
-rw-r--r--public/tags/note-to-self/index.html4
-rw-r--r--public/tags/php/index.html4
-rw-r--r--public/tags/phpcon/index.html4
-rw-r--r--public/tags/phperkaigi/index.html4
-rw-r--r--public/tags/python/index.html4
-rw-r--r--public/tags/python3/index.html4
-rw-r--r--public/tags/ruby/index.html4
-rw-r--r--public/tags/ruby3/index.html4
-rw-r--r--public/tags/rust/index.html4
-rw-r--r--public/tags/vim/index.html4
14 files changed, 28 insertions, 28 deletions
diff --git a/nuldoc-src/templates/tag.ts b/nuldoc-src/templates/tag.ts
index 8c296d8..1cbc2c5 100644
--- a/nuldoc-src/templates/tag.ts
+++ b/nuldoc-src/templates/tag.ts
@@ -26,7 +26,7 @@ export default async function convertTag(
el("__root__", []),
`<tag:${tag}>`,
`/tags/${tag}/`,
- tagLabel,
+ `タグ「${tagLabel}」一覧`,
`タグ「${tagLabel}」のついた記事一覧`,
[],
[],
@@ -93,7 +93,7 @@ export default async function convertTag(
el(
"main",
[["class", "main"]],
- el("header", [["class", "page-header"]], el("h1", [], text(tagLabel))),
+ el("header", [["class", "page-header"]], el("h1", [], text(doc.title))),
...posts.map((post) =>
el(
"article",
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html
index 6d40829..43ea17d 100644
--- a/public/tags/conference/index.html
+++ b/public/tags/conference/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「カンファレンス」のついた記事一覧">
<meta name="keywords" content="カンファレンス">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>カンファレンス | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「カンファレンス」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>カンファレンス</h1>
+ <h1>タグ「カンファレンス」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2022-08-27/php-conference-okinawa-code-golf/"> <header class="entry-header">
diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html
index a802ad0..bf4f91e 100644
--- a/public/tags/cpp/index.html
+++ b/public/tags/cpp/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「C++」のついた記事一覧">
<meta name="keywords" content="C++">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>C++ | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「C++」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>C++</h1>
+ <h1>タグ「C++」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/"> <header class="entry-header">
diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html
index 4a84a13..814342f 100644
--- a/public/tags/cpp17/index.html
+++ b/public/tags/cpp17/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「C++ 17」のついた記事一覧">
<meta name="keywords" content="C++ 17">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>C++ 17 | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「C++ 17」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>C++ 17</h1>
+ <h1>タグ「C++ 17」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/"> <header class="entry-header">
diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html
index 3f4821d..5823c27 100644
--- a/public/tags/note-to-self/index.html
+++ b/public/tags/note-to-self/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「備忘録」のついた記事一覧">
<meta name="keywords" content="備忘録">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>備忘録 | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「備忘録」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>備忘録</h1>
+ <h1>タグ「備忘録」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2022-10-28/setup-server-for-this-site/"> <header class="entry-header">
diff --git a/public/tags/php/index.html b/public/tags/php/index.html
index 55ad888..00f70f5 100644
--- a/public/tags/php/index.html
+++ b/public/tags/php/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「PHP」のついた記事一覧">
<meta name="keywords" content="PHP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>PHP | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「PHP」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>PHP</h1>
+ <h1>タグ「PHP」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/"> <header class="entry-header">
diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html
index 7f1d0bc..b2af46c 100644
--- a/public/tags/phpcon/index.html
+++ b/public/tags/phpcon/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「PHP カンファレンス」のついた記事一覧">
<meta name="keywords" content="PHP カンファレンス">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>PHP カンファレンス | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「PHP カンファレンス」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>PHP カンファレンス</h1>
+ <h1>タグ「PHP カンファレンス」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2022-08-27/php-conference-okinawa-code-golf/"> <header class="entry-header">
diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html
index 460e54d..7812c66 100644
--- a/public/tags/phperkaigi/index.html
+++ b/public/tags/phperkaigi/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「PHPerKaigi」のついた記事一覧">
<meta name="keywords" content="PHPerKaigi">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>PHPerKaigi | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「PHPerKaigi」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>PHPerKaigi</h1>
+ <h1>タグ「PHPerKaigi」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/"> <header class="entry-header">
diff --git a/public/tags/python/index.html b/public/tags/python/index.html
index 4bedc59..1a58171 100644
--- a/public/tags/python/index.html
+++ b/public/tags/python/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Python」のついた記事一覧">
<meta name="keywords" content="Python">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Python | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Python」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Python</h1>
+ <h1>タグ「Python」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/python-unbound-local-error/"> <header class="entry-header">
diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html
index 896a4fe..35a466e 100644
--- a/public/tags/python3/index.html
+++ b/public/tags/python3/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Python 3」のついた記事一覧">
<meta name="keywords" content="Python 3">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Python 3 | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Python 3」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Python 3</h1>
+ <h1>タグ「Python 3」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/python-unbound-local-error/"> <header class="entry-header">
diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html
index 57bad11..e67307c 100644
--- a/public/tags/ruby/index.html
+++ b/public/tags/ruby/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Ruby」のついた記事一覧">
<meta name="keywords" content="Ruby">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Ruby | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Ruby」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Ruby</h1>
+ <h1>タグ「Ruby」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/ruby-detect-running-implementation/"> <header class="entry-header">
diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html
index f52bc48..5138959 100644
--- a/public/tags/ruby3/index.html
+++ b/public/tags/ruby3/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Ruby 3」のついた記事一覧">
<meta name="keywords" content="Ruby 3">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Ruby 3 | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Ruby 3」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Ruby 3</h1>
+ <h1>タグ「Ruby 3」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/ruby-then-keyword-and-case-in/"> <header class="entry-header">
diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html
index fbd077d..89b74e0 100644
--- a/public/tags/rust/index.html
+++ b/public/tags/rust/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Rust」のついた記事一覧">
<meta name="keywords" content="Rust">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Rust | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Rust」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Rust</h1>
+ <h1>タグ「Rust」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/rust-where-are-primitive-types-from/"> <header class="entry-header">
diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html
index 97f0847..7d723b9 100644
--- a/public/tags/vim/index.html
+++ b/public/tags/vim/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="タグ「Vim」のついた記事一覧">
<meta name="keywords" content="Vim">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Vim | REPL: Rest-Eat-Program Loop</title>
+ <title>タグ「Vim」一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
</head>
<body class="list">
@@ -32,7 +32,7 @@
</header>
<main class="main">
<header class="page-header">
- <h1>Vim</h1>
+ <h1>タグ「Vim」一覧</h1>
</header>
<article class="post-entry">
<a href="/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/"> <header class="entry-header">