Files
emdash-marketing-template/.omc/project-memory.json
Kunthawat Greethong 51b50212ca Add combined blog+marketing+portfolio template
- Added blog pages: posts index, post detail, category/tag archives, search, RSS
- Added BlogBase layout with Source Serif 4 font
- Added PostCard and TagList components
- Added utility functions: reading-time, site-identity
- Added posts collection with taxonomies to seed
- Updated menus with all sections: Home, Posts, Work, Pricing, Contact
- Added blog seed content: 3 posts with bylines
2026-05-01 13:50:52 +07:00

227 lines
5.0 KiB
JSON

{
"version": "1.0.0",
"lastScanned": 1777614137874,
"projectRoot": "/Users/kunthawatgreethong/Gitea/claude-skill/skills/website-creator/templates/astro-emdash-marketing",
"techStack": {
"languages": [
{
"name": "JavaScript/TypeScript",
"version": null,
"confidence": "high",
"markers": [
"package.json"
]
},
{
"name": "TypeScript",
"version": null,
"confidence": "high",
"markers": [
"tsconfig.json"
]
}
],
"frameworks": [
{
"name": "astro",
"version": "6.0.1",
"category": "fullstack"
},
{
"name": "react",
"version": "19.2.4",
"category": "frontend"
},
{
"name": "react-dom",
"version": "19.2.4",
"category": "frontend"
}
],
"packageManager": "npm",
"runtime": null
},
"build": {
"buildCommand": "pnpm build 2>&1 | head -80",
"testCommand": null,
"lintCommand": null,
"devCommand": "npm run dev",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",
"bootstrap": "emdash init && emdash seed",
"seed": "emdash seed",
"typecheck": "astro check"
}
},
"conventions": {
"namingStyle": null,
"importStyle": null,
"testPattern": null,
"fileOrganization": "type-based"
},
"structure": {
"isMonorepo": false,
"workspaces": [],
"mainDirectories": [
"public",
"src"
],
"gitBranches": null
},
"customNotes": [],
"directoryMap": {
"public": {
"path": "public",
"purpose": "Public files",
"fileCount": 0,
"lastAccessed": 1777614137858,
"keyFiles": []
},
"seed": {
"path": "seed",
"purpose": null,
"fileCount": 1,
"lastAccessed": 1777614137858,
"keyFiles": [
"seed.json"
]
},
"src": {
"path": "src",
"purpose": "Source code",
"fileCount": 1,
"lastAccessed": 1777614137861,
"keyFiles": [
"live.config.ts"
]
},
"src/components": {
"path": "src/components",
"purpose": "UI components",
"fileCount": 1,
"lastAccessed": 1777614137862,
"keyFiles": [
"MarketingBlocks.astro"
]
},
"src/pages": {
"path": "src/pages",
"purpose": "Page components",
"fileCount": 3,
"lastAccessed": 1777614137862,
"keyFiles": [
"contact.astro",
"index.astro",
"pricing.astro"
]
}
},
"hotPaths": [
{
"path": "seed/seed.json",
"accessCount": 5,
"lastAccessed": 1777616481729,
"type": "file"
},
{
"path": "src/pages/rss.xml.ts",
"accessCount": 4,
"lastAccessed": 1777618133397,
"type": "file"
},
{
"path": "src/styles/theme.css",
"accessCount": 2,
"lastAccessed": 1777616344900,
"type": "file"
},
{
"path": "src/pages/pages/index.astro",
"accessCount": 2,
"lastAccessed": 1777618173372,
"type": "file"
},
{
"path": "src/pages/posts/index.astro",
"accessCount": 2,
"lastAccessed": 1777618215078,
"type": "file"
},
{
"path": "src/pages/index.astro",
"accessCount": 1,
"lastAccessed": 1777614147925,
"type": "file"
},
{
"path": "src/layouts/PortfolioBase.astro",
"accessCount": 1,
"lastAccessed": 1777616188780,
"type": "file"
},
{
"path": "src/components/ProjectCard.astro",
"accessCount": 1,
"lastAccessed": 1777616192120,
"type": "file"
},
{
"path": "src/pages/portfolio-index.astro",
"accessCount": 1,
"lastAccessed": 1777616195418,
"type": "file"
},
{
"path": "src/pages/work/[slug].astro",
"accessCount": 1,
"lastAccessed": 1777616198707,
"type": "file"
},
{
"path": "src/pages/about.astro",
"accessCount": 1,
"lastAccessed": 1777616201998,
"type": "file"
},
{
"path": "src/pages/contact.astro",
"accessCount": 1,
"lastAccessed": 1777616210412,
"type": "file"
},
{
"path": "src/pages/portfolio-contact.astro",
"accessCount": 1,
"lastAccessed": 1777616255490,
"type": "file"
},
{
"path": "src/pages/portfolio-about.astro",
"accessCount": 1,
"lastAccessed": 1777616259549,
"type": "file"
},
{
"path": "src/layouts/Base.astro",
"accessCount": 1,
"lastAccessed": 1777617017519,
"type": "file"
},
{
"path": "src/pages/posts/[slug].astro",
"accessCount": 1,
"lastAccessed": 1777618182408,
"type": "file"
},
{
"path": "src/pages/posts/posts-index.astro",
"accessCount": 1,
"lastAccessed": 1777618220299,
"type": "file"
}
],
"userDirectives": []
}