6 ms·
Ah, makes sense, good points! I keep focusing so much on lightweight for the end user out of the box, and Astro still has been rather "lightweight" serverside
by gn4d 9mo ago
Ah, makes sense, good points! I keep focusing so much on lightweight for the end user out of the box, and Astro still has been rather "lightweight" serverside for me (but good point how for a small device, a bloaty node_modules could be a pain point), though I also haven't used any large-scale deployments. Thanks for the reply! Are you rolling your own SSG now?
- wink 9mo agoMigrated 3.5y ago - https://f5n.org/blog/2022/switching-to-nextgen/ https://f5n.org/blog/2022/switching-to-nextgen/ after getting fed up with having to do a migration. At that time it was "make my hugo setup run, and remove 90% of the features I don't need" - but I couldn't tell you how much I have diverged, it's really not a lot of code (or dependencies, but I did not reimplement the hard parts, e.g. markdown and templating)
- gn4d 9mo agoCool! Thank you for the replies! And best of luck!