-
Notifications
You must be signed in to change notification settings - Fork 6
HOW TO UPDATE STAFF INFO
Akira inamori edited this page Oct 23, 2023
·
1 revision
Staff entry is managed by the followings.
src/data/staff.json
public/staff/xxxxx.png, jpg, svg..
- Add your entry to the following file.
src/data/staff.json
key name | description | require | memo |
---|---|---|---|
name | display name | yes | |
icon | display your image | yes | input file name for /public/staff/. |
division | staff category | yes | staff -> core, day staff -> day |
twitter id if you have | no | https://twitter.com/ | |
github | github id if you have | no | https://github.com/ |
facebook id if you have | no | https://www.facebook.com/ | |
mastdon | mastdon id if you have | no |
examale)
{
"name": "Akira Inamori",
"icon": "ainamori_square.png",
"twitter": "ainamori",
"github": "ainamori",
"facebook": "ainamori01",
"division": "core",
"mastodon": ""
},
Upload your image to the following directory.
/public/staff/
- Please modify the entry.