bridgetownrb / bridgetown

A next-generation progressive site generator & fullstack framework, powered by Ruby
https://www.bridgetownrb.com
MIT License
1.17k stars 113 forks source link

feat: support "minimalist" Bridgetown projects #941

Open jaredcwhite opened 1 week ago

jaredcwhite commented 1 week ago

I thought there was an issue like this floating around, but I couldn't find it exactly so here's a new shiny one.

From time to time, I noodle around with experimental project folders which have the fewest amount of config files possible. The idea is that a "minimalist" install of Bridgetown could build/service a folder with virtually no config files…ideally, only Gemfile! (so config.ru optional, as well as a Node-less environment)

jaredcwhite commented 1 week ago

Hmm, is there a bug with start --source=foldername if using something other than the default src?

jaredcwhite commented 6 days ago

Yes there was! I think we may have a remaining timing issue with when certain paths get set across defaults, CLI options, and the initializers file, but we should file those separately if so.