summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-09-10 11:21:57 +0900
committernsfisis <nsfisis@gmail.com>2023-09-10 11:21:57 +0900
commit0b488f85380f964c40b0b9aae69c6611bc7978bc (patch)
tree6073b35020fc0273308a361c6a655a0d331ff929
parenteabb4fd304289a732e8c2629f19a616124e06f03 (diff)
downloadnsfisis.dev-0b488f85380f964c40b0b9aae69c6611bc7978bc.tar.gz
nsfisis.dev-0b488f85380f964c40b0b9aae69c6611bc7978bc.tar.zst
nsfisis.dev-0b488f85380f964c40b0b9aae69c6611bc7978bc.zip
fix(blog/content): Fix incorrect article tag
-rw-r--r--vhosts/blog/content/posts/2022-08-27/php-conference-okinawa-code-golf.xml2
-rw-r--r--vhosts/blog/nuldoc-src/config.ts2
-rw-r--r--vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html4
-rw-r--r--vhosts/blog/public/tags/index.html8
-rw-r--r--vhosts/blog/public/tags/phpconokinawa/index.html60
5 files changed, 68 insertions, 8 deletions
diff --git a/vhosts/blog/content/posts/2022-08-27/php-conference-okinawa-code-golf.xml b/vhosts/blog/content/posts/2022-08-27/php-conference-okinawa-code-golf.xml
index ba5b7026..4cbea19b 100644
--- a/vhosts/blog/content/posts/2022-08-27/php-conference-okinawa-code-golf.xml
+++ b/vhosts/blog/content/posts/2022-08-27/php-conference-okinawa-code-golf.xml
@@ -8,7 +8,7 @@
<keywordset>
<keyword>conference</keyword>
<keyword>php</keyword>
- <keyword>phpcon</keyword>
+ <keyword>phpconokinawa</keyword>
</keywordset>
<revhistory>
<revision>
diff --git a/vhosts/blog/nuldoc-src/config.ts b/vhosts/blog/nuldoc-src/config.ts
index 5e1cad46..26f316ca 100644
--- a/vhosts/blog/nuldoc-src/config.ts
+++ b/vhosts/blog/nuldoc-src/config.ts
@@ -19,8 +19,8 @@ export const config = {
"cpp17": "C++ 17",
"note-to-self": "備忘録",
"php": "PHP",
- "phpcon": "PHP カンファレンス",
"phpconfuk": "PHP カンファレンス福岡",
+ "phpconokinawa": "PHP カンファレンス沖縄",
"phperkaigi": "PHPerKaigi",
"phpstudy-tokyo": "PHP 勉強会@東京",
"python": "Python",
diff --git a/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
index 2d311e7f..d9c3fe78 100644
--- a/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
+++ b/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
@@ -6,7 +6,7 @@
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2022 nsfisis">
<meta name="description" content="PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。">
- <meta name="keywords" content="カンファレンス,PHP,PHP カンファレンス">
+ <meta name="keywords" content="カンファレンス,PHP,PHP カンファレンス沖縄">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=37fff6a2f0eef473abde58e55f28ea69">
@@ -46,7 +46,7 @@
<a href="/tags/php/">PHP</a>
</li>
<li class="tag">
- <a href="/tags/phpcon/">PHP カンファレンス</a>
+ <a href="/tags/phpconokinawa/">PHP カンファレンス沖縄</a>
</li>
</ul>
</header>
diff --git a/vhosts/blog/public/tags/index.html b/vhosts/blog/public/tags/index.html
index 0fe5ba1b..03c67e55 100644
--- a/vhosts/blog/public/tags/index.html
+++ b/vhosts/blog/public/tags/index.html
@@ -72,16 +72,16 @@
</a>
</article>
<article class="post-entry">
- <a href="/tags/phpcon/">
+ <a href="/tags/phpconfuk/">
<header class="entry-header">
- <h2>PHP カンファレンス</h2>
+ <h2>PHP カンファレンス福岡</h2>
</header>
</a>
</article>
<article class="post-entry">
- <a href="/tags/phpconfuk/">
+ <a href="/tags/phpconokinawa/">
<header class="entry-header">
- <h2>PHP カンファレンス福岡</h2>
+ <h2>PHP カンファレンス沖縄</h2>
</header>
</a>
</article>
diff --git a/vhosts/blog/public/tags/phpconokinawa/index.html b/vhosts/blog/public/tags/phpconokinawa/index.html
new file mode 100644
index 00000000..8ace093b
--- /dev/null
+++ b/vhosts/blog/public/tags/phpconokinawa/index.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="ja-JP">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="author" content="nsfisis">
+ <meta name="copyright" content="&copy; 2022 nsfisis">
+ <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>
+ <link rel="stylesheet" href="/style.css?h=37fff6a2f0eef473abde58e55f28ea69">
+ </head>
+ <body class="list">
+ <header class="header">
+ <nav class="nav">
+ <ul>
+ <li>
+ <a href="/">REPL: Rest-Eat-Program Loop</a>
+ </li>
+ <li>
+ <a href="/about/">About</a>
+ </li>
+ <li>
+ <a href="/posts/">Posts</a>
+ </li>
+ <li>
+ <a href="/slides/">Slides</a>
+ </li>
+ <li>
+ <a href="/tags/">Tags</a>
+ </li>
+ </ul>
+ </nav>
+ </header>
+ <main class="main">
+ <header class="page-header">
+ <h1>タグ「PHP カンファレンス沖縄」一覧</h1>
+ </header>
+ <article class="post-entry">
+ <a href="/posts/2022-08-27/php-conference-okinawa-code-golf/">
+ <header class="entry-header">
+ <h2>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2022-08-27">2022-08-27</time> 投稿
+ </footer>
+ </a>
+ </article>
+ </main>
+ <footer class="footer">
+ &copy; 2021 nsfisis
+ </footer>
+ </body>
+</html>