Class: Monologue::Configuration

Inherits:
Object
  • Object
show all
Includes:
ConfigurationExtensions
Defined in:
lib/monologue/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from ConfigurationExtensions

#add_class

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



40
41
42
# File 'lib/monologue/configuration.rb', line 40

def initialize
  @preview_size = 1000;
end

Instance Attribute Details

#admin_force_sslObject

Returns the value of attribute admin_force_ssl.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def admin_force_ssl
  @admin_force_ssl
end

#admin_posts_per_pageObject

Returns the value of attribute admin_posts_per_page.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def admin_posts_per_page
  @admin_posts_per_page
end

#disqus_shortnameObject

Returns the value of attribute disqus_shortname.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def disqus_shortname
  @disqus_shortname
end

#facebook_app_idObject

Returns the value of attribute facebook_app_id.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def facebook_app_id
  @facebook_app_id
end

#facebook_like_localeObject

Returns the value of attribute facebook_like_locale.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def facebook_like_locale
  @facebook_like_locale
end

#facebook_logoObject

Returns the value of attribute facebook_logo.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def 
  @facebook_logo
end

#facebook_urlObject

Returns the value of attribute facebook_url.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def facebook_url
  @facebook_url
end

#gauge_analytics_site_idObject

Returns the value of attribute gauge_analytics_site_id.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def gauge_analytics_site_id
  @gauge_analytics_site_id
end

#github_usernameObject

Returns the value of attribute github_username.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def github_username
  @github_username
end

#google_analytics_idObject

Returns the value of attribute google_analytics_id.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def google_analytics_id
  @google_analytics_id
end

#google_plus_account_urlObject

Returns the value of attribute google_plus_account_url.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def 
  @google_plus_account_url
end

#google_plusone_localeObject

Returns the value of attribute google_plusone_locale.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def google_plusone_locale
  @google_plusone_locale
end

#layoutObject

Returns the value of attribute layout.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def layout
  @layout
end

#linkedin_urlObject

Returns the value of attribute linkedin_url.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def linkedin_url
  @linkedin_url
end

#meta_descriptionObject

Returns the value of attribute meta_description.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def meta_description
  @meta_description
end

#meta_keywordObject

Returns the value of attribute meta_keyword.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def meta_keyword
  @meta_keyword
end

#posts_per_pageObject

Returns the value of attribute posts_per_page.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def posts_per_page
  @posts_per_page
end

#preview_sizeObject

Returns the value of attribute preview_size.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def preview_size
  @preview_size
end

#show_rss_iconObject

Returns the value of attribute show_rss_icon.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def show_rss_icon
  @show_rss_icon
end

Returns the value of attribute sidebar.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def sidebar
  @sidebar
end

#site_nameObject

Returns the value of attribute site_name.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def site_name
  @site_name
end

#site_subtitleObject

Returns the value of attribute site_subtitle.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def site_subtitle
  @site_subtitle
end

#site_urlObject

Returns the value of attribute site_url.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def site_url
  @site_url
end

#twitter_localeObject

Returns the value of attribute twitter_locale.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def twitter_locale
  @twitter_locale
end

#twitter_usernameObject

Returns the value of attribute twitter_username.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def twitter_username
  @twitter_username
end

#use_pinterestObject

Returns the value of attribute use_pinterest.



5
6
7
# File 'lib/monologue/configuration.rb', line 5

def use_pinterest
  @use_pinterest
end