chore: initialize backlog and add website recreation task
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ae105ec3e
commit
e67af9fe34
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
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.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
Loading…
Reference in New Issue