class Jekyll::Theme

Lets extend base class with a few things to make our code less confusing (I hope that is the case LOL).

Public Instance Methods

private_assets_path() click to toggle source

Our theme's private assets.

# File lib/theme.rb, line 8
def private_assets_path
  path_for "_assets".freeze
end