From 777d36505713749916dfbd4d0a5fd90302271328 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 5 Oct 2023 19:02:28 +0900 Subject: feat(blog/nuldoc): add partial Open Graph support --- vhosts/blog/public/posts/2021-03-05/my-first-post/index.html | 5 +++++ vhosts/blog/public/posts/2021-03-30/phperkaigi-2021/index.html | 5 +++++ .../2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 5 +++++ .../public/posts/2021-10-02/python-unbound-local-error/index.html | 5 +++++ .../posts/2021-10-02/ruby-detect-running-implementation/index.html | 5 +++++ .../public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | 5 +++++ .../posts/2021-10-02/rust-where-are-primitive-types-from/index.html | 5 +++++ .../index.html | 5 +++++ .../posts/2021-10-02/vim-swap-order-of-selected-lines/index.html | 5 +++++ .../blog/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html | 5 +++++ .../term-banner-write-tool-showing-banner-in-terminal/index.html | 5 +++++ vhosts/blog/public/posts/2022-05-01/phperkaigi-2022/index.html | 5 +++++ .../posts/2022-08-27/php-conference-okinawa-code-golf/index.html | 5 +++++ .../2022-08-31/support-for-communty-is-employee-benefits/index.html | 5 +++++ .../2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html | 5 +++++ .../posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html | 5 +++++ .../public/posts/2022-10-28/setup-server-for-this-site/index.html | 5 +++++ .../posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html | 5 +++++ .../posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html | 5 +++++ .../public/posts/2023-03-10/rewrite-this-blog-generator/index.html | 5 +++++ .../implementation-of-minimal-png-image-encoder/index.html | 5 +++++ .../blog/public/posts/2023-04-04/phperkaigi-2023-report/index.html | 5 +++++ vhosts/blog/public/posts/2023-06-25/phpconfuk-2023-report/index.html | 5 +++++ .../public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html | 5 +++++ vhosts/blog/public/posts/index.html | 5 +++++ 25 files changed, 125 insertions(+) (limited to 'vhosts/blog/public/posts') diff --git a/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html b/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html index c7ae5309..c50cca68 100644 --- a/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html +++ b/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html @@ -6,6 +6,11 @@ + + + + + My First Post | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2021-03-30/phperkaigi-2021/index.html b/vhosts/blog/public/posts/2021-03-30/phperkaigi-2021/index.html index a3b603e9..7cffee5e 100644 --- a/vhosts/blog/public/posts/2021-03-30/phperkaigi-2021/index.html +++ b/vhosts/blog/public/posts/2021-03-30/phperkaigi-2021/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2021 | REPL: Rest-Eat-Program Loop 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 @@ + + + + + 【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop 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 @@ + + + + + 【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment | REPL: Rest-Eat-Program Loop 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 @@ + + + + + 【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop 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 @@ + + + + + 【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop 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 @@ + + + + + Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop 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 @@ + + + + + 【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop 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 @@ + + + + + Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html b/vhosts/blog/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html index 1539a712..f5c44cc6 100644 --- a/vhosts/blog/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html +++ b/vhosts/blog/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2022 トークン問題の解説 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html index 3edc84c9..d0ecf4cb 100644 --- a/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html +++ b/vhosts/blog/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html @@ -6,6 +6,11 @@ + + + + + term-banner: ターミナルにバナーを表示するツールを書いた | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-05-01/phperkaigi-2022/index.html b/vhosts/blog/public/posts/2022-05-01/phperkaigi-2022/index.html index f0f2dc91..1ab34cba 100644 --- a/vhosts/blog/public/posts/2022-05-01/phperkaigi-2022/index.html +++ b/vhosts/blog/public/posts/2022-05-01/phperkaigi-2022/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2022 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html index 212f1a71..505eef7b 100644 --- a/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html +++ b/vhosts/blog/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html @@ -7,6 +7,11 @@ + + + + + PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html b/vhosts/blog/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html index 12642c05..4c80b91a 100644 --- a/vhosts/blog/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html +++ b/vhosts/blog/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html @@ -6,6 +6,11 @@ + + + + + 弊社の PHP Foundation への寄付に寄せて | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html index 42c4a332..394e9610 100644 --- a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html +++ b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html @@ -7,6 +7,11 @@ + + + + + 【PHP】 fizzbuzz を書く。1行あたり2文字で。 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html b/vhosts/blog/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html index 78938d94..1c934aa5 100644 --- a/vhosts/blog/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html +++ b/vhosts/blog/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2023: ボツになったトークン問題 その 1 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html b/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html index c47b6435..1cba2405 100644 --- a/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html +++ b/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html @@ -7,6 +7,11 @@ + + + + + 【備忘録】 このサイト用の VPS をセットアップしたときのメモ | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/vhosts/blog/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html index a189d126..8ea7ebe7 100644 --- a/vhosts/blog/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html +++ b/vhosts/blog/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2023: ボツになったトークン問題 その 2 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html b/vhosts/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html index 7e66245d..330a9952 100644 --- a/vhosts/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html +++ b/vhosts/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2023: ボツになったトークン問題 その 3 | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-03-10/rewrite-this-blog-generator/index.html b/vhosts/blog/public/posts/2023-03-10/rewrite-this-blog-generator/index.html index 573f1739..285b2d08 100644 --- a/vhosts/blog/public/posts/2023-03-10/rewrite-this-blog-generator/index.html +++ b/vhosts/blog/public/posts/2023-03-10/rewrite-this-blog-generator/index.html @@ -6,6 +6,11 @@ + + + + + このブログのジェネレータを書き直した | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-04-01/implementation-of-minimal-png-image-encoder/index.html b/vhosts/blog/public/posts/2023-04-01/implementation-of-minimal-png-image-encoder/index.html index d62d74b8..c267fedb 100644 --- a/vhosts/blog/public/posts/2023-04-01/implementation-of-minimal-png-image-encoder/index.html +++ b/vhosts/blog/public/posts/2023-04-01/implementation-of-minimal-png-image-encoder/index.html @@ -6,6 +6,11 @@ + + + + + PNG 画像の最小構成エンコーダを実装する | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-04-04/phperkaigi-2023-report/index.html b/vhosts/blog/public/posts/2023-04-04/phperkaigi-2023-report/index.html index 09361920..2c9b6a98 100644 --- a/vhosts/blog/public/posts/2023-04-04/phperkaigi-2023-report/index.html +++ b/vhosts/blog/public/posts/2023-04-04/phperkaigi-2023-report/index.html @@ -7,6 +7,11 @@ + + + + + PHPerKaigi 2023 参加レポ | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-06-25/phpconfuk-2023-report/index.html b/vhosts/blog/public/posts/2023-06-25/phpconfuk-2023-report/index.html index 274c7f24..c5fa513f 100644 --- a/vhosts/blog/public/posts/2023-06-25/phpconfuk-2023-report/index.html +++ b/vhosts/blog/public/posts/2023-06-25/phpconfuk-2023-report/index.html @@ -7,6 +7,11 @@ + + + + + PHP カンファレンス福岡 2023 参加レポ | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html b/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html index 262065b2..0b563fa7 100644 --- a/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html +++ b/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html @@ -7,6 +7,11 @@ + + + + + PHP の処理系を Emscripten で WebAssembly にコンパイルする | REPL: Rest-Eat-Program Loop diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 5cbece23..c69f3f7f 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -6,6 +6,11 @@ + + + + + 投稿一覧 | REPL: Rest-Eat-Program Loop -- cgit v1.3-1-g0d28