Files
Hanzo Dev b31112a90a migrate: Hugo/PaperMod to fumadocs + Next.js
- Replace Hugo static site generator with Next.js 15 + fumadocs-mdx
- Convert 71 blog posts from Hugo format to MDX/MD
- Convert Hugo shortcodes (figure, button, video, example, fullwidth)
  to MDX components (Figure, LinkButton, Video, Fullwidth)
- Add remark-math + rehype-katex for LaTeX math rendering
- Copy JSON case files to public/cases/ for reference
- Update branding for Zen LM (site-nav, footer, metadata)
- Static export for Cloudflare Pages deployment
- Chinese (.zh.md) translations deferred for future migration
2026-03-26 23:21:21 -07:00

350 B

Zen LM Blog

Blog for Zen LM -- open-source language models and AI research from Hanzo AI and Zoo Labs Foundation.

URL: https://blog.zenlm.org

Stack

  • Next.js 15 + fumadocs
  • Tailwind CSS 4
  • Static export to Cloudflare Pages

Development

npm install
npm run dev

Build

npm run build

Output is in out/.