Hacker News new | ask | show | jobs
Show HN: A minimal mdx static site generator (github.com)
2 points by harshithmul 685 days ago
I've been working on a personal website to keep track of my anime-watching, and readings, and to start some writing. During this process, I wanted to experiment with MDX in Next.js.

As I structured my website, I created a generator that allows you to build a personal site using JSON and MDX files.

I'd love for you to check it out and let me know what you think! There are definitely some more things I want to include, theme changes and some UI improvements.