Skip to content

Website Edit Handbook

This handbook explains how to edit Keigan websites when the usual maintainer is away.

It is written for complete beginners. Follow the steps in order the first time. After that, use the End-to-end checklist for each change.

Language

Use the English | 日本語 control in the top nav to switch languages. The full handbook is available in Japanese at /ja/.

Which sites does this cover?

SiteLocal folder (typical)Bitbucket repoWhat you edit
KeiganALI websiteprojects/keiganali-websiteKeiganALI_HomepageMarkdown pages + microCMS news
KeiganALI Support Centerprojects/keiganali_support_centerkeiganali_support_centerMarkdown docs pages
KeiganHAUVILprojects/KeiganHAUVILhauvil_websiteHTML / CSS / JS (Vite project)

The safe workflow (always)

1. Get / update the project from Bitbucket
2. Create a new branch (contingency — easy to undo)
3. Edit content (yourself or with Cursor)
4. Preview with npm run dev (or the site-specific dev command)
5. Build with npm run build (or the site-specific build command)
6. Commit and push your branch
7. Upload the build output with FileZilla
   → staging first, then production after checking

First time? Follow this order

  1. What you will need — shopping list
  2. Install tools — Cursor, Node, Git, FileZilla
  3. Password vault — SharePoint download + Cursor setup
  4. Clone the repositories — Bitbucket + .env shells
  5. Then day-to-day editing and publish pages as needed

Passwords

Never store real passwords in this handbook.

Website passwords (SFTP, microCMS, .env keys) come from the Website password vault on SharePoint — 株式会社Keigan\Sales - ドキュメント\73Web・SNS\KeiganWEB管理 — not from Bitbucket.

Bitbucket is only for downloading and saving code. Sign in with your work email or Slack. If you cannot see the Keigan repos, ask to be invited to the workspace. Bitbucket login is separate from the password vault.

Next step

What you will need

Internal use — Keigan