-
f4db327d7a
mdx: rename getMDXComponents to useMDXComponents convention, remove ClientButton
Krishna Ayyalasomayajula
2026-06-02 01:06:12 -05:00
-
0cdfeb8b89
typography: update font variables to Fraunces + IBM Plex Mono + JetBrains Mono
Krishna Ayyalasomayajula
2026-06-02 00:48:20 -05:00
-
2717997a92
typography: replace Inter with Fraunces (headings) + IBM Plex Mono (body), keep JetBrains Mono (code)
Krishna Ayyalasomayajula
2026-06-02 00:47:32 -05:00
-
ca99f60751
deps: replace next-mdx-remote and @mdx-js/react with @next/mdx
Krishna Ayyalasomayajula
2026-06-02 00:45:56 -05:00
-
3a506b04f6
config: add @next/mdx webpack loader with full remark/rehype plugin chain
Krishna Ayyalasomayajula
2026-06-02 00:44:52 -05:00
-
049bc3e7a3
Revert "feat: serve content files via catch-all route, use content-relative cover images"
Krishna Ayyalasomayajula
2026-06-01 23:54:23 -05:00
-
8d582b6ae3
feat: serve content files via catch-all route, use content-relative cover images
Krishna Ayyalasomayajula
2026-06-01 23:53:28 -05:00
-
74dfb82069
fix: use CSS variable for TOC sticky offset instead of hardcoded pixels
Krishna Ayyalasomayajula
2026-06-01 23:45:53 -05:00
-
2c6cbe96d9
fix: push TOC below sticky header by increasing sticky top offset
Krishna Ayyalasomayajula
2026-06-01 23:45:12 -05:00
-
9531080c7a
fix: add scroll-padding-top to prevent header from covering TOC targets
Krishna Ayyalasomayajula
2026-06-01 23:34:50 -05:00
-
17eac2c406
fix: replace post title in cover image alt text with generic description
Krishna Ayyalasomayajula
2026-06-01 23:34:00 -05:00
-
9767ff950b
fix: use mode-aware colors for code block line numbers
Krishna Ayyalasomayajula
2026-06-01 23:32:46 -05:00
-
a12b13f7d1
fix: use client-side ref to handle onclick string from transformerCopyButton
Krishna Ayyalasomayajula
2026-06-01 23:31:20 -05:00
-
473774d0ca
fix: remove duplicate blog heading and reduce home page spacing
Krishna Ayyalasomayajula
2026-06-01 23:23:27 -05:00
-
95f515448a
fix: remove duplicate h1 from sample posts (page header already renders title)
Krishna Ayyalasomayajula
2026-06-01 23:21:59 -05:00
-
a44d8eaddc
fix: enable line numbers on all code blocks via filterMetaString
Krishna Ayyalasomayajula
2026-06-01 23:20:43 -05:00
-
ee791f450c
fix: correct button override to spread all props and avoid nested buttons
Krishna Ayyalasomayajula
2026-06-01 23:19:25 -05:00
-
fe4261f58f
fix: add button override to handle transformerCopyButton onclick string
Krishna Ayyalasomayajula
2026-06-01 23:17:51 -05:00
-
4717dde7a2
fix: add lineNumbers: true to rehype-pretty-code config
Krishna Ayyalasomayajula
2026-06-01 23:00:33 -05:00
-
94b2afc914
chore: final build + lint + cleanup
Krishna Ayyalasomayajula
2026-06-01 22:57:49 -05:00
-
0bb69a12c3
fix: remove @tailwindcss/typography + fix CSS architecture
Krishna Ayyalasomayajula
2026-06-01 22:53:52 -05:00
-
126fc53ab3
fix: format PostCard date with toLocaleDateString
Krishna Ayyalasomayajula
2026-06-01 22:51:50 -05:00
-
7a17d4c538
feat: cover image display + date formatting + footer spacing
Krishna Ayyalasomayajula
2026-06-01 22:50:10 -05:00
-
06481d0c26
fix: scroll-to-top visible class + reading progress dark mode
Krishna Ayyalasomayajula
2026-06-01 22:48:18 -05:00
-
5ac5605933
feat: PostCard card boundary + author + reading time
Krishna Ayyalasomayajula
2026-06-01 22:47:06 -05:00
-
c9ff29377a
fix: KaTeX display blocks + prose spacing
Krishna Ayyalasomayajula
2026-06-01 22:44:58 -05:00
-
9d170e4a43
fix: unify heading typography with utility classes + add h4-h6
Krishna Ayyalasomayajula
2026-06-01 22:43:27 -05:00
-
2af31fa5c8
fix: enhance inline code styling in mdx-components
Krishna Ayyalasomayajula
2026-06-01 22:42:02 -05:00
-
a024cc5369
feat: comprehensive code block CSS
Krishna Ayyalasomayajula
2026-06-01 22:40:39 -05:00
-
bf93e2cf45
feat: install @rehype-pretty/transformers + configure dual themes
Krishna Ayyalasomayajula
2026-06-01 22:39:05 -05:00
-
d0f600ed66
feat: add 13 code block @theme tokens
Krishna Ayyalasomayajula
2026-06-01 22:36:52 -05:00
-
52b955de86
feat: deep black dark + pure white light theme tokens
Krishna Ayyalasomayajula
2026-06-01 22:35:35 -05:00
-
04adc7b896
feat: swap Merriweather → Inter + define @layer base
Krishna Ayyalasomayajula
2026-06-01 22:34:02 -05:00
-
769a52b924
chore: final build validation and cleanup
Krishna Ayyalasomayajula
2026-06-01 21:40:48 -05:00
-
bca19fa179
chore: enhance sample posts with author, tags, and coverImage frontmatter
Krishna Ayyalasomayajula
2026-06-01 21:39:35 -05:00
-
fac252efa9
feat: display author, tags, and reading time on post pages and cards
Krishna Ayyalasomayajula
2026-06-01 21:37:57 -05:00
-
6888df0c76
feat: enhance MDX link component with external link detection
Krishna Ayyalasomayajula
2026-06-01 21:35:57 -05:00
-
a7889135a1
feat: add missing MDX component overrides (ul, ol, figure, kbd, details, etc.)
Krishna Ayyalasomayajula
2026-06-01 21:35:26 -05:00
-
a65740ea2c
style: update MDX component headings to use heading-xl/lg/md utilities
Krishna Ayyalasomayajula
2026-06-01 21:34:04 -05:00
-
0a1032d1ee
style: unify typography — use heading-xl/lg/md utilities in all pages
Krishna Ayyalasomayajula
2026-06-01 21:33:23 -05:00
-
e8ee286d2f
style: unify typography with heading-xl/lg/md/sm utilities and text-5xl token
Krishna Ayyalasomayajula
2026-06-01 21:32:40 -05:00
-
e1944ec7fd
feat: add rehype-external-links for external link security
Krishna Ayyalasomayajula
2026-06-01 21:31:02 -05:00
-
0d44f5be6e
feat: add remark-smartypants for typographic improvements
Krishna Ayyalasomayajula
2026-06-01 21:28:25 -05:00
-
34525ffd83
fix: compute reading time from post content not title
Krishna Ayyalasomayajula
2026-06-01 21:25:57 -05:00
-
648055f405
fix: spread props on MDX heading components to enable TOC IDs
Krishna Ayyalasomayajula
2026-06-01 21:24:26 -05:00
-
d679b804fc
feat: add rehype-slug for TableOfContents heading IDs
Krishna Ayyalasomayajula
2026-06-01 21:22:49 -05:00
-
6dc42c1ba8
fix: fix empty post bodies — stop double-compiling MDX
Krishna Ayyalasomayajula
2026-06-01 21:20:44 -05:00
-
7685a81f76
content: expand hybrid post with full body
Krishna Ayyalasomayajula
2026-06-01 20:57:26 -05:00
-
42d6c6e653
content: expand hello-world post with full body
Krishna Ayyalasomayajula
2026-06-01 20:56:06 -05:00
-
aeed9ef805
content: expand euler-identity post with full body
Krishna Ayyalasomayajula
2026-06-01 20:56:03 -05:00
-
d4d2ac1a51
fix: use m.button instead of motion.button in ScrollToTop
Krishna Ayyalasomayajula
2026-06-01 20:47:57 -05:00
-
d2f1768294
fix: use m.ul instead of motion.ul in PostList
Krishna Ayyalasomayajula
2026-06-01 20:47:52 -05:00
-
9b6c20b2eb
fix: use m.article instead of motion.article in PostCard
Krishna Ayyalasomayajula
2026-06-01 20:46:03 -05:00
-
04fab4ce38
fix: use m.button instead of motion.button in ThemeToggle
Krishna Ayyalasomayajula
2026-06-01 20:44:49 -05:00
-
34ecb39bcc
fix: use m.nav instead of motion.nav in Header
Krishna Ayyalasomayajula
2026-06-01 20:43:08 -05:00
-
6326460d89
fix: wire Providers motion context and Template page transitions
Krishna Ayyalasomayajula
2026-06-01 20:41:04 -05:00
-
274217c77f
style: final consistency pass — theme, responsive, animations
Krishna Ayyalasomayajula
2026-06-01 20:36:42 -05:00
-
533c166f3b
fix: add remark/rehype plugins for math and syntax highlighting in MDX pipeline
Krishna Ayyalasomayajula
2026-06-01 20:33:11 -05:00
-
8d17fe4307
feat: wire header, footer, and scroll effects into layout
Krishna Ayyalasomayajula
2026-06-01 20:31:34 -05:00
-
715c85bb23
content: add Fourier analysis sample post with math and code
Krishna Ayyalasomayajula
2026-06-01 20:29:46 -05:00
-
86ae4702a5
content: add Euler's identity sample post with LaTeX math
Krishna Ayyalasomayajula
2026-06-01 20:29:26 -05:00
-
b85b234a5f
content: add hello world sample post with code demos
Krishna Ayyalasomayajula
2026-06-01 19:58:06 -05:00
-
fd98910f1c
feat: add post list with staggered entrance animation
Krishna Ayyalasomayajula
2026-06-01 19:56:54 -05:00
-
ce9695c632
feat: add table of contents with scroll spy
Krishna Ayyalasomayajula
2026-06-01 19:56:40 -05:00
-
40285d9ee6
feat: add post card component with scroll animation
Krishna Ayyalasomayajula
2026-06-01 19:56:35 -05:00
-
67a7b899f7
feat: add vertical reading progress indicator
Krishna Ayyalasomayajula
2026-06-01 19:56:13 -05:00
-
3bb210024d
feat: add scroll-to-top button
Krishna Ayyalasomayajula
2026-06-01 19:54:33 -05:00
-
be96d3fc0c
feat: add scroll progress indicator
Krishna Ayyalasomayajula
2026-06-01 19:53:47 -05:00
-
93c1114c10
feat: add theme toggle component
Krishna Ayyalasomayajula
2026-06-01 19:52:56 -05:00
-
29ede6c5c1
feat: add site footer
Krishna Ayyalasomayajula
2026-06-01 19:51:35 -05:00
-
b996ec9279
feat: add site header with navigation and theme toggle
Krishna Ayyalasomayajula
2026-06-01 19:50:36 -05:00
-
d65b4f44e6
feat: add homepage with hero and post listing
Krishna Ayyalasomayajula
2026-06-01 19:49:08 -05:00
-
60564f4412
feat: add individual post page with MDXRemote rendering
Krishna Ayyalasomayajula
2026-06-01 19:47:35 -05:00
-
1fe8399e30
feat: add blog posts listing page
Krishna Ayyalasomayajula
2026-06-01 19:46:40 -05:00
-
4509a9deea
feat: add 404 page
Krishna Ayyalasomayajula
2026-06-01 19:45:38 -05:00
-
dd68208b3a
feat: add posts content layer with gray-matter + compileMDX
Krishna Ayyalasomayajula
2026-06-01 19:44:28 -05:00
-
5fb57127f4
fix: use m.div instead of motion.div inside LazyMotion
Krishna Ayyalasomayajula
2026-06-01 19:42:25 -05:00
-
c79fd48479
feat: add page transition wrapper
Krishna Ayyalasomayajula
2026-06-01 19:41:03 -05:00
-
c8ec2735d2
feat: root layout with fonts, @wrksz/themes, motion, metadata
Krishna Ayyalasomayajula
2026-06-01 19:40:16 -05:00
-
4b10e357a4
gitignore
Krishna Ayyalasomayajula
2026-06-01 19:39:43 -05:00
-
0a6df0b3ee
feat: add motion provider (no theme provider here)
Krishna Ayyalasomayajula
2026-06-01 19:39:22 -05:00
-
c178fc63a1
style: add Tailwind v4 design system with dark mode, KaTeX overrides, scroll effects
Krishna Ayyalasomayajula
2026-06-01 19:38:18 -05:00
-
107c76e75c
feat: add global MDX component overrides
Krishna Ayyalasomayajula
2026-06-01 19:29:53 -05:00
-
c71da9a926
chore: configure next.js for static export with next-mdx-remote
Krishna Ayyalasomayajula
2026-06-01 19:28:26 -05:00
-
2d1ed19343
chore: add project dependencies (next-mdx-remote, KaTeX, motion 12.18.1, @wrksz/themes)
Krishna Ayyalasomayajula
2026-06-01 19:25:48 -05:00
-
ee518c247f
Initial commit from Create Next App
Krishna Ayyalasomayajula
2026-06-01 12:54:22 -05:00