From d9349b59bec36b997a266b85baa8b475c9df9fdc Mon Sep 17 00:00:00 2001 From: anlex N <1293006794@qq.com> Date: Sun, 14 Jan 2024 13:07:02 +0000 Subject: [PATCH 1/4] Add .deprecated selector to src/_css/main.css --- src/_css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_css/main.css b/src/_css/main.css index a0e009e68..515c99bdc 100644 --- a/src/_css/main.css +++ b/src/_css/main.css @@ -625,3 +625,7 @@ pre mark .token.punctuation { .highlight-line { display: inline-block; } + +.deprecated { + background-image:url("data:image/svg+xml;utf8,Deprecated"); +} From d3910cea1b3d439a46e1392ed58397ccfe47b743 Mon Sep 17 00:00:00 2001 From: anlex N <1293006794@qq.com> Date: Sun, 14 Jan 2024 13:14:07 +0000 Subject: [PATCH 2/4] Add deprecated expression to src/_includes/layouts/post.njk --- src/_includes/layouts/post.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/layouts/post.njk b/src/_includes/layouts/post.njk index cb9c546c8..0da5fb42a 100644 --- a/src/_includes/layouts/post.njk +++ b/src/_includes/layouts/post.njk @@ -1,7 +1,7 @@ --- layout: layouts/base.njk --- -
+

{{ title | markdown | safe }}

From a0a42788b1b308684581abe5d02cae4e4baca3e4 Mon Sep 17 00:00:00 2001 From: anlex N <1293006794@qq.com> Date: Sun, 14 Jan 2024 13:55:26 +0000 Subject: [PATCH 3/4] Deprecate src/blog/test-the-future.md --- src/blog/test-the-future.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blog/test-the-future.md b/src/blog/test-the-future.md index 62af4f4fa..f0fe0ccad 100644 --- a/src/blog/test-the-future.md +++ b/src/blog/test-the-future.md @@ -1,7 +1,9 @@ --- title: 'Help us test the future of V8!' -author: 'Daniel Clifford ([@expatdanno](https://twitter.com/expatdanno)), Original Munich V8 Brewer' +author: 'Daniel Clifford ([@expatdanno](https://twitter.com/expatdanno)), Original Munich V8 Brewer, anlex N' date: 2017-02-14 13:33:37 +updated: 2024-01-14 10:52:14 +deprecated: true tags: - internals description: 'Preview V8’s new compiler pipeline with Ignition and TurboFan in Chrome Canary today!' From 780ea5e82bc7891e23fd32ff56a3e150b82debbd Mon Sep 17 00:00:00 2001 From: anlex N <1293006794@qq.com> Date: Thu, 18 Apr 2024 10:44:28 +0800 Subject: [PATCH 4/4] Fix author name --- src/blog/test-the-future.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/test-the-future.md b/src/blog/test-the-future.md index f0fe0ccad..3b0d084d6 100644 --- a/src/blog/test-the-future.md +++ b/src/blog/test-the-future.md @@ -1,6 +1,6 @@ --- title: 'Help us test the future of V8!' -author: 'Daniel Clifford ([@expatdanno](https://twitter.com/expatdanno)), Original Munich V8 Brewer, anlex N' +author: 'Daniel Clifford ([@expatdanno](https://twitter.com/expatdanno)), Original Munich V8 Brewer' date: 2017-02-14 13:33:37 updated: 2024-01-14 10:52:14 deprecated: true