File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 11# メンバーページ
22
3- [ ` member.tsx ` ] ( /src/templates/ member.tsx ) によってレンダリングされるメンバー詳細ページです。
3+ [ ``] ( /src/pages/members/[ member].astro ) によってレンダリングされるメンバー詳細ページです。
44
55顔写真や本名を掲載しない場合は、ハンドルネームやアバター画像を代わりに指定してください。
66
77## frontmatter
88
9- | キー | 必須 | 説明 |
10- | ---------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------- |
11- | ` nameJa ` | ✅ | 名前。 |
12- | ` nameEn ` | ✅ | 英語名。 |
13- | ` slug ` | ✅ | ウェブサイト上の URL で使用される文字列 (重複不可)。ディレクトリ名と一致させてください。 |
14- | ` date ` | ✅ | ut.code(); に入会した日。ソートにしか使用しないのでおおよそで構いません。 |
15- | ` description ` | ✅ | 今の自分を表す一言。 |
16- | ` faceImage ` | ✅ | 顔写真。縦横比は 1:1。顔を中央に配置し、顔の横幅がおよそ写真の横幅の 1/2 になるようにトリミングしてください。 |
17- | ` upperBodyImage ` | ✅ | バストショット。縦横比は 4:3。顔の横幅が画像の横幅のおよそ 1/3、顔の中央が画像上部からおよそ 1/3 になるようにトリミングしてください。 |
18- | ` github ` | | GitHub の** アカウント名** |
19- | ` twitter ` | | X (旧 Twitter) の ** ID** 。 -- TODO: キーをx_twitterに変える (理由: X だけだとなんのことかわかりにくいため) |
20- | ` website ` | | 個人のウェブサイトの URL。 |
9+ | キー | 必須 | 説明 |
10+ | ---------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
11+ | ` nameJa ` | ✅ | 名前。 |
12+ | ` nameEn ` | ✅ | 英語名。 |
13+ | ` joinYear ` | ✅ | ut.code(); に入会した年。ソートに使用しています。。 |
14+ | ` description ` | ✅ | 今の自分を表す一言。 |
15+ | ` faceImage ` | ✅ | 顔写真。縦横比は 1:1。顔を中央に配置し、顔の横幅がおよそ写真の横幅の 1/2 になるようにトリミングしてください。 |
16+ | ` upperBodyImage ` | ✅ | バストショット。縦横比は 1:1。 |
17+ | ` github ` | | GitHub の** アカウント名** |
18+ | ` twitter ` | | X (旧 Twitter) の ** ID** 。 |
19+ | ` website ` | | 個人のウェブサイトの URL。 |
You can’t perform that action at this time.
0 commit comments