import type { Content, Tokens } from "./types.js"; export function siteReadme(content: Content, tokens: Tokens, sections: string[]): string { return `# ${content.name} — one page site Generated by the \`one-page-website\` skill. Everything in this folder is static: no build step, no bundler, no external requests. ## Run it locally \`\`\`bash # any static server works python3 -m http.server 8000 bunx serve . npx http-server . \`\`\` Then open . ## Files | File | Purpose | |------|---------| | \`index.html\` | The whole page. The stylesheet is inlined in \`