Rebuilding the deitte.com website. The project involves:
- Backing up existing site files from an AWS server to S3
- Light editing of the backed-up files
- Creating a new simple website that links to the old sites
- Deploying to GitHub Pages, with the custom domain managed through Namecheap
- Always ask before committing. Never auto-commit.
- Document all planning and decisions in the
plan/directory - Keep credentials and server connection details OUT of version-controlled files
- Store any sensitive connection info in
.envor communicate it at runtime
plan/ # Project plans, checklists, and decision logs
- Static HTML/CSS/JS (to be confirmed during planning)
- AWS CLI for S3 operations
- SSH/SCP/rsync for server transfers
- GitHub for version control and hosting the repo
- GitHub Pages for hosting the site
- Namecheap for domain/DNS management (pointing deitte.com to GitHub Pages)