class Lookbook::Page

def page_paths

def page_paths
  Lookbook.config.page_paths.filter { |dir| Dir.exist? dir }
end