diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-10 11:18:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-10 11:18:23 +0900 |
| commit | 3c3c9eef8c7217f40c611f2f8251426c3518aac3 (patch) | |
| tree | f265264da0f95953af03d2c6c1d5efbdb2cb9ccc /content/posts | |
| parent | 1f542ef7a965b0bfc400053a254567ddf2d47df3 (diff) | |
| download | nsfisis.github.io-3c3c9eef8c7217f40c611f2f8251426c3518aac3.tar.gz nsfisis.github.io-3c3c9eef8c7217f40c611f2f8251426c3518aac3.tar.zst nsfisis.github.io-3c3c9eef8c7217f40c611f2f8251426c3518aac3.zip | |
prefix date to url, original links are redirected to the new ones
Diffstat (limited to 'content/posts')
| -rw-r--r-- | content/posts/2021-03-05/my-first-post.md (renamed from content/posts/my-first-post.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-03-30/phperkaigi-2021.md (renamed from content/posts/phperkaigi-2021.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md (renamed from content/posts/cpp-you-can-use-keywords-in-attributes.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/python-unbound-local-error.md (renamed from content/posts/python-unbound-local-error.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/ruby-detect-running-implementation.md (renamed from content/posts/ruby-detect-running-implementation.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/ruby-then-keyword-and-case-in.md (renamed from content/posts/ruby-then-keyword-and-case-in.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/rust-where-are-primitive-types-from.md (renamed from content/posts/rust-where-are-primitive-types-from.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md (renamed from content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md) | 1 | ||||
| -rw-r--r-- | content/posts/2021-10-02/vim-swap-order-of-selected-lines.md (renamed from content/posts/vim-swap-order-of-selected-lines.md) | 1 | ||||
| -rw-r--r-- | content/posts/2022-04-09/phperkaigi-2022-tokens.md (renamed from content/posts/phperkaigi-2022-tokens.md) | 2 |
10 files changed, 11 insertions, 0 deletions
diff --git a/content/posts/my-first-post.md b/content/posts/2021-03-05/my-first-post.md index 2b9c8a5..758278a 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/2021-03-05/my-first-post.md @@ -2,6 +2,7 @@ title: "My First Post" date: 2021-03-05T23:38:21+09:00 draft: false +aliases: ['/posts/my-first-post/'] --- # Test diff --git a/content/posts/phperkaigi-2021.md b/content/posts/2021-03-30/phperkaigi-2021.md index 19b6f58..51a6f64 100644 --- a/content/posts/phperkaigi-2021.md +++ b/content/posts/2021-03-30/phperkaigi-2021.md @@ -3,6 +3,7 @@ title: "PHPerKaigi 2021" date: 2021-03-30T23:22:40+09:00 draft: false tags: ["conference", "php", "phperkaigi"] +aliases: ['/posts/phperkaigi-2021/'] --- # PHPerKaigi 2021 参加レポ diff --git a/content/posts/cpp-you-can-use-keywords-in-attributes.md b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md index bd89cde..78267d7 100644 --- a/content/posts/cpp-you-can-use-keywords-in-attributes.md +++ b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md @@ -3,6 +3,7 @@ title: "[C++] 属性構文の属性名にはキーワードが使える [[void]] date: 2021-10-02T09:38:30+09:00 draft: false tags: ["cpp", "cpp17"] +aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/'] --- diff --git a/content/posts/python-unbound-local-error.md b/content/posts/2021-10-02/python-unbound-local-error.md index 4bec2ea..45baac6 100644 --- a/content/posts/python-unbound-local-error.md +++ b/content/posts/2021-10-02/python-unbound-local-error.md @@ -3,6 +3,7 @@ title: "[Python] クロージャとUnboundLocalError: local variable 'x' referen date: 2021-10-02T09:32:37+09:00 draft: false tags: ["python", "python3"] +aliases: ['/posts/python-unbound-local-error/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md index b2a4dbb..1f1d78b 100644 --- a/content/posts/ruby-detect-running-implementation.md +++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md @@ -3,6 +3,7 @@ title: "[Ruby] 自身を実行している処理系の種類を判定する" date: 2021-10-02T09:37:50+09:00 draft: false tags: ["ruby"] +aliases: ['/posts/ruby-detect-running-implementation/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/ruby-then-keyword-and-case-in.md b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md index 1ee88c2..ce311e6 100644 --- a/content/posts/ruby-then-keyword-and-case-in.md +++ b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md @@ -3,6 +3,7 @@ title: "[Ruby] then キーワードと case in" date: 2021-10-02T09:38:50+09:00 draft: false tags: ["ruby", "ruby3"] +aliases: ['/posts/ruby-then-keyword-and-case-in/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/rust-where-are-primitive-types-from.md b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md index d57ccee..2f2f743 100644 --- a/content/posts/rust-where-are-primitive-types-from.md +++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md @@ -3,6 +3,7 @@ title: "Rust のプリミティブ型はどこからやって来るか" date: 2021-10-02T09:39:27+09:00 draft: false tags: ["rust"] +aliases: ['/posts/rust-where-are-primitive-types-from/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md index 504b3d9..acf3704 100644 --- a/content/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md +++ b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md @@ -3,6 +3,7 @@ title: "[Vim] autocmd events の BufWrite/BufWritePre の違い" date: 2021-10-02T09:37:12+09:00 draft: false tags: ["vim"] +aliases: ['/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/vim-swap-order-of-selected-lines.md b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md index 3dd4aea..f49ed90 100644 --- a/content/posts/vim-swap-order-of-selected-lines.md +++ b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md @@ -3,6 +3,7 @@ title: "Vimで選択した行の順番を入れ替える" date: 2021-10-02T09:37:25+09:00 draft: false tags: ["vim"] +aliases: ['/posts/vim-swap-order-of-selected-lines/'] --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/phperkaigi-2022-tokens.md b/content/posts/2022-04-09/phperkaigi-2022-tokens.md index a3ff244..6d110dc 100644 --- a/content/posts/phperkaigi-2022-tokens.md +++ b/content/posts/2022-04-09/phperkaigi-2022-tokens.md @@ -2,6 +2,8 @@ title: "PHPerKaigi 2022 トークン問題の解説" date: 2022-04-09T21:50:19+09:00 draft: false +tags: ["conference", "php", "phperkaigi"] +aliases: ['/posts/phperkaigi-2022-tokens/'] --- |
