aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2021-03-05/my-first-post.md2
-rw-r--r--content/posts/2021-03-30/phperkaigi-2021.md2
-rw-r--r--content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md2
-rw-r--r--content/posts/2021-10-02/python-unbound-local-error.md2
-rw-r--r--content/posts/2021-10-02/ruby-detect-running-implementation.md2
-rw-r--r--content/posts/2021-10-02/ruby-then-keyword-and-case-in.md2
-rw-r--r--content/posts/2021-10-02/rust-where-are-primitive-types-from.md2
-rw-r--r--content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md2
-rw-r--r--content/posts/2021-10-02/vim-swap-order-of-selected-lines.md2
-rw-r--r--content/posts/2022-04-09/phperkaigi-2022-tokens.md10
-rw-r--r--content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md4
-rw-r--r--content/posts/2022-05-01/phperkaigi-2022.md2
12 files changed, 28 insertions, 6 deletions
diff --git a/content/posts/2021-03-05/my-first-post.md b/content/posts/2021-03-05/my-first-post.md
index c6ca853..2298d80 100644
--- a/content/posts/2021-03-05/my-first-post.md
+++ b/content/posts/2021-03-05/my-first-post.md
@@ -5,6 +5,8 @@ draft: false
aliases: ['/posts/my-first-post/']
summary: |
これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。
+changelog:
+ 2021-03-05: 公開
---
# Test
diff --git a/content/posts/2021-03-30/phperkaigi-2021.md b/content/posts/2021-03-30/phperkaigi-2021.md
index 48a43e5..5d5d8cd 100644
--- a/content/posts/2021-03-30/phperkaigi-2021.md
+++ b/content/posts/2021-03-30/phperkaigi-2021.md
@@ -6,6 +6,8 @@ tags: ["conference", "php", "phperkaigi"]
aliases: ['/posts/phperkaigi-2021/']
summary: |
2021-03-26 から 2021-03-28 にかけて開催された、PHPerKaigi 2021 に参加した。
+changelog:
+ 2021-03-30: 公開
---
# PHPerKaigi 2021 参加レポ
diff --git a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
index 5658f1e..9939351 100644
--- a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
+++ b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
@@ -6,6 +6,8 @@ tags: ["cpp", "cpp17"]
aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/']
summary: |
C++ の属性構文の属性名には、キーワードが使える。ネタ記事。
+changelog:
+ 2021-10-02: Qiita から移植
---
diff --git a/content/posts/2021-10-02/python-unbound-local-error.md b/content/posts/2021-10-02/python-unbound-local-error.md
index e29cd67..4a55010 100644
--- a/content/posts/2021-10-02/python-unbound-local-error.md
+++ b/content/posts/2021-10-02/python-unbound-local-error.md
@@ -6,6 +6,8 @@ tags: ["python", "python3"]
aliases: ['/posts/python-unbound-local-error/']
summary: |
Python における UnboundLocalError の理由と対処法。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md
index 3826903..33cae61 100644
--- a/content/posts/2021-10-02/ruby-detect-running-implementation.md
+++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md
@@ -6,6 +6,8 @@ tags: ["ruby"]
aliases: ['/posts/ruby-detect-running-implementation/']
summary: |
Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
index 8e68ef4..6cd5592 100644
--- a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
+++ b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
@@ -6,6 +6,8 @@ tags: ["ruby", "ruby3"]
aliases: ['/posts/ruby-then-keyword-and-case-in/']
summary: |
Ruby 3.0 で追加される case in 構文と、then キーワードについて。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
index b744b20..c471587 100644
--- a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
+++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
@@ -6,6 +6,8 @@ tags: ["rust"]
aliases: ['/posts/rust-where-are-primitive-types-from/']
summary: |
Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
index db5ed3d..5bdcb67 100644
--- a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
+++ b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
@@ -6,6 +6,8 @@ tags: ["vim"]
aliases: ['/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/']
summary: |
Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
index d336734..6056186 100644
--- a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
+++ b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
@@ -6,6 +6,8 @@ tags: ["vim"]
aliases: ['/posts/vim-swap-order-of-selected-lines/']
summary: |
Vim で選択した行の順番を入れ替える方法。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2022-04-09/phperkaigi-2022-tokens.md b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
index 27bb189..23d0d3d 100644
--- a/content/posts/2022-04-09/phperkaigi-2022-tokens.md
+++ b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
@@ -1,19 +1,17 @@
---
title: "PHPerKaigi 2022 トークン問題の解説"
date: 2022-04-09T21:50:19+09:00
+lastmod: 2022-04-16
draft: false
tags: ["conference", "php", "phperkaigi"]
aliases: ['/posts/phperkaigi-2022-tokens/']
summary: |
PHPerKaigi 2022 で私が作成した PHPer チャレンジ問題を解説する。
+changelog:
+ 2022-04-09: 公開
+ 2022-04-16: 2問目、3問目の解説を追加、1問目に加筆
---
-# 更新履歴
-
-* 2022-04-09: 公開
-* 2022-04-16: 2問目、3問目の解説を追加、1問目に加筆
-
-
# はじめに
本日開始された [PHPerKaigi 2022](https://phperkaigi.jp/2022/) の PHPer チャレンジにおいて、弊社 [デジタルサーカス株式会社](https://www.dgcircus.com/) の問題を 3問作成した。この記事では、これらの問題の解説をおこなう。
diff --git a/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md b/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
index ed71760..b2b8ee8 100644
--- a/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
+++ b/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
@@ -1,10 +1,14 @@
---
title: "term-banner: ターミナルにバナーを表示するツールを書いた"
date: 2022-04-24T13:22:52+09:00
+lastmod: 2022-04-27
draft: false
tags: ["my-programs"]
summary: |
ターミナルに任意の文字のバナーを表示するためのツールを Go で書いた。
+changelog:
+ 2022-04-24: 公開
+ 2022-04-27: -f オプションについて追記
---
diff --git a/content/posts/2022-05-01/phperkaigi-2022.md b/content/posts/2022-05-01/phperkaigi-2022.md
index d15efa6..8621a45 100644
--- a/content/posts/2022-05-01/phperkaigi-2022.md
+++ b/content/posts/2022-05-01/phperkaigi-2022.md
@@ -5,6 +5,8 @@ draft: false
tags: ["conference", "php", "phperkaigi"]
summary: |
2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。
+changelog:
+ 2022-05-01: 公開
---
# はじめに