aboutsummaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-03-02 20:17:25 +0900
committernsfisis <nsfisis@gmail.com>2022-03-02 20:17:25 +0900
commit1630f564cd0cd20440b38c142bdee70e99d15175 (patch)
treeab762db68f40b05d0574f58c87795fc87f8877f4 /content
parenta4a72de9af0d0a6d17944f847a4d5fed2b05d2a7 (diff)
downloadblog.nsfisis.dev-1630f564cd0cd20440b38c142bdee70e99d15175.tar.gz
blog.nsfisis.dev-1630f564cd0cd20440b38c142bdee70e99d15175.tar.zst
blog.nsfisis.dev-1630f564cd0cd20440b38c142bdee70e99d15175.zip
attach tags to each post
Diffstat (limited to 'content')
-rw-r--r--content/posts/cpp-you-can-use-keywords-in-attributes.md1
-rw-r--r--content/posts/phperkaigi-2021.md1
-rw-r--r--content/posts/python-unbound-local-error.md1
-rw-r--r--content/posts/ruby-detect-running-implementation.md1
-rw-r--r--content/posts/ruby-then-keyword-and-case-in.md1
-rw-r--r--content/posts/rust-where-are-primitive-types-from.md1
-rw-r--r--content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md1
-rw-r--r--content/posts/vim-swap-order-of-selected-lines.md1
8 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/cpp-you-can-use-keywords-in-attributes.md b/content/posts/cpp-you-can-use-keywords-in-attributes.md
index c039316..bd89cde 100644
--- a/content/posts/cpp-you-can-use-keywords-in-attributes.md
+++ b/content/posts/cpp-you-can-use-keywords-in-attributes.md
@@ -2,6 +2,7 @@
title: "[C++] 属性構文の属性名にはキーワードが使える [[void]] [[for]]"
date: 2021-10-02T09:38:30+09:00
draft: false
+tags: ["cpp", "cpp17"]
---
diff --git a/content/posts/phperkaigi-2021.md b/content/posts/phperkaigi-2021.md
index 41b0180..19b6f58 100644
--- a/content/posts/phperkaigi-2021.md
+++ b/content/posts/phperkaigi-2021.md
@@ -2,6 +2,7 @@
title: "PHPerKaigi 2021"
date: 2021-03-30T23:22:40+09:00
draft: false
+tags: ["conference", "php", "phperkaigi"]
---
# PHPerKaigi 2021 参加レポ
diff --git a/content/posts/python-unbound-local-error.md b/content/posts/python-unbound-local-error.md
index ed5fe8e..4bec2ea 100644
--- a/content/posts/python-unbound-local-error.md
+++ b/content/posts/python-unbound-local-error.md
@@ -2,6 +2,7 @@
title: "[Python] クロージャとUnboundLocalError: local variable 'x' referenced before assignment"
date: 2021-10-02T09:32:37+09:00
draft: false
+tags: ["python", "python3"]
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/ruby-detect-running-implementation.md b/content/posts/ruby-detect-running-implementation.md
index e2e7806..b2a4dbb 100644
--- a/content/posts/ruby-detect-running-implementation.md
+++ b/content/posts/ruby-detect-running-implementation.md
@@ -2,6 +2,7 @@
title: "[Ruby] 自身を実行している処理系の種類を判定する"
date: 2021-10-02T09:37:50+09:00
draft: false
+tags: ["ruby"]
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/ruby-then-keyword-and-case-in.md b/content/posts/ruby-then-keyword-and-case-in.md
index deda912..1ee88c2 100644
--- a/content/posts/ruby-then-keyword-and-case-in.md
+++ b/content/posts/ruby-then-keyword-and-case-in.md
@@ -2,6 +2,7 @@
title: "[Ruby] then キーワードと case in"
date: 2021-10-02T09:38:50+09:00
draft: false
+tags: ["ruby", "ruby3"]
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/rust-where-are-primitive-types-from.md b/content/posts/rust-where-are-primitive-types-from.md
index a168b42..d57ccee 100644
--- a/content/posts/rust-where-are-primitive-types-from.md
+++ b/content/posts/rust-where-are-primitive-types-from.md
@@ -2,6 +2,7 @@
title: "Rust のプリミティブ型はどこからやって来るか"
date: 2021-10-02T09:39:27+09:00
draft: false
+tags: ["rust"]
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
index a7b7fa0..504b3d9 100644
--- a/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
+++ b/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
@@ -2,6 +2,7 @@
title: "[Vim] autocmd events の BufWrite/BufWritePre の違い"
date: 2021-10-02T09:37:12+09:00
draft: false
+tags: ["vim"]
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/vim-swap-order-of-selected-lines.md b/content/posts/vim-swap-order-of-selected-lines.md
index 01e083b..3dd4aea 100644
--- a/content/posts/vim-swap-order-of-selected-lines.md
+++ b/content/posts/vim-swap-order-of-selected-lines.md
@@ -2,6 +2,7 @@
title: "Vimで選択した行の順番を入れ替える"
date: 2021-10-02T09:37:25+09:00
draft: false
+tags: ["vim"]
---
この記事は Qiita から移植してきたものです。