A single 1200 line bash script to create blogs.
I love bash for quick hacks. I abhor it for things like this.
Why? If it works and it gives you the features you require that where's the issue? If all 1200 lines of code are utilised and provides you with the blog stack then that's pretty efficient.
How is this any different of someone including multiple python modules to create the same stack for which probably amount to more lines of code if you were to copy and paste in to a single document.
It's like react, a stack with stupid amount of LoC only for the developer to use 1% of and the rest sits unused and bugs the site.
You can source bash scripts so if it's lines of code, break them in to chunks.
For what it's worth, I bet this opinion literally doesn't matter anymore.
Write your thing in whatever you want, AI it into another language, done.