Hacker News new | ask | show | jobs
by cobertos 963 days ago
I use a hybrid approach. Next.js is the base for my site but I use next-sitemap and a hand rolled content compiler (md -> html -> jsx) for feeds, meta tags, and generating every page I dont manually specify as a .tsx file.

I like having the flexibility to do either. Complete control in .tsx or just writing in .md. I would like to add .mdx eventually too