summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/2021-10-02
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-05 19:02:28 +0900
committernsfisis <nsfisis@gmail.com>2023-10-05 19:02:28 +0900
commit777d36505713749916dfbd4d0a5fd90302271328 (patch)
tree287a7bc3f9093245e08009d89f3f55d0b8093e4a /vhosts/blog/public/posts/2021-10-02
parentccbea8f1784e2e2a5c074af55e8368e75278056d (diff)
downloadnsfisis.dev-777d36505713749916dfbd4d0a5fd90302271328.tar.gz
nsfisis.dev-777d36505713749916dfbd4d0a5fd90302271328.tar.zst
nsfisis.dev-777d36505713749916dfbd4d0a5fd90302271328.zip
feat(blog/nuldoc): add partial Open Graph support
Diffstat (limited to 'vhosts/blog/public/posts/2021-10-02')
-rw-r--r--vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html5
-rw-r--r--vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html5
7 files changed, 35 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
index f6707cbd..e3b74602 100644
--- a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
<meta name="keywords" content="C++,C++ 17">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html b/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
index 9f5aebdf..97937c4a 100644
--- a/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Python における UnboundLocalError の理由と対処法。">
<meta name="keywords" content="Python,Python 3">
+ <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 の理由と対処法。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index 030d07ab..1cb7d414 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。">
<meta name="keywords" content="Ruby">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index ae9800a5..be0a5b6f 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。">
<meta name="keywords" content="Ruby,Ruby 3">
+ <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:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
index 2f0571d3..3fce3493 100644
--- a/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。">
<meta name="keywords" content="Rust">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
index cfcd27fe..48a1dd35 100644
--- a/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。">
<meta name="keywords" content="Vim">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">
diff --git a/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
index ce92c9dd..3501f837 100644
--- a/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
@@ -7,6 +7,11 @@
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Vim で選択した行の順番を入れ替える方法。">
<meta name="keywords" content="Vim">
+ <meta property="og:type" content="article">
+ <meta property="og:title" content="Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop">
+ <meta property="og:description" content="Vim で選択した行の順番を入れ替える方法。">
+ <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
+ <meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85">