Hacker News new | ask | show | jobs
by igor47 695 days ago
I like using my blog to experiment with technology. I used to use GitHub pages and wrote some tips about using it with custom domains: https://igor.moomers.org/posts/github-pages-proxying-and-red...

But then I wanted to play with nextjs + typescript, have total control over how everything works, and host it myself in a container so I wrote a little static generator with next: https://github.com/igor47/blog

I think there are many ways to generate a site from images and markdown and the "best" depends on what you're trying to achieve