Hacker News new | ask | show | jobs
by rigid 813 days ago
There's a gazillion nice python SSGs but when it comes to advanced stuff like responsive imagrs, i18n or js optimization, you always have to add it yourself.

It seems most of these never became fit for use for some bigger website.

1 comments

Facebook's SSG Docusaurus does those things: https://docusaurus.io/

Though you may have to use a plugin for responsive images: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-id...

I've been using it for a static docs and blog site and it seems to be one of the most mature and comprehensive static site generators available.