diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-15 21:55:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-15 21:55:46 +0900 |
| commit | cd152a4a02141470199fa5a2464245e974de1ffd (patch) | |
| tree | 76ac786415c9cb6fd2c7b79816465bfec34510fb /services/nuldoc/public/blog/posts | |
| parent | 6b33d04a7b205c76820fe094ce8576ffa807f8ba (diff) | |
| download | nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.gz nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.zst nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.zip | |
feat(blog): remove tags: cpp17, python3, ruby3
Diffstat (limited to 'services/nuldoc/public/blog/posts')
9 files changed, 8 insertions, 29 deletions
diff --git a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md index 5766ce7..5072a13 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md +++ b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md @@ -5,7 +5,6 @@ title = "【C++】 属性構文の属性名にはキーワードが使える" description = "C++ の属性構文の属性名には、キーワードが使える。ネタ記事。" tags = [ "cpp", - "cpp17", ] [[article.revisions]] diff --git a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index f585328..79f7ebd 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -6,7 +6,7 @@ <meta name="author" content="nsfisis"> <meta name="copyright" content="© 2021 nsfisis"> <meta name="description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。"> - <meta name="keywords" content="C++,C++ 17"> + <meta name="keywords" content="C++"> <meta property="og:type" content="article"> <meta property="og:title" content="【C++】 属性構文の属性名にはキーワードが使える|REPL: Rest-Eat-Program Loop"> <meta property="og:description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。"> @@ -47,9 +47,6 @@ <li class="tag"> <a class="tag-inner" href="/tags/cpp/">C++</a> </li> - <li class="tag"> - <a class="tag-inner" href="/tags/cpp17/">C++ 17</a> - </li> </ul> </header> <div class="post-content"> diff --git a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md index 1699b45..78f7370 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md +++ b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md @@ -5,7 +5,6 @@ title = "【Python】 クロージャとUnboundLocalError: local variable 'x' re description = "Python における UnboundLocalError の理由と対処法。" tags = [ "python", - "python3", ] [[article.revisions]] diff --git a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html index e68bbd4..26fb852 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html @@ -6,7 +6,7 @@ <meta name="author" content="nsfisis"> <meta name="copyright" content="© 2021 nsfisis"> <meta name="description" content="Python における UnboundLocalError の理由と対処法。"> - <meta name="keywords" content="Python,Python 3"> + <meta name="keywords" content="Python"> <meta property="og:type" content="article"> <meta property="og:title" content="【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment|REPL: Rest-Eat-Program Loop"> <meta property="og:description" content="Python における UnboundLocalError の理由と対処法。"> @@ -47,9 +47,6 @@ <li class="tag"> <a class="tag-inner" href="/tags/python/">Python</a> </li> - <li class="tag"> - <a class="tag-inner" href="/tags/python3/">Python 3</a> - </li> </ul> </header> <div class="post-content"> diff --git a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md index ea9526b..74ea919 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md +++ b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md @@ -2,10 +2,9 @@ [article] uuid = "87455008-fe5b-49bf-af5a-b875264f8326" title = "【Ruby】 then キーワードと case in" -description = "Ruby 3.0 で追加される case in 構文と、then キーワードについて。" +description = "Ruby 3.0 で追加される case in 構文と、then キーワードについて" tags = [ "ruby", - "ruby3", ] [[article.revisions]] diff --git a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html index f394889..9035fa1 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html @@ -5,11 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="nsfisis"> <meta name="copyright" content="© 2021 nsfisis"> - <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。"> - <meta name="keywords" content="Ruby,Ruby 3"> + <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて"> + <meta name="keywords" content="Ruby"> <meta property="og:type" content="article"> <meta property="og:title" content="【Ruby】 then キーワードと case in|REPL: Rest-Eat-Program Loop"> - <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。"> + <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて"> <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> <meta property="og:locale" content="ja_JP"> <meta name="Hatena::Bookmark" content="nocomment"> @@ -47,9 +47,6 @@ <li class="tag"> <a class="tag-inner" href="/tags/ruby/">Ruby</a> </li> - <li class="tag"> - <a class="tag-inner" href="/tags/ruby3/">Ruby 3</a> - </li> </ul> </header> <nav class="toc"> diff --git a/services/nuldoc/public/blog/posts/5/index.html b/services/nuldoc/public/blog/posts/5/index.html index c929fb7..53bd599 100644 --- a/services/nuldoc/public/blog/posts/5/index.html +++ b/services/nuldoc/public/blog/posts/5/index.html @@ -279,9 +279,6 @@ <li class="tag"> <span class="tag-inner">C++</span> </li> - <li class="tag"> - <span class="tag-inner">C++ 17</span> - </li> </ul> </footer> </a> diff --git a/services/nuldoc/public/blog/posts/6/index.html b/services/nuldoc/public/blog/posts/6/index.html index 8056c2c..a86b056 100644 --- a/services/nuldoc/public/blog/posts/6/index.html +++ b/services/nuldoc/public/blog/posts/6/index.html @@ -78,9 +78,6 @@ <li class="tag"> <span class="tag-inner">Python</span> </li> - <li class="tag"> - <span class="tag-inner">Python 3</span> - </li> </ul> </footer> </a> @@ -112,7 +109,7 @@ </header> <section class="entry-content"> <p> - Ruby 3.0 で追加される case in 構文と、then キーワードについて。 + Ruby 3.0 で追加される case in 構文と、then キーワードについて </p> </section> <footer class="entry-footer"> @@ -121,9 +118,6 @@ <li class="tag"> <span class="tag-inner">Ruby</span> </li> - <li class="tag"> - <span class="tag-inner">Ruby 3</span> - </li> </ul> </footer> </a> diff --git a/services/nuldoc/public/blog/posts/atom.xml b/services/nuldoc/public/blog/posts/atom.xml index 0f97fcd..22b1eb7 100644 --- a/services/nuldoc/public/blog/posts/atom.xml +++ b/services/nuldoc/public/blog/posts/atom.xml @@ -428,7 +428,7 @@ <id>urn:uuid:87455008-fe5b-49bf-af5a-b875264f8326</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2021-10-02/ruby-then-keyword-and-case-in/"></link> <title>【Ruby】 then キーワードと case in</title> - <summary>Ruby 3.0 で追加される case in 構文と、then キーワードについて。</summary> + <summary>Ruby 3.0 で追加される case in 構文と、then キーワードについて</summary> <published>2021-10-02T00:00:00+09:00</published> <updated>2021-10-02T00:00:00+09:00</updated> </entry> |
