Closed
Conversation
Agent-Logs-Url: https://github.com/yuuka-dev/obatlog/sessions/bbaff264-87b5-4460-9815-66f70e307c9e Co-authored-by: yuuka-dev <105776431+yuuka-dev@users.noreply.github.com>
Owner
|
develop → main の #33 で対応済み。Copilot自動生成PRのためクローズ。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
AdSense審査対応として
/blog配下にMarkdownから生成した静的記事ページを追加。6記事(使い方ガイド3本 + Tips 3本)を実装。変更内容
コンテンツ
content/blog/に6記事のMarkdownファイル配置title,slug,category,description,publishedAt,authorインフラ
src/lib/blog.ts: Markdown処理ユーティリティ(gray-matter → remark → HTML変換)ページ
/blog(一覧): カテゴリタブ(すべて / 使い方ガイド / Tips)/blog/[slug](詳細): Tailwind Typography スタイリング、関連記事表示params: Promise<{slug}>)SEO
generateMetadataによる動的メタデータ生成sitemap.xmlに全ブログURLを追加(priority 0.7-0.8)UI/i18n
blog.*namespace依存関係
gray-matter,remark,remark-html,remark-gfm,@tailwindcss/typographyテスト
npm run build # ✓ /blog および /blog/[slug] × 6記事が静的生成されるチェックリスト
Original prompt