aboutsummaryrefslogtreecommitdiffhomepage
path: root/services
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-27 02:16:26 +0900
committernsfisis <nsfisis@gmail.com>2025-11-27 02:16:26 +0900
commitb587ae4cfdfb991dcd9d7a1109b7530f774691dd (patch)
tree1885ecb06add9d51c6e2dd495a7d614271e7e3bc /services
parent2b102673ceb57081891e153b896aba5568dbc1f1 (diff)
downloadnsfisis.dev-b587ae4cfdfb991dcd9d7a1109b7530f774691dd.tar.gz
nsfisis.dev-b587ae4cfdfb991dcd9d7a1109b7530f774691dd.tar.zst
nsfisis.dev-b587ae4cfdfb991dcd9d7a1109b7530f774691dd.zip
feat(nuldoc/blog): Add new tag "code-golf"
Diffstat (limited to 'services')
-rw-r--r--services/nuldoc/content/posts/2022-08-27/php-conference-okinawa-code-golf.dj1
-rw-r--r--services/nuldoc/content/posts/2024-09-28/mncore-challenge-1.dj1
-rw-r--r--services/nuldoc/content/posts/2025-11-27/anybatross-writeup.dj1
-rw-r--r--services/nuldoc/nuldoc.toml1
-rw-r--r--services/nuldoc/public/blog/posts/2/index.html3
-rw-r--r--services/nuldoc/public/blog/posts/2022-08-27/php-conference-okinawa-code-golf/index.html5
-rw-r--r--services/nuldoc/public/blog/posts/2024-09-28/mncore-challenge-1/index.html5
-rw-r--r--services/nuldoc/public/blog/posts/2025-11-27/anybatross-writeup/index.html5
-rw-r--r--services/nuldoc/public/blog/posts/5/index.html3
-rw-r--r--services/nuldoc/public/blog/posts/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/code-golf/atom.xml35
-rw-r--r--services/nuldoc/public/blog/tags/code-golf/index.html133
-rw-r--r--services/nuldoc/public/blog/tags/conference/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/index.html10
-rw-r--r--services/nuldoc/public/blog/tags/mncore-challenge/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/perl/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/php/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/phpconokinawa/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/ruby/index.html3
-rw-r--r--services/nuldoc/public/blog/tags/yapc/index.html3
20 files changed, 224 insertions, 3 deletions
diff --git a/services/nuldoc/content/posts/2022-08-27/php-conference-okinawa-code-golf.dj b/services/nuldoc/content/posts/2022-08-27/php-conference-okinawa-code-golf.dj
index 5701fe4..32acd01 100644
--- a/services/nuldoc/content/posts/2022-08-27/php-conference-okinawa-code-golf.dj
+++ b/services/nuldoc/content/posts/2022-08-27/php-conference-okinawa-code-golf.dj
@@ -4,6 +4,7 @@ uuid = "bb71bb5d-361b-44cb-9753-81d14583d860"
title = "PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた"
description = "PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。"
tags = [
+ "code-golf",
"conference",
"php",
"phpconokinawa",
diff --git a/services/nuldoc/content/posts/2024-09-28/mncore-challenge-1.dj b/services/nuldoc/content/posts/2024-09-28/mncore-challenge-1.dj
index f862b55..569098a 100644
--- a/services/nuldoc/content/posts/2024-09-28/mncore-challenge-1.dj
+++ b/services/nuldoc/content/posts/2024-09-28/mncore-challenge-1.dj
@@ -4,6 +4,7 @@ uuid = "ee7289ee-ff2e-439d-b343-7f87504192fd"
title = "MN-Core Challenge #1 参加レポ"
description = "2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。"
tags = [
+ "code-golf",
"mncore-challenge",
]
diff --git a/services/nuldoc/content/posts/2025-11-27/anybatross-writeup.dj b/services/nuldoc/content/posts/2025-11-27/anybatross-writeup.dj
index d67d63d..04ba13f 100644
--- a/services/nuldoc/content/posts/2025-11-27/anybatross-writeup.dj
+++ b/services/nuldoc/content/posts/2025-11-27/anybatross-writeup.dj
@@ -4,6 +4,7 @@ uuid = "2ed2d400-b3f6-48bc-af27-19d9042875a0"
title = "カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した"
description = "YAPC::Fukuoka 2025 に際してカヤックさんが開催されていたコードゴルフコンテスト、Anybatross に参加して優勝した。"
tags = [
+ "code-golf",
"perl",
"ruby",
"yapc",
diff --git a/services/nuldoc/nuldoc.toml b/services/nuldoc/nuldoc.toml
index 5d057f0..8640a74 100644
--- a/services/nuldoc/nuldoc.toml
+++ b/services/nuldoc/nuldoc.toml
@@ -32,6 +32,7 @@ postsPerPage = 10
[blog.tagLabels]
c = "C"
ci-cd = "CI/CD"
+code-golf = "コードゴルフ"
cohackpp = "紅白ぺぱ合戦"
composer = "Composer"
conference = "カンファレンス"
diff --git a/services/nuldoc/public/blog/posts/2/index.html b/services/nuldoc/public/blog/posts/2/index.html
index d17ad34..853f285 100644
--- a/services/nuldoc/public/blog/posts/2/index.html
+++ b/services/nuldoc/public/blog/posts/2/index.html
@@ -193,6 +193,9 @@
<time datetime="2024-09-28">2024-09-28</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
MN-Core Challenge
</li>
</ul>
diff --git a/services/nuldoc/public/blog/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/services/nuldoc/public/blog/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
index 8e1715f..ae090cc 100644
--- a/services/nuldoc/public/blog/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
+++ b/services/nuldoc/public/blog/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 カンファレンス沖縄">
<meta property="og:type" content="article">
<meta property="og:title" content="PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。">
@@ -45,6 +45,9 @@
<h1 class="post-title">PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h1>
<ul class="post-tags">
<li class="tag">
+ <a href="/tags/code-golf/">コードゴルフ</a>
+ </li>
+ <li class="tag">
<a href="/tags/conference/">カンファレンス</a>
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/posts/2024-09-28/mncore-challenge-1/index.html b/services/nuldoc/public/blog/posts/2024-09-28/mncore-challenge-1/index.html
index 65a23c9..16cdeb5 100644
--- a/services/nuldoc/public/blog/posts/2024-09-28/mncore-challenge-1/index.html
+++ b/services/nuldoc/public/blog/posts/2024-09-28/mncore-challenge-1/index.html
@@ -6,7 +6,7 @@
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2024 nsfisis">
<meta name="description" content="2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。">
- <meta name="keywords" content="MN-Core Challenge">
+ <meta name="keywords" content="コードゴルフ,MN-Core Challenge">
<meta property="og:type" content="article">
<meta property="og:title" content="MN-Core Challenge #1 参加レポ|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。">
@@ -45,6 +45,9 @@
<h1 class="post-title">MN-Core Challenge #1 参加レポ</h1>
<ul class="post-tags">
<li class="tag">
+ <a href="/tags/code-golf/">コードゴルフ</a>
+ </li>
+ <li class="tag">
<a href="/tags/mncore-challenge/">MN-Core Challenge</a>
</li>
</ul>
diff --git a/services/nuldoc/public/blog/posts/2025-11-27/anybatross-writeup/index.html b/services/nuldoc/public/blog/posts/2025-11-27/anybatross-writeup/index.html
index 3b321e3..db91050 100644
--- a/services/nuldoc/public/blog/posts/2025-11-27/anybatross-writeup/index.html
+++ b/services/nuldoc/public/blog/posts/2025-11-27/anybatross-writeup/index.html
@@ -6,7 +6,7 @@
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2025 nsfisis">
<meta name="description" content="YAPC::Fukuoka 2025 に際してカヤックさんが開催されていたコードゴルフコンテスト、Anybatross に参加して優勝した。">
- <meta name="keywords" content="Perl,Ruby,YAPC">
+ <meta name="keywords" content="コードゴルフ,Perl,Ruby,YAPC">
<meta property="og:type" content="article">
<meta property="og:title" content="カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="YAPC::Fukuoka 2025 に際してカヤックさんが開催されていたコードゴルフコンテスト、Anybatross に参加して優勝した。">
@@ -45,6 +45,9 @@
<h1 class="post-title">カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した</h1>
<ul class="post-tags">
<li class="tag">
+ <a href="/tags/code-golf/">コードゴルフ</a>
+ </li>
+ <li class="tag">
<a href="/tags/perl/">Perl</a>
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/posts/5/index.html b/services/nuldoc/public/blog/posts/5/index.html
index 1ae68d1..955dc95 100644
--- a/services/nuldoc/public/blog/posts/5/index.html
+++ b/services/nuldoc/public/blog/posts/5/index.html
@@ -138,6 +138,9 @@
<time datetime="2022-08-27">2022-08-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
カンファレンス
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/posts/index.html b/services/nuldoc/public/blog/posts/index.html
index c43c6ee..9b30494 100644
--- a/services/nuldoc/public/blog/posts/index.html
+++ b/services/nuldoc/public/blog/posts/index.html
@@ -76,6 +76,9 @@
<time datetime="2025-11-27">2025-11-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
Perl
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/code-golf/atom.xml b/services/nuldoc/public/blog/tags/code-golf/atom.xml
new file mode 100644
index 0000000..45c1791
--- /dev/null
+++ b/services/nuldoc/public/blog/tags/code-golf/atom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+ <id>tag:blog.nsfisis.dev,2021:tag-code-golf</id>
+ <title>タグ「コードゴルフ」一覧|REPL: Rest-Eat-Program Loop</title>
+ <link rel="alternate" href="https://blog.nsfisis.dev/tags/code-golf/"></link>
+ <link rel="self" href="https://blog.nsfisis.dev/tags/code-golf/atom.xml"></link>
+ <author>
+ <name>nsfisis</name>
+ </author>
+ <updated>2025-11-27T00:00:00+09:00</updated>
+ <entry>
+ <id>urn:uuid:2ed2d400-b3f6-48bc-af27-19d9042875a0</id>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-11-27/anybatross-writeup/"></link>
+ <title>カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した</title>
+ <summary>YAPC::Fukuoka 2025 に際してカヤックさんが開催されていたコードゴルフコンテスト、Anybatross に参加して優勝した。</summary>
+ <published>2025-11-27T00:00:00+09:00</published>
+ <updated>2025-11-27T00:00:00+09:00</updated>
+ </entry>
+ <entry>
+ <id>urn:uuid:ee7289ee-ff2e-439d-b343-7f87504192fd</id>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-09-28/mncore-challenge-1/"></link>
+ <title>MN-Core Challenge #1 参加レポ</title>
+ <summary>2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。</summary>
+ <published>2024-09-28T00:00:00+09:00</published>
+ <updated>2024-09-28T00:00:00+09:00</updated>
+ </entry>
+ <entry>
+ <id>urn:uuid:bb71bb5d-361b-44cb-9753-81d14583d860</id>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2022-08-27/php-conference-okinawa-code-golf/"></link>
+ <title>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</title>
+ <summary>PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。</summary>
+ <published>2022-08-27T00:00:00+09:00</published>
+ <updated>2022-08-27T00:00:00+09:00</updated>
+ </entry>
+</feed>
diff --git a/services/nuldoc/public/blog/tags/code-golf/index.html b/services/nuldoc/public/blog/tags/code-golf/index.html
new file mode 100644
index 0000000..ee6471a
--- /dev/null
+++ b/services/nuldoc/public/blog/tags/code-golf/index.html
@@ -0,0 +1,133 @@
+<!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="タグ「コードゴルフ」のついた記事またはスライドの一覧">
+ <meta name="keywords" content="コードゴルフ">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="タグ「コードゴルフ」一覧|REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="タグ「コードゴルフ」のついた記事またはスライドの一覧">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
+ <meta name="Hatena::Bookmark" content="nocomment">
+ <link rel="alternate" type="application/atom+xml" href="https://blog.nsfisis.dev/tags/code-golf/atom.xml">
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ <title>タグ「コードゴルフ」一覧|REPL: Rest-Eat-Program Loop</title>
+ <link rel="stylesheet" href="/style.css?h=a30308eaf2992194b70031439b7401aa">
+ </head>
+ <body class="list">
+ <header class="header">
+ <div class="site-logo">
+ <a href="https://nsfisis.dev/">nsfisis.dev</a>
+ </div>
+ <div class="site-name">
+ REPL: Rest-Eat-Program Loop
+ </div>
+ <nav class="nav">
+ <ul>
+ <li>
+ <a href="https://about.nsfisis.dev/">About</a>
+ </li>
+ <li>
+ <a href="/posts/">Posts</a>
+ </li>
+ <li>
+ <a href="/tags/">Tags</a>
+ </li>
+ </ul>
+ </nav>
+ </header>
+ <main class="main">
+ <header class="page-header">
+ <h1>タグ「コードゴルフ」一覧</h1>
+ </header>
+ <article class="post-entry">
+ <a href="/posts/2025-11-27/anybatross-writeup/">
+ <header class="entry-header">
+ <h2>カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ YAPC::Fukuoka 2025 に際してカヤックさんが開催されていたコードゴルフコンテスト、Anybatross に参加して優勝した。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2025-11-27">2025-11-27</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
+ Perl
+ </li>
+ <li class="tag">
+ Ruby
+ </li>
+ <li class="tag">
+ YAPC
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
+ <a href="/posts/2024-09-28/mncore-challenge-1/">
+ <header class="entry-header">
+ <h2>MN-Core Challenge #1 参加レポ</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ 2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2024-09-28">2024-09-28</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
+ MN-Core Challenge
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <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> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
+ カンファレンス
+ </li>
+ <li class="tag">
+ PHP
+ </li>
+ <li class="tag">
+ PHP カンファレンス沖縄
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ </main>
+ <footer class="footer">
+ &copy; 2021 nsfisis
+ </footer>
+ </body>
+</html>
diff --git a/services/nuldoc/public/blog/tags/conference/index.html b/services/nuldoc/public/blog/tags/conference/index.html
index 8ba2fe9..744fc06 100644
--- a/services/nuldoc/public/blog/tags/conference/index.html
+++ b/services/nuldoc/public/blog/tags/conference/index.html
@@ -350,6 +350,9 @@
<time datetime="2022-08-27">2022-08-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
カンファレンス
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/index.html b/services/nuldoc/public/blog/tags/index.html
index 3e6e902..b3c39c5 100644
--- a/services/nuldoc/public/blog/tags/index.html
+++ b/services/nuldoc/public/blog/tags/index.html
@@ -63,6 +63,16 @@
</a>
</article>
<article class="post-entry">
+ <a href="/tags/code-golf/">
+ <header class="entry-header">
+ <h2>コードゴルフ</h2>
+ </header>
+ <footer class="entry-footer">
+ 3件の記事
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/tags/cohackpp/">
<header class="entry-header">
<h2>紅白ぺぱ合戦</h2>
diff --git a/services/nuldoc/public/blog/tags/mncore-challenge/index.html b/services/nuldoc/public/blog/tags/mncore-challenge/index.html
index ffd1f38..70ebb5a 100644
--- a/services/nuldoc/public/blog/tags/mncore-challenge/index.html
+++ b/services/nuldoc/public/blog/tags/mncore-challenge/index.html
@@ -58,6 +58,9 @@
<time datetime="2024-09-28">2024-09-28</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
MN-Core Challenge
</li>
</ul>
diff --git a/services/nuldoc/public/blog/tags/perl/index.html b/services/nuldoc/public/blog/tags/perl/index.html
index e98a9f6..761c30b 100644
--- a/services/nuldoc/public/blog/tags/perl/index.html
+++ b/services/nuldoc/public/blog/tags/perl/index.html
@@ -58,6 +58,9 @@
<time datetime="2025-11-27">2025-11-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
Perl
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/php/index.html b/services/nuldoc/public/blog/tags/php/index.html
index 38358cd..f0995a2 100644
--- a/services/nuldoc/public/blog/tags/php/index.html
+++ b/services/nuldoc/public/blog/tags/php/index.html
@@ -502,6 +502,9 @@
<time datetime="2022-08-27">2022-08-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
カンファレンス
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/phpconokinawa/index.html b/services/nuldoc/public/blog/tags/phpconokinawa/index.html
index f553804..da0ba30 100644
--- a/services/nuldoc/public/blog/tags/phpconokinawa/index.html
+++ b/services/nuldoc/public/blog/tags/phpconokinawa/index.html
@@ -58,6 +58,9 @@
<time datetime="2022-08-27">2022-08-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
カンファレンス
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/ruby/index.html b/services/nuldoc/public/blog/tags/ruby/index.html
index 7f78656..f31a4e7 100644
--- a/services/nuldoc/public/blog/tags/ruby/index.html
+++ b/services/nuldoc/public/blog/tags/ruby/index.html
@@ -58,6 +58,9 @@
<time datetime="2025-11-27">2025-11-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
Perl
</li>
<li class="tag">
diff --git a/services/nuldoc/public/blog/tags/yapc/index.html b/services/nuldoc/public/blog/tags/yapc/index.html
index 4c07aad..9c3fc5f 100644
--- a/services/nuldoc/public/blog/tags/yapc/index.html
+++ b/services/nuldoc/public/blog/tags/yapc/index.html
@@ -58,6 +58,9 @@
<time datetime="2025-11-27">2025-11-27</time> 投稿
<ul class="entry-tags">
<li class="tag">
+ コードゴルフ
+ </li>
+ <li class="tag">
Perl
</li>
<li class="tag">