mirror of
https://github.com/zenlm/zen-blog.git
synced 2026-07-27 03:09:00 +00:00
- 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
350 B
350 B
Zen LM Blog
Blog for Zen LM -- open-source language models and AI research from Hanzo AI and Zoo Labs Foundation.
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/.