@d-zero/scaffold 5.0.0-beta.17 → 5.0.0-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,9 +23,18 @@
23
23
  "[html]": {
24
24
  "editor.defaultFormatter": "esbenp.prettier-vscode"
25
25
  },
26
+ "[css]": {
27
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
28
+ },
29
+ "[pug]": {
30
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
31
+ },
26
32
  "[javascript]": {
27
33
  "editor.defaultFormatter": "esbenp.prettier-vscode"
28
34
  },
35
+ "[typescript]": {
36
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
37
+ },
29
38
  "[markdown]": {
30
39
  "editor.defaultFormatter": "esbenp.prettier-vscode"
31
40
  },
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-beta.19](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.18...v5.0.0-beta.19) (2025-12-22)
7
+
8
+ ### Features
9
+
10
+ - **scaffold:** upgrade kamado to v1.0.0-alpha.1 and update config ([14186ad](https://github.com/d-zero-dev/frontend-env/commit/14186ad6fe3842950a31e005dc65649f5e09fae6))
11
+
12
+ # [5.0.0-beta.18](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.17...v5.0.0-beta.18) (2025-11-25)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **scaffold:** correct typo in script name from 'cleaer' to 'clear' ([1ad45c8](https://github.com/d-zero-dev/frontend-env/commit/1ad45c8b7bb43ca665b5fd03c3e414917778dfb9))
17
+
6
18
  # [5.0.0-beta.17](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.16...v5.0.0-beta.17) (2025-10-23)
7
19
 
8
20
  ### Bug Fixes
package/README.md CHANGED
@@ -4,11 +4,10 @@
4
4
 
5
5
  ## コマンド
6
6
 
7
- | コマンド | 実行される内容 |
8
- | -------------------------- | ---------------------------------------------------- |
9
- | `yarn` | 必要なパッケージのインストール |
10
- | `yarn dev` | 開発用ローカル環境の起動( http://localhost:8080/ ) |
11
- | `yarn lint` | リントチェック |
12
- | `yarn build` | ビルド |
13
- | `yarn build --clear-cache` | ビルド(キャッシュをクリア) |
14
- | `yarn update` | 依存パッケージのアップデート |
7
+ | コマンド | 実行される内容 |
8
+ | ------------- | ---------------------------------------------------- |
9
+ | `yarn` | 必要なパッケージのインストール |
10
+ | `yarn dev` | 開発用ローカル環境の起動( http://localhost:8080/ ) |
11
+ | `yarn lint` | リントチェック |
12
+ | `yarn build` | ビルド |
13
+ | `yarn update` | 依存パッケージのアップデート |
@@ -1,7 +1,7 @@
1
1
  .c-nav-breadcrumb
2
2
  ol(itemscope itemtype="https://schema.org/BreadcrumbList")
3
3
  - const HOME_TITLE = "Home";
4
- - const linkList = breadcrumbs(page, collections);
4
+ - const linkList = breadcrumbs;
5
5
  each link, index in linkList
6
6
  li.c-nav-breadcrumb__item(
7
7
  itemscope
@@ -1,6 +1,8 @@
1
+ - const url = pkg.production.host + page.url;
2
+ - const metaTitle = titleList({ baseURL: pkg.production.baseURL });
1
3
  meta(charset="UTF-8")
2
4
  meta(name="viewport" content="width=device-width")
3
- title= titlelist(page, collections, pkg, " | ")
5
+ title= metaTitle
4
6
  meta(name="format-detection" content="telephone=no")
5
7
  meta(name="description" content=description || "")
6
8
  meta(property="og:type" content=ogType || "website")
package/cspell.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "import": ["@d-zero/cspell-config"],
3
- "ignorePaths": ["./htdocs"],
3
+ "ignorePaths": ["./htdocs", "./CHANGELOG.md"],
4
4
  "words": [
5
5
  // Libraries
6
6
  "splide",
7
+ "kamado",
7
8
  "kiso"
8
9
  ]
9
10
  }
@@ -0,0 +1,279 @@
1
+ <!DOCTYPE html>
2
+ <html lang="ja">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width">
6
+ <title>トップページ | __tmpl__サイト名__</title>
7
+ <meta name="format-detection" content="telephone=no">
8
+ <meta name="description" content="">
9
+ <meta property="og:type" content="website">
10
+ <meta property="og:site_name" content="__サイト名__">
11
+ <meta property="og:url" content="https://example.com/__tmpl/000_home.html">
12
+ <meta property="og:image" content="https://example.com/img/ogp.png">
13
+ <meta name="twitter:card" content="summary_large_image">
14
+ <meta name="twitter:url" content="https://example.com/__tmpl/000_home.html">
15
+ <meta name="twitter:title" content="__サイト名__">
16
+ <meta name="twitter:image" content="https://example.com/img/ogp.png">
17
+ <link rel="icon" href="/favicon.png">
18
+ <link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
19
+ <link href="/css/style.css" rel="stylesheet">
20
+ <link ⚠️="baserCMS組み込み時は削除してください" rel="stylesheet" href="/__tmpl/__burger_editor/css/colorbox.css">
21
+ <script src="/js/jquery.min.js"></script>
22
+ <script ⚠️="baserCMS組み込み時は削除してください" src="https://maps.google.com/maps/api/js?key=AIzaSyDc3Vko3MvdrlJuQyEmo0WiT50RIMMtk5g"></script>
23
+ <script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/jquery.colorbox-min.js"></script>
24
+ <script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/bge_functions.min.js"></script>
25
+ <script src="/js/script.js" type="module"></script>
26
+ </head>
27
+ <body class="c-page-home">
28
+ <div class="c-page-home__base">
29
+ <div class="c-page-home__header">
30
+ <header class="c-header">
31
+ <div class="c-header__body">
32
+ <div class="c-header__title">
33
+ <div class="c-header__site-name">
34
+ <h1>
35
+ <a href="__URL__"><span>サイトタイトル</span></a>
36
+ </h1>
37
+ </div>
38
+ <p class="c-header__description">
39
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit.
40
+ </p>
41
+ </div>
42
+ <div class="c-header__info">
43
+ <ul class="c-header__links">
44
+ <li>
45
+ <a href="__URL__"><span>会社概要</span></a>
46
+ </li>
47
+ <li>
48
+ <a href="__URL__"><span>新着情報</span></a>
49
+ </li>
50
+ <li>
51
+ <a href="__URL__"><span>サイトマップ</span></a>
52
+ </li>
53
+ </ul>
54
+ <div class="c-header__tel">
55
+ <a href="tel:0000000000"><span>00-0000-0000</span></a>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </header>
60
+ </div>
61
+ <div class="c-page-home__nav-global">
62
+ <nav class="c-nav-global" aria-label="メインメニュー">
63
+ <div class="c-nav-global__body">
64
+ <ul class="c-nav-global__list">
65
+ <li class="c-nav-global__item">
66
+ <a href="__URL__"><span>コンテンツ</span></a>
67
+ </li>
68
+ <li class="c-nav-global__item">
69
+ <a href="__URL__"><span>コンテンツ</span></a>
70
+ </li>
71
+ <li class="c-nav-global__item">
72
+ <a href="__URL__"><span>コンテンツ</span></a>
73
+ </li>
74
+ <li class="c-nav-global__item">
75
+ <a href="__URL__"><span>コンテンツ</span></a>
76
+ </li>
77
+ <li class="c-nav-global__item">
78
+ <a href="__URL__"><span>コンテンツ</span></a>
79
+ </li>
80
+ <li class="c-nav-global__item">
81
+ <a href="__URL__"><span>コンテンツ</span></a>
82
+ </li>
83
+ </ul>
84
+ </div>
85
+ </nav>
86
+ </div>
87
+ <div class="c-page-home__main">
88
+ <main>
89
+ <h2>トップページ</h2>
90
+ <div>トップページ内容</div>
91
+ </main>
92
+ </div>
93
+ <div class="c-page-home__nav-sitemap">
94
+ <nav class="c-nav-sitemap" aria-label="ページ一覧">
95
+ <div class="c-nav-sitemap__body">
96
+ <ul data-sitemap-level="1">
97
+ <li data-sitemap-level="1">
98
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
99
+ <ul data-sitemap-level="2">
100
+ <li data-sitemap-level="2">
101
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
102
+ <ul data-sitemap-level="3">
103
+ <li data-sitemap-level="3">
104
+ <a href="__URL__">Lv.3_ページタイトル</a>
105
+ </li>
106
+ <li data-sitemap-level="3">
107
+ <a href="__URL__">Lv.3_ページタイトル</a>
108
+ </li>
109
+ <li data-sitemap-level="3">
110
+ <a href="__URL__">Lv.3_ページタイトル</a>
111
+ </li>
112
+ <li data-sitemap-level="3">
113
+ <a href="__URL__">Lv.3_ページタイトル</a>
114
+ </li>
115
+ </ul>
116
+ </li>
117
+ </ul>
118
+ </li>
119
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
120
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
121
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
122
+ <li data-sitemap-level="1">
123
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
124
+ <ul data-sitemap-level="2">
125
+ <li data-sitemap-level="2">
126
+ <a href="__URL__">Lv.2_ページタイトル</a>
127
+ </li>
128
+ <li data-sitemap-level="2">
129
+ <a href="__URL__">Lv.2_ページタイトル</a>
130
+ </li>
131
+ <li data-sitemap-level="2">
132
+ <a href="__URL__">Lv.2_ページタイトル</a>
133
+ </li>
134
+ <li data-sitemap-level="2">
135
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
136
+ <ul data-sitemap-level="3">
137
+ <li data-sitemap-level="3">
138
+ <a href="__URL__">Lv.3_ページタイトル</a>
139
+ </li>
140
+ <li data-sitemap-level="3">
141
+ <a href="__URL__">Lv.3_ページタイトル</a>
142
+ </li>
143
+ <li data-sitemap-level="3">
144
+ <a href="__URL__">Lv.3_ページタイトル</a>
145
+ </li>
146
+ </ul>
147
+ </li>
148
+ </ul>
149
+ </li>
150
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
151
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
152
+ <li data-sitemap-level="1">
153
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
154
+ <ul data-sitemap-level="2">
155
+ <li data-sitemap-level="2">
156
+ <a href="__URL__">Lv.2_ページタイトル</a>
157
+ </li>
158
+ <li data-sitemap-level="2">
159
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
160
+ <ul data-sitemap-level="3">
161
+ <li data-sitemap-level="3">
162
+ <a href="__URL__">Lv.3_ページタイトル</a>
163
+ </li>
164
+ <li data-sitemap-level="3">
165
+ <a href="__URL__">Lv.3_ページタイトル</a>
166
+ </li>
167
+ <li data-sitemap-level="3">
168
+ <a href="__URL__">Lv.3_ページタイトル</a>
169
+ </li>
170
+ </ul>
171
+ </li>
172
+ <li data-sitemap-level="2">
173
+ <a href="__URL__">Lv.2_ページタイトル</a>
174
+ </li>
175
+ <li data-sitemap-level="2">
176
+ <a href="__URL__">Lv.2_ページタイトル</a>
177
+ </li>
178
+ </ul>
179
+ </li>
180
+ <li data-sitemap-level="1">
181
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
182
+ <ul data-sitemap-level="2">
183
+ <li data-sitemap-level="2">
184
+ <a href="__URL__">Lv.2_ページタイトル</a>
185
+ </li>
186
+ <li data-sitemap-level="2">
187
+ <a href="__URL__">Lv.2_ページタイトル</a>
188
+ </li>
189
+ <li data-sitemap-level="2">
190
+ <a href="__URL__">Lv.2_ページタイトル</a>
191
+ </li>
192
+ <li data-sitemap-level="2">
193
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
194
+ <ul data-sitemap-level="3">
195
+ <li data-sitemap-level="3">
196
+ <a href="__URL__">Lv.3_ページタイトル</a>
197
+ </li>
198
+ <li data-sitemap-level="3">
199
+ <a href="__URL__">Lv.3_ページタイトル</a>
200
+ </li>
201
+ </ul>
202
+ </li>
203
+ </ul>
204
+ </li>
205
+ <li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
206
+ <li data-sitemap-level="1">
207
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
208
+ <ul data-sitemap-level="2">
209
+ <li data-sitemap-level="2">
210
+ <a href="__URL__">Lv.2_ページタイトル</a>
211
+ </li>
212
+ <li data-sitemap-level="2">
213
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
214
+ <ul data-sitemap-level="3">
215
+ <li data-sitemap-level="3">
216
+ <a href="__URL__">Lv.3_ページタイトル</a>
217
+ </li>
218
+ <li data-sitemap-level="3">
219
+ <a href="__URL__">Lv.3_ページタイトル</a>
220
+ </li>
221
+ <li data-sitemap-level="3">
222
+ <a href="__URL__">Lv.3_ページタイトル</a>
223
+ </li>
224
+ </ul>
225
+ </li>
226
+ <li data-sitemap-level="2">
227
+ <a href="__URL__">Lv.2_ページタイトル</a>
228
+ </li>
229
+ <li data-sitemap-level="2">
230
+ <a href="__URL__">Lv.2_ページタイトル</a>
231
+ </li>
232
+ </ul>
233
+ </li>
234
+ <li data-sitemap-level="1">
235
+ <a href="__URL__">Lv.1_カテゴリインデックス</a>
236
+ <ul data-sitemap-level="2">
237
+ <li data-sitemap-level="2">
238
+ <a href="__URL__">Lv.2_ページタイトル</a>
239
+ </li>
240
+ <li data-sitemap-level="2">
241
+ <a href="__URL__">Lv.2_ページタイトル</a>
242
+ </li>
243
+ <li data-sitemap-level="2">
244
+ <a href="__URL__">Lv.2_ページタイトル</a>
245
+ </li>
246
+ <li data-sitemap-level="2">
247
+ <a href="__URL__">Lv.2_サブカテゴリインデックス</a>
248
+ <ul data-sitemap-level="3">
249
+ <li data-sitemap-level="3">
250
+ <a href="__URL__">Lv.3_ページタイトル</a>
251
+ </li>
252
+ <li data-sitemap-level="3">
253
+ <a href="__URL__">Lv.3_ページタイトル</a>
254
+ </li>
255
+ </ul>
256
+ </li>
257
+ </ul>
258
+ </li>
259
+ </ul>
260
+ </div>
261
+ </nav>
262
+ </div>
263
+ <div class="c-page-home__footer">
264
+ <footer class="c-footer">
265
+ <div class="c-footer__body">
266
+ <div class="c-footer__links">
267
+ <ul>
268
+ <li><a href="__URL__">個人情報保護方針</a></li>
269
+ <li><a href="__URL__">サイトポリシー</a></li>
270
+ <li><a href="__URL__">お問い合わせ</a></li>
271
+ </ul>
272
+ </div>
273
+ <small class="c-footer__copyright">©2024 THE SITE NAME Co.,Ltd.</small>
274
+ </div>
275
+ </footer>
276
+ </div>
277
+ </div>
278
+ </body>
279
+ </html>