It seems potentially useful to allow install profiles to be run, not only at site creation, but also at any point afterwards. That would make them useful for publishing "recipes" which would mostly involve the creation of site building items such as content types, views, and fields. However, they could also be used to install contrib modules, themes, and layouts where necessary.
This would allow users to use a install profile even after they have installed backdrop and otherwise started building their sites. And it would allow them to run more than one install profile, each of which would provide a different set of functionality.
Recent comments
Start with basics: install modules for meta tags and XML sitemaps, set proper alt text on images, and keep URLs clean. Backdrop SEO is mostly about structure and content quality, not tricks.
How to Improve SEO Performance in Backdrop CMS
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1