Skip to content

HOW TO UPDATE STAFF INFO

Akira inamori edited this page Oct 23, 2023 · 1 revision

How to update entry for staff page.

Staff entry is managed by the followings.

  • src/data/staff.json
  • public/staff/xxxxx.png, jpg, svg..

How to add entry

  • 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 twitter id if you have no https://twitter.com/
github github id if you have no https://github.com/
facebook 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": ""
    },

How to add icon (image)

Upload your image to the following directory.

  • /public/staff/

How to fix or delete entry

  • Please modify the entry.