aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-15 11:45:33 +0900
committernsfisis <nsfisis@gmail.com>2022-05-15 11:45:33 +0900
commit61145ff3b6202deaf2a3dd1a0e8bf04102d14706 (patch)
treed1475ea8e40f86060ac4fc8affd3bcd7994f2f86
parent2fdef48750af89597c765ec2bbf362c2fecaa2dc (diff)
downloadnsfisis.github.io-61145ff3b6202deaf2a3dd1a0e8bf04102d14706.tar.gz
nsfisis.github.io-61145ff3b6202deaf2a3dd1a0e8bf04102d14706.tar.zst
nsfisis.github.io-61145ff3b6202deaf2a3dd1a0e8bf04102d14706.zip
remove "draft: false"
-rw-r--r--content/_index.md1
-rw-r--r--content/posts/2021-03-05/my-first-post.md1
-rw-r--r--content/posts/2021-03-30/phperkaigi-2021.md1
-rw-r--r--content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md1
-rw-r--r--content/posts/2021-10-02/python-unbound-local-error.md1
-rw-r--r--content/posts/2021-10-02/ruby-detect-running-implementation.md1
-rw-r--r--content/posts/2021-10-02/ruby-then-keyword-and-case-in.md1
-rw-r--r--content/posts/2021-10-02/rust-where-are-primitive-types-from.md1
-rw-r--r--content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md1
-rw-r--r--content/posts/2021-10-02/vim-swap-order-of-selected-lines.md1
-rw-r--r--content/posts/2022-04-09/phperkaigi-2022-tokens.md1
-rw-r--r--content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md1
-rw-r--r--content/posts/2022-05-01/phperkaigi-2022.md1
13 files changed, 0 insertions, 13 deletions
diff --git a/content/_index.md b/content/_index.md
index 64364af..fb1e7ba 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,4 @@
---
title: ""
date: 2021-03-31T01:36:49+09:00
-draft: false
---
diff --git a/content/posts/2021-03-05/my-first-post.md b/content/posts/2021-03-05/my-first-post.md
index 2298d80..053ba4b 100644
--- a/content/posts/2021-03-05/my-first-post.md
+++ b/content/posts/2021-03-05/my-first-post.md
@@ -1,7 +1,6 @@
---
title: "My First Post"
date: 2021-03-05T23:38:21+09:00
-draft: false
aliases: ['/posts/my-first-post/']
summary: |
これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。
diff --git a/content/posts/2021-03-30/phperkaigi-2021.md b/content/posts/2021-03-30/phperkaigi-2021.md
index 5d5d8cd..e2dd191 100644
--- a/content/posts/2021-03-30/phperkaigi-2021.md
+++ b/content/posts/2021-03-30/phperkaigi-2021.md
@@ -1,7 +1,6 @@
---
title: "PHPerKaigi 2021"
date: 2021-03-30T23:22:40+09:00
-draft: false
tags: ["conference", "php", "phperkaigi"]
aliases: ['/posts/phperkaigi-2021/']
summary: |
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 9939351..3ce2d1e 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
@@ -1,7 +1,6 @@
---
title: "[C++] 属性構文の属性名にはキーワードが使える [[void]] [[for]]"
date: 2021-10-02T09:38:30+09:00
-draft: false
tags: ["cpp", "cpp17"]
aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/']
summary: |
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 4a55010..f5660fc 100644
--- a/content/posts/2021-10-02/python-unbound-local-error.md
+++ b/content/posts/2021-10-02/python-unbound-local-error.md
@@ -1,7 +1,6 @@
---
title: "[Python] クロージャとUnboundLocalError: local variable 'x' referenced before assignment"
date: 2021-10-02T09:32:37+09:00
-draft: false
tags: ["python", "python3"]
aliases: ['/posts/python-unbound-local-error/']
summary: |
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 33cae61..65a1115 100644
--- a/content/posts/2021-10-02/ruby-detect-running-implementation.md
+++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md
@@ -1,7 +1,6 @@
---
title: "[Ruby] 自身を実行している処理系の種類を判定する"
date: 2021-10-02T09:37:50+09:00
-draft: false
tags: ["ruby"]
aliases: ['/posts/ruby-detect-running-implementation/']
summary: |
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 6cd5592..334c31c 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
@@ -1,7 +1,6 @@
---
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/']
summary: |
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 c471587..743b4d7 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
@@ -1,7 +1,6 @@
---
title: "Rust のプリミティブ型はどこからやって来るか"
date: 2021-10-02T09:39:27+09:00
-draft: false
tags: ["rust"]
aliases: ['/posts/rust-where-are-primitive-types-from/']
summary: |
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 5bdcb67..7c85acb 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
@@ -1,7 +1,6 @@
---
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/']
summary: |
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 6056186..05657fa 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
@@ -1,7 +1,6 @@
---
title: "Vimで選択した行の順番を入れ替える"
date: 2021-10-02T09:37:25+09:00
-draft: false
tags: ["vim"]
aliases: ['/posts/vim-swap-order-of-selected-lines/']
summary: |
diff --git a/content/posts/2022-04-09/phperkaigi-2022-tokens.md b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
index 23d0d3d..e727adb 100644
--- a/content/posts/2022-04-09/phperkaigi-2022-tokens.md
+++ b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
@@ -2,7 +2,6 @@
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: |
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 b2b8ee8..3e234fb 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
@@ -2,7 +2,6 @@
title: "term-banner: ターミナルにバナーを表示するツールを書いた"
date: 2022-04-24T13:22:52+09:00
lastmod: 2022-04-27
-draft: false
tags: ["my-programs"]
summary: |
ターミナルに任意の文字のバナーを表示するためのツールを Go で書いた。
diff --git a/content/posts/2022-05-01/phperkaigi-2022.md b/content/posts/2022-05-01/phperkaigi-2022.md
index 8621a45..8c9cdf2 100644
--- a/content/posts/2022-05-01/phperkaigi-2022.md
+++ b/content/posts/2022-05-01/phperkaigi-2022.md
@@ -1,7 +1,6 @@
---
title: "PHPerKaigi 2022"
date: 2022-05-01T09:41:39+09:00
-draft: false
tags: ["conference", "php", "phperkaigi"]
summary: |
2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。