Jared White
Jared White
After much time reflecting, I'm now leaning in a much more DSL-like direction…something more akin to: ```ruby site do url "https://jaredwhite.com" timezone "America/Los_Angeles" environment :development do bind "ssl://0.0.0.0:4000" end end...
Another idea: keep `bridgetown.config.yml` as a basic entrypoint, but optionally allow any `config/*.config.rb` files be processed as configuration using a DSL like the above. (Maybe we could support `config/*.config.yml` too.)...
Something along these lines is now available as the [Initializers format](https://edge.bridgetownrb.com/docs/configuration/initializers) in Bridgetown 1.2!
@andrewmcodes That's a pretty neat idea!
(Pushing this off the 1.2 release…there's a bit of a larger refactor I'd like to do around template/component rendering and I want to give that my full attention rather than...
I also agree that it should be a plugin, rather than built-into the main repo. So now that that's settled, who's going to write it? 😁
@andrewmcodes Well…there's "automated" image optimization and explicit optimization, and I'm not big on the former personally. I would want to be able to specify in a template the size/quality (or...
And now I'm realizing that wish isn't actually captured in the initial issue description… OK, maybe we're talking about different things. All I want is Cloudinary without the sign-up-and-use-Cloudinary part....
Yeah, like if foo.jpg is a 6000w pixel 10MB monstrosity and I only need a 1600w pixel 200KB file, it'd be great to get that generated as part of the...
(without of course overwriting the original source file)