Skip to content

Commit 0986bb7

Browse files
author
y-yamasaki
committed
ブログ更新
1 parent 6ff47ca commit 0986bb7

7 files changed

Lines changed: 23 additions & 23 deletions

File tree

assets/data/blogList.json

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

blog/blog_00009.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<main class="main-container">
2323
<article class="post-detail reveal-on-scroll">
2424
<header class="post-detail__header">
25-
<p class="post-detail__meta">Thu Nov 20 2025 09:00:00 GMT+0900 (日本標準時) / tool</p>
25+
<p class="post-detail__meta">Wed Nov 19 2025 09:00:00 GMT+0900 (日本標準時) / tool</p>
2626
<h1 class="post-detail__title">ZedでC#開発環境を構築してみた</h1>
2727
<p class="post-detail__description">ZedにC#言語サーバーを導入し、Unityプロジェクトで補完・定義ジャンプを使えるようにするまでの手順とハマりどころをまとめました</p>
2828
<p class="post-detail__tags"><a class="tag" href="../blog.html?tag=unity">unity</a> <a class="tag" href="../blog.html?tag=csharp">csharp</a> <a class="tag" href="../blog.html?tag=zed">zed</a> <a class="tag" href="../blog.html?tag=lsp">lsp</a> <a class="tag" href="../blog.html?tag=tool">tool</a></p>

blog/blog_00010.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<main class="main-container">
2323
<article class="post-detail reveal-on-scroll">
2424
<header class="post-detail__header">
25-
<p class="post-detail__meta">Tue Jan 20 2026 09:00:00 GMT+0900 (日本標準時) / Git</p>
25+
<p class="post-detail__meta">Thu Nov 20 2025 09:00:00 GMT+0900 (日本標準時) / Git</p>
2626
<h1 class="post-detail__title">RClone運用フロー</h1>
2727
<p class="post-detail__description">プロジェクトでrcloneとシェルスクリプトを活用し、大規模アセットの効率的な管理とCI/CD連携を実現する方法を解説します。</p>
2828
<p class="post-detail__tags"><a class="tag" href="../blog.html?tag=tool">tool</a> <a class="tag" href="../blog.html?tag=cloudstrage">cloudstrage</a> <a class="tag" href="../blog.html?tag=git">git</a></p>

blog/blog_00011.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<main class="main-container">
2323
<article class="post-detail reveal-on-scroll">
2424
<header class="post-detail__header">
25-
<p class="post-detail__meta">Sat Oct 26 2024 09:00:00 GMT+0900 (日本標準時) / Discord</p>
25+
<p class="post-detail__meta">Wed Nov 26 2025 09:00:00 GMT+0900 (日本標準時) / Discord</p>
2626
<h1 class="post-detail__title">自作Discord Botを公開したらスパムに悪用された話</h1>
2727
<p class="post-detail__description">自作したDiscord Botを公開したところ、スパムの踏み台にされてしまいました。原因となったアーキテクチャの設計ミスと、今後のセキュリティ対策についてまとめます。</p>
2828
<p class="post-detail__tags"><a class="tag" href="../blog.html?tag=discord">discord</a> <a class="tag" href="../blog.html?tag=nodejs">nodejs</a> <a class="tag" href="../blog.html?tag=security">security</a> <a class="tag" href="../blog.html?tag=%E5%8F%8D%E7%9C%81">反省</a></p>

content/blog/blog_00009.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ZedでC#開発環境を構築してみた
3-
date: 2025-11-20
3+
date: 2025-11-19
44
category: tool
55
description: ZedにC#言語サーバーを導入し、Unityプロジェクトで補完・定義ジャンプを使えるようにするまでの手順とハマりどころをまとめました
66
tags: unity, csharp, zed, lsp, tool

content/blog/blog_00010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: RClone運用フロー
3-
date: 2026-01-20
3+
date: 2025-11-20
44
category: Git
55
description: プロジェクトでrcloneとシェルスクリプトを活用し、大規模アセットの効率的な管理とCI/CD連携を実現する方法を解説します。
66
tags: tool,cloudstrage,git

content/blog/blog_00011.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "自作Discord Botを公開したらスパムに悪用された話"
3-
date: 2024-10-26
3+
date: 2025-11-26
44
category: Discord
55
description: "自作したDiscord Botを公開したところ、スパムの踏み台にされてしまいました。原因となったアーキテクチャの設計ミスと、今後のセキュリティ対策についてまとめます。"
66
tags: ["discord", "nodejs", "security", "反省"]

0 commit comments

Comments
 (0)