From bbf35002647c3f04d5dc2061becdf5bb13d82948 Mon Sep 17 00:00:00 2001 From: miyaji255 <84168445+miyaji255@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:53:55 +0900 Subject: [PATCH] add logo --- .../2024-06-30-esbuild-plugin-gas-generator.md | 2 +- src/content/tags/gas.json | 5 +++++ src/content/tags/gas.svg | 15 +++++++++++++++ src/content/tags/jest.json | 2 ++ src/content/tags/jest.svg | 16 ++++++++++++++++ 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 src/content/tags/gas.json create mode 100644 src/content/tags/gas.svg create mode 100644 src/content/tags/jest.svg diff --git a/src/content/blogs/2024-06-30-esbuild-plugin-gas-generator.md b/src/content/blogs/2024-06-30-esbuild-plugin-gas-generator.md index 56db2d6..fde6852 100644 --- a/src/content/blogs/2024-06-30-esbuild-plugin-gas-generator.md +++ b/src/content/blogs/2024-06-30-esbuild-plugin-gas-generator.md @@ -3,7 +3,7 @@ title: ESModuleをGASで実行できるようにする description: esbuildを用いてESModuleをGAS環境で実行できるようにするプラグインを作成しました。 category: tech author: miyaji -tags: [node, esbuild, javascript] +tags: [node, esbuild, javascript, gas] --- exportした関数のエントリーポイントを自動で生成するesbuildプラグイン **esbuild-plugin-gas-generator** を作成しました。 diff --git a/src/content/tags/gas.json b/src/content/tags/gas.json new file mode 100644 index 0000000..398a6fc --- /dev/null +++ b/src/content/tags/gas.json @@ -0,0 +1,5 @@ +{ + "name": "GAS", + "description": "Google Apps Script (GAS) とは、Googleによって開発されたスクリプトプラットフォームである軽量のアプリケーション開発のためのGoogleのワークスペースプラットフォームです。", + "image": "./gas.svg" +} diff --git a/src/content/tags/gas.svg b/src/content/tags/gas.svg new file mode 100644 index 0000000..38d097a --- /dev/null +++ b/src/content/tags/gas.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/content/tags/jest.json b/src/content/tags/jest.json index cd7d536..97363ba 100644 --- a/src/content/tags/jest.json +++ b/src/content/tags/jest.json @@ -1,6 +1,8 @@ { "name": "Jest", "description": "JavaScriptのテストフレームワークです", + "image": "./jest.svg", + "fullSizeImage": true, "links": [ { "url": "https://jestjs.io/", diff --git a/src/content/tags/jest.svg b/src/content/tags/jest.svg new file mode 100644 index 0000000..b448565 --- /dev/null +++ b/src/content/tags/jest.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + \ No newline at end of file