From 32e2ab7749480d294b79e1e550daae07b778d1d1 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:05:27 +0900 Subject: AI向けに llms.txt と llms-full.txt を生成する仕組みを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AI(LLM)がサイトを参照・学習しやすくするため、以下を追加: - public/llms.txt: 全ページをカテゴリ別に列挙した AI 向けサイトマップ - scripts/generate-llms-full.mjs: 全 MDX ファイルの本文を収集・結合する生成スクリプト - package.json の build スクリプトに生成処理を追加 ビルド時に dist/llms.txt と dist/llms-full.txt が自動生成される。 --- public/llms.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 public/llms.txt (limited to 'public/llms.txt') diff --git a/public/llms.txt b/public/llms.txt new file mode 100644 index 0000000..bfbe905 --- /dev/null +++ b/public/llms.txt @@ -0,0 +1,51 @@ +# 安竹洋平 公式サイト(小平市議会議員) +> 小平市議会議員 安竹洋平の公式サイトです。一般質問や議会での活動、いじめ、発達関連の情報をまとめています。 + +## 基本情報 +- サイトURL: https://yasutakeyohei.com/ +- 運営者: 安竹洋平(小平市議会議員、完全無所属) +- お問い合わせ: yohei@yasutakeyohei.com + +## メインページ +- ホーム: https://yasutakeyohei.com/ +- 実績概要: https://yasutakeyohei.com/jisseki/ +- 私の方針: https://yasutakeyohei.com/policy/ +- ご支援: https://yasutakeyohei.com/support/ +- コンタクト: https://yasutakeyohei.com/contact/ + +## 実績 +- 公文書管理の不正追及の軌跡: https://yasutakeyohei.com/koubunsyo-kanri/ +- いじめ重大事態への対応の軌跡: https://yasutakeyohei.com/ijime-judai-jitai/ +- 障害者福祉施設における虐待通報対応の軌跡: https://yasutakeyohei.com/fukushi-shisetsu-gyakutai/ +- 合気公園の軌跡: https://yasutakeyohei.com/aiki-kouen/ +- 情緒固定級の軌跡: https://yasutakeyohei.com/joutyo-koteikyu/ +- 過剰な制限緩和の軌跡: https://yasutakeyohei.com/kajo-seigen-kanwa/ +- 東京サレジオ学園北側開発問題の軌跡: https://yasutakeyohei.com/saresio-kaihatu/ +- ワクチン副反応救済制度の適正化の軌跡: https://yasutakeyohei.com/vaccine-kyuusai-tekiseika/ +- ディスレクシア(読み書き障害)対応の軌跡: https://yasutakeyohei.com/dislexia-taiou/ + +## 一般質問 +- 一覧: https://yasutakeyohei.com/ippan-situmon/ +- 令和7年度: https://yasutakeyohei.com/ippan-situmon/r7d/ +- 令和6年度: https://yasutakeyohei.com/ippan-situmon/r6d/ +- 令和5年度: https://yasutakeyohei.com/ippan-situmon/r5d/ +- 令和4年度: https://yasutakeyohei.com/ippan-situmon/r4d/ +- 令和3年度: https://yasutakeyohei.com/ippan-situmon/r3d/ +- 令和2年度: https://yasutakeyohei.com/ippan-situmon/r2d/ +- 令和元年度: https://yasutakeyohei.com/ippan-situmon/r1d/ + +## ディスレクシアについて +- 概要: https://yasutakeyohei.com/about-dyslexia/ +- ディスレクシアとは: https://yasutakeyohei.com/about-dyslexia/what-is-dyslexia/ +- ディスレクシアの著名人: https://yasutakeyohei.com/about-dyslexia/celebrities/ +- 本人や保護者の声: https://yasutakeyohei.com/about-dyslexia/voices/ +- 潜在的人数と文科省調査: https://yasutakeyohei.com/about-dyslexia/potential-number/ +- 見過ごさないためのアセスメント: https://yasutakeyohei.com/about-dyslexia/assessment/ +- デイジー教科書と音声教材: https://yasutakeyohei.com/about-dyslexia/daisy-and-onsei/ +- 合理的配慮と関連法律: https://yasutakeyohei.com/about-dyslexia/reasonable-accommodation/ +- 小平市の状況: https://yasutakeyohei.com/about-dyslexia/kodaira/ +- 就学相談・通級指導: https://yasutakeyohei.com/about-dyslexia/school-consultation/ +- 情緒固定級とは: https://yasutakeyohei.com/about-dyslexia/emotional-support-class/ +- チャレンジスクール等: https://yasutakeyohei.com/about-dyslexia/high-school-options/ +- 長期欠席支援シート: https://yasutakeyohei.com/about-dyslexia/support-sheet/ +- 支援リソース・参考情報: https://yasutakeyohei.com/about-dyslexia/support-resources/ -- cgit v1.3.1