Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Lecture 02 — Claude Code 環境構築">
<meta property="og:description" content="プランの選択からインストール・認証・初起動まで。Claude Code を動かすまでの 12 枚。">
<meta property="og:url" content="https://watanabe-kohei-jp.github.io/lectures/02-setup/">
<meta property="og:url" content="https://co-lect.github.io/lectures/02-setup/">

<link rel="stylesheet" href="../shared/theme.css">
<script src="../shared/deck-stage.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion 03-claude-md/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Lecture 03 — CLAUDE.md でプロジェクトを記憶させる">
<meta property="og:description" content="毎回の説明をゼロにする CLAUDE.md の使い方を 12 枚で。">
<meta property="og:url" content="https://watanabe-kohei-jp.github.io/lectures/03-claude-md/">
<meta property="og:url" content="https://co-lect.github.io/lectures/03-claude-md/">

<link rel="stylesheet" href="../shared/theme.css">
<script src="../shared/deck-stage.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情
|---|---|---|
| [`00-about/`](./00-about/index.html) | この資料の歩き方(Read me) | 9 枚 |
| [`01-claude-code-intro/`](./01-claude-code-intro/index.html) | Claude Code 入門 | 12 枚 |
| [`02-setup/`](./02-setup/index.html) | Claude Code 環境構築 | 12 枚 |
| [`03-claude-md/`](./03-claude-md/index.html) | CLAUDE.md でプロジェクトを記憶させる | 12 枚 |

各章は単体の HTML として完結しているので、ブラウザで開けばそのまま読めます。

Expand All @@ -41,6 +43,8 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情
```
https://co-lect.github.io/lectures/00-about/
https://co-lect.github.io/lectures/01-claude-code-intro/
https://co-lect.github.io/lectures/02-setup/
https://co-lect.github.io/lectures/03-claude-md/
```

### 方法 2: クローンしてローカルで開く
Expand Down
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ <h2>講義</h2>
<a class="title" href="01-claude-code-intro/">01 — なぜ今、Claude Code を学ぶのか</a>
<div class="desc">AI コーディングの全体像、ツールの正体、人の立ち位置の変化(12 枚)</div>
</li>
<li>
<a class="title" href="02-setup/">02 — Claude Code 環境構築</a>
<div class="desc">プランの選択からインストール・認証・初起動まで(12 枚)</div>
</li>
<li>
<a class="title" href="03-claude-md/">03 — CLAUDE.md でプロジェクトを記憶させる</a>
<div class="desc">毎回の説明をゼロにする CLAUDE.md の書き方・置き場所・効果的な 3 パターン(12 枚)</div>
</li>
</ul>

<h2>鮮度について</h2>
Expand Down
2 changes: 2 additions & 0 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- [00 Read me](https://co-lect.github.io/lectures/00-about/): 教材シリーズの設計思想と歩き方。1 年で陳腐化する世界で資料をどう作るか(9 枚)
- [01 なぜ今、Claude Code を学ぶのか](https://co-lect.github.io/lectures/01-claude-code-intro/): AI コーディングの全体像、ツールの正体、人の立ち位置の変化(12 枚)
- [02 Claude Code 環境構築](https://co-lect.github.io/lectures/02-setup/): プランの選択からインストール・認証・初起動まで(12 枚)
- [03 CLAUDE.md でプロジェクトを記憶させる](https://co-lect.github.io/lectures/03-claude-md/): 毎回の説明をゼロにする CLAUDE.md の書き方・置き場所・効果的な 3 パターン(12 枚)

## メタ

Expand Down
14 changes: 13 additions & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://co-lect.github.io/lectures/</loc>
<lastmod>2026-05-17</lastmod>
<lastmod>2026-05-20</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
Expand All @@ -18,4 +18,16 @@
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://co-lect.github.io/lectures/02-setup/</loc>
<lastmod>2026-05-20</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://co-lect.github.io/lectures/03-claude-md/</loc>
<lastmod>2026-05-20</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>