Method: Pekky.site

Defined in:
lib/pekky.rb

.site(&blk) ⇒ Object

Used by the site.rb file to define all the options in the site.



85
86
87
# File 'lib/pekky.rb', line 85

def self.site(&blk)    
  Config.class_eval(&blk)
end