Revision d0b907c2e6154672336847dd2ce0f578309cecfb authored by olivia on 19 April 2018, 15:07:12 UTC, committed by olivia on 19 April 2018, 15:07:12 UTC
1 parent a7b1cbe
Raw File
jekyll.rb
# frozen_string_literal: true

Dir[File.join(File.expand_path("jekyll", __dir__), "*.rb")].each do |ruby_file|
  require ruby_file
end
back to top