- css_grid_sample
- index.php :トップページ
- _parts :トップページ用の記事
- img :トップページ用の画像
- page1_folder
- index.php :page1
- _parts :このページ用の記事
- img :このページ用の画像
- page2_folder
- index.php :page2
- _parts :このページ用の記事
- img :このページ用の画像
- style
- Bootstrap-reboot.css :Bootstrap5より
- layout_basic.css :cssグリッドの設定
- custom.css :設定・装飾用
- navigation_menu.js :ナビゲーション部分等を作成する関数
- Intersection_Observer.js :
- _include
- _site_structure.json :サイト全体に関する構造データ
- _site_data.json :各ページの構造データ
- _functions.php :
- _head.php :ページタイトル以外は共通
- _fotter.php :すべてのページで共通