algolia / frontman

💎 A Ruby-based static website generator
https://rubygems.org/gems/frontman-ssg
MIT License
109 stars 4 forks source link

Implement global require and alias import_config to require #44

Open westonganger opened 3 years ago

westonganger commented 3 years ago

Solves #27 and #26

westonganger commented 3 years ago

I like import_config or require_config so long as the config is the only context this is expected to be used in.

Otherwise maybe frontman_require

DevinCodes commented 3 years ago

Let's keep import_config in that case, as the method was already named that way 😄