Add portfolio template to combined marketing+portfolio template

- Added portfolio pages: portfolio-index, portfolio-about, portfolio-contact
- Added work/[slug].astro for project detail pages
- Added PortfolioBase.astro layout with Playfair Display font
- Added ProjectCard.astro component
- Added projects collection with taxonomies (category, tag)
- Updated theme.css with --font-serif variable
- Added portfolio seed data with 4 projects
- Updated menus to include Work link
This commit is contained in:
Kunthawat Greethong
2026-05-01 13:22:24 +07:00
parent 9147821a16
commit 978bf42e5a
19 changed files with 8804 additions and 7 deletions

View File

@@ -3,3 +3,6 @@
{"t":0,"agent":"a0f2988","agent_type":"Explore","event":"agent_stop","success":true,"duration_ms":35179}
{"t":0,"agent":"a338ed5","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a03ceb2","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a5d5029","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"ada0ac0","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"ae2f4e3","agent_type":"unknown","event":"agent_stop","success":true}

View File

@@ -0,0 +1,16 @@
{
"created_at": "2026-05-01T05:40:41.335Z",
"trigger": "auto",
"active_modes": {},
"todo_summary": {
"pending": 0,
"in_progress": 0,
"completed": 0
},
"wisdom_exported": false,
"background_jobs": {
"active": [],
"recent": [],
"stats": null
}
}

View File

@@ -0,0 +1,16 @@
{
"created_at": "2026-05-01T06:12:29.590Z",
"trigger": "auto",
"active_modes": {},
"todo_summary": {
"pending": 0,
"in_progress": 0,
"completed": 0
},
"wisdom_exported": false,
"background_jobs": {
"active": [],
"recent": [],
"stats": null
}
}

View File

@@ -1,5 +1,5 @@
{
"updatedAt": "2026-05-01T04:04:54.735Z",
"updatedAt": "2026-05-01T06:13:19.823Z",
"missions": [
{
"id": "session:33698839-2ad1-4412-9735-43676f5e6beb:none",
@@ -7,7 +7,7 @@
"name": "none",
"objective": "Session mission",
"createdAt": "2026-04-30T23:41:28.830Z",
"updatedAt": "2026-05-01T04:04:54.735Z",
"updatedAt": "2026-05-01T06:13:19.823Z",
"status": "done",
"workerCount": 1,
"taskCounts": {
@@ -27,7 +27,7 @@
"currentStep": null,
"latestUpdate": "completed",
"completedSummary": null,
"updatedAt": "2026-05-01T04:04:54.735Z"
"updatedAt": "2026-05-01T06:13:19.823Z"
}
],
"timeline": [
@@ -62,6 +62,30 @@
"agent": "Explore:a0f2988",
"detail": "completed",
"sourceKey": "session-stop:a03ceb29df0d9439c"
},
{
"id": "session-stop:a5d502987c545569c:2026-05-01T05:42:16.073Z",
"at": "2026-05-01T05:42:16.073Z",
"kind": "completion",
"agent": "Explore:a0f2988",
"detail": "completed",
"sourceKey": "session-stop:a5d502987c545569c"
},
{
"id": "session-stop:ada0ac096cb8f31aa:2026-05-01T05:42:34.397Z",
"at": "2026-05-01T05:42:34.397Z",
"kind": "completion",
"agent": "Explore:a0f2988",
"detail": "completed",
"sourceKey": "session-stop:ada0ac096cb8f31aa"
},
{
"id": "session-stop:ae2f4e3ced71aa12c:2026-05-01T06:13:19.823Z",
"at": "2026-05-01T06:13:19.823Z",
"kind": "completion",
"agent": "Explore:a0f2988",
"detail": "completed",
"sourceKey": "session-stop:ae2f4e3ced71aa12c"
}
]
}

View File

@@ -13,5 +13,5 @@
"total_spawned": 1,
"total_completed": 1,
"total_failed": 0,
"last_updated": "2026-05-01T04:04:54.837Z"
"last_updated": "2026-05-01T06:13:19.923Z"
}