Commit Graph

6 Commits

Author SHA1 Message Date
ozan 8d9a14dd19 strip site chrome from blog templates — Studio provides nav/footer 2026-06-05 23:34:53 +01:00
ozan a82b1ffc72 post: rewrite with kitchen brigade analogy + richer styling (callout boxes, gate badges, 2-col comparison grids) 2026-06-04 21:05:43 +01:00
ozan bf42a76cf9 refactor: hand-authored pi-flow post + consolidated agents.md
- pi-flow-native-brain is now hand-authored HTML (direct SVGs + styled
  tables; no build.js passthrough needed)
- Card hardcoded in _index_template.html above {{CARDS}}
- Removed posts/pi-flow-native-brain.md (build.js no longer touches it)
- New agents.md: consolidated agent guide for the blog repo
  (blog architecture, build pipeline, adding posts, styling rules,
  writing guide, deploy instructions, skills reference)
- Removed old skills/blog.md (content migrated to agents.md)
2026-06-03 02:47:06 +01:00
ozan 4a9675d242 style: apply team-guide aesthetic to blog
- Inline self-contained <style> blocks in both templates (after ../style.css link, before </head>)
- Gradient post titles (amber #c9935a -> warm gold #f59e0b -> blue #38bdf8) via background-clip: text
- Date pills: monospace, blue text, rounded pill border
- Code blocks: dark panel (#0a0e14), 1px border (#2a3340), rounded, monospace, overflow-x
- Inline code: distinct background (#1c2230), green tint (#9fe6c0)
- H2 left accent bar (#c9935a), H3 purple accent (#a855f7)
- Blockquote callout rules (future-proofing; build.js doesn't emit <blockquote> yet)
- Links: blue (#38bdf8), hover purple (#a855f7)
- Index template: gradient title, section-label kicker pill, date pill, card hover accent
- Nav/footer/site chrome untouched
- 11 posts + index regenerated via node build.js
2026-06-02 23:00:39 +01:00
ozan c5a1b34ebc feat(analytics): add PostHog (EU) to blog templates + rebuild
PostHog JS snippet injected into _template.html and _index_template.html,
pointed at eu.i.posthog.com. All 11 posts + index regenerated.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 22:19:34 +01:00
ozan d83fdb137c feat: blog build system + all HTML generated by Pi agent
build.js + templates copied from docs, 11 posts built to 14 HTML files.
Generated by local Pi orchestrator task.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-26 11:12:08 +01:00