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

39 lines
332 B
Plaintext

# dependencies
node_modules/
# next.js
.next/
out/
# fumadocs
.source/
# build
*.tsbuildinfo
# env
.env
.env.*
# misc
.DS_Store
*.log
.vscode
# AI assistant symlinks
AGENTS.md
CLAUDE.md
GEMINI.md
GROK.md
QWEN.md
# model files
*.safetensors
*.bin
*.gguf
*.pt
*.pth
# conversion script (not needed after migration)
convert.sh