We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
after_init
1 parent e8e4ddb commit 0ffdc6dCopy full SHA for 0ffdc6d
lib/jekyll-spaceship/cores/config.rb
@@ -64,7 +64,10 @@ def self.use_processors(config)
64
def self.load_config
65
# post load site config for `group :jekyll_plugin`
66
Jekyll::Hooks.register :site, :after_init do |site|
67
+ # load config
68
self.load(site.config)
69
+ # dispatch site after_init event
70
+ Manager.dispatch(site, :site, :after_init)
71
end
72
73
0 commit comments