Commit Graph

152 Commits

Author SHA1 Message Date
kbot
c1a5d2ea0d feat(portfolio): add featured project dossier card 2026-07-06 20:32:35 -05:00
kbot
efe0b5b394 feat(portfolio): add operator profile with banner, publication, and honors 2026-07-06 20:32:12 -05:00
kbot
f4264886f9 feat(portfolio): add status bar and floating nav 2026-07-06 20:31:47 -05:00
kbot
7199eb458a refactor(shell): strip global chrome and retire /posts routes 2026-07-06 20:28:01 -05:00
kbot
3e2a5a391c feat(nav): point post and tag links at /blog 2026-07-06 20:25:10 -05:00
kbot
5b3e24ca78 feat(blog): add /blog routes with dedicated editorial layout 2026-07-06 20:22:27 -05:00
kbot
ff58dd000c refactor(tags): centralize tag slug logic in client-safe util 2026-07-06 20:15:54 -05:00
kbot
7c8a4d8c52 feat(theme): force dark mode site-wide 2026-07-06 20:12:05 -05:00
kbot
b21a83c548 fix(theme): use font-family for section-label mono font 2026-07-06 20:09:15 -05:00
kbot
637cb7cdaa feat(theme): add signal blacksite design tokens 2026-07-06 20:07:27 -05:00
kbot
7adc47d65f feat(fonts): add Space Grotesk display font 2026-07-06 20:05:25 -05:00
kbot
4dd609179a Revert "chore(deps): switch package manager to bun"
This reverts commit 903ff3d0d6.
2026-07-06 20:02:11 -05:00
kbot
903ff3d0d6 chore(deps): switch package manager to bun 2026-07-06 19:59:39 -05:00
kbot
e005040109 feat(portfolio): add portfolio content model and dossier data 2026-07-06 19:55:36 -05:00
kbot
ebefb3496a chore(deps): add cmdk for command palette 2026-07-06 19:53:57 -05:00
kbot
b8e0a180d1 chore(assets): add profile banner image 2026-07-06 19:52:09 -05:00
kbot
9f6b22891f chore: commit in-progress metadata and asset updates 2026-07-06 19:49:42 -05:00
kbot
eaef10c824 fix(tags): guard generateStaticParams against empty content dir 2026-06-03 23:08:12 -05:00
kbot
9ae127eb77 fix(posts): guard generateStaticParams against empty content dir 2026-06-03 23:08:01 -05:00
kbot
975c1bec9b took out boiler 2026-06-03 22:37:41 -05:00
kbot
6a35cc25d4 ready to deploy 2026-06-03 22:31:41 -05:00
kbot
75fea5e49c refactor: remove redundant scroll-m-20 from MDX heading components 2026-06-03 22:04:29 -05:00
kbot
48ad4512c3 feat: add data-scroll-behavior and CSS smooth scroll with reduced-motion fallback 2026-06-03 21:56:05 -05:00
kbot
3aa101812e refactor: replace pixel-based TOC sidebar width and sticky offset with flexible values 2026-06-03 21:55:55 -05:00
kbot
f8383fb471 content: consolidate starter posts into single comprehensive MDX showcase 2026-06-03 21:53:07 -05:00
kbot
0f516bd23b feat: add smooth scroll animation to TOC navigation with reduced-motion support 2026-06-03 21:52:53 -05:00
kbot
64d9eb2474 refactor: replace hardcoded scroll offset pixels with CSS custom property 2026-06-03 21:52:53 -05:00
kbot
29c89cf891 fix: align header max-width to match content container (max-w-6xl) 2026-06-03 21:50:57 -05:00
kbot
7c653f3852 feat: add Callout component with note/tip/warning/danger variants 2026-06-03 21:48:39 -05:00
kbot
c617ee4438 feat: add remark-directive and callout directive transformer 2026-06-03 21:46:08 -05:00
OpenCode Worker
72443140f9 style: widen article reading layout 2026-06-03 12:55:18 -05:00
OpenCode Worker
b28a542a57 copy: rename site branding to Krishna 2026-06-03 12:51:00 -05:00
OpenCode Worker
05440d2d5e copy: simplify home and posts headings 2026-06-03 12:43:07 -05:00
opencode
e8ccf144d6 fix: sync transformer bun lock 2026-06-03 11:41:27 -05:00
opencode
f2b88f1130 style: refine mdx prose math and images 2026-06-03 11:30:13 -05:00
OpenCode Worker
d223c5f512 fix: improve mdx code block pipeline 2026-06-03 11:25:25 -05:00
OpenCode Worker
2a9a3f6550 fix: clean page transitions and navigation a11y 2026-06-03 11:09:57 -05:00
OpenCode Worker
72f2e88673 style: polish blog landing and cards 2026-06-03 11:06:03 -05:00
opencode
755a65d9a6 feat: add fuzzy post search 2026-06-03 11:01:56 -05:00
OpenCode Worker
a897894791 feat: link post tags to static tag pages 2026-06-03 10:58:15 -05:00
OpenCode Worker
381e6225e1 docs: add starter mdx posts 2026-06-03 10:52:55 -05:00
OpenCode Worker
de13ba43b0 fix: keep dynamic blog routes static 2026-06-03 10:46:59 -05:00
kbot
c510abe875 feat: add static tag pages 2026-06-03 10:43:55 -05:00
Krishna Ayyalasomayajula
21be810a68 fix: normalize post metadata and tag helpers 2026-06-03 10:38:19 -05:00
Krishna Ayyalasomayajula
19140b9df3 removed mdx 2026-06-02 13:14:53 -05:00
Krishna Ayyalasomayajula
521f10af90 fix: tolerate empty posts directory with turbopackOptional 2026-06-02 13:07:58 -05:00
Krishna Ayyalasomayajula
3fad46d9f9 ui: change "Latest Posts" to "Latest" 2026-06-02 12:58:03 -05:00
Krishna Ayyalasomayajula
f70c9b5abb typography: load IBM Plex Mono for body text via next/font/google 2026-06-02 12:16:52 -05:00
Krishna Ayyalasomayajula
5ff65968a3 mdx: add remark-frontmatter to pipeline, fix rehype-pretty-code line numbers visitor 2026-06-02 12:05:32 -05:00
Krishna Ayyalasomayajula
bf34a225c0 Revert "mdx: add remark-frontmatter to pipeline, fix rehype-pretty-code line numbers visitor"
This reverts commit 9867a74bdd.
2026-06-02 11:59:47 -05:00