diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..9b7a8be --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "cadCAD Website" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 diff --git a/backlog/tasks/task-1 - Recreate-cadcad.org-website.md b/backlog/tasks/task-1 - Recreate-cadcad.org-website.md new file mode 100644 index 0000000..52f7f68 --- /dev/null +++ b/backlog/tasks/task-1 - Recreate-cadcad.org-website.md @@ -0,0 +1,16 @@ +--- +id: task-1 +title: Recreate cadcad.org website +status: Done +assignee: [] +created_date: '2026-02-09 20:49' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Recreated the cadcad.org website using Next.js 16 + Tailwind CSS 4. Deployed at cadcad-staging.jeffemmett.com via Docker + Traefik + Cloudflare tunnel on Netcup RS 8000. All assets extracted from original site including SVGs, background images, and BlockScience logo. Colors matched to original (#161645 dark navy, #55D0FF light blue). System font stack matching original. +