mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
4 lines
129 B
Ruby
4 lines
129 B
Ruby
Jekyll::Hooks.register(:site, :after_init) do |site|
|
|
site.config['exclude'].push(*(site.config['addition_exclude'] || []))
|
|
end
|