{{ ## START CUSTOM OPTIONS ## }}
{{ REFER TO NOTES AT: http://ok.aarcadethemes.com/product-item/blog-page/ }}
{{ BLOG DETAIL }}
{% assign blog_feed_url = 'http://humblbee.tumblr.com/rss' %}
{% assign blog_link_url = 'http://humblbee.tumblr.com/' %}
{% assign blog_link_text = 'Read more at our blog site →' %}
{% assign number_of_entries = '10' %}
{{ FORMAT OPTIONS }}
{% assign post_date_format = 'jS M, Y' %}
{% assign blog_width = '' %}
{% assign align_blog_to_center = 'no' %}
{{ NETWORK AND SHARING OPTIONS }}
{% assign share_blog_entries_tool = 'addthis' %}
{% assign addthis_pulisher_id = '' %}
{% assign facebook_like_width = '48' %}
{% assign twitter_tweet_width = '56' %}
{% assign google_plus_width = '32' %}
{% assign addthis_share_width = '50' %}
{{ SIDEBAR OPTIONS }}
{% assign display_sidebar = 'yes' %}
{% assign username_for_twitter_widget = '_humbl ' %}
{% capture top_of_sidebar_content %}
{% endcapture %}
{% capture bottom_of_sidebar_content %}
{% endcapture %}
{{ #### END CUSTOM OPTIONS #### }}
var feedURL = '{{ blog_feed_url | strip_html | replace: "'", "\\'" }}';
var numEntries = '{{ number_of_entries | strip_html | replace: "'", "\\'" }}';
var blogURL = '{{ blog_link_url | strip_html | replace: "'", "\\'" }}';
var blogLink = '{{ blog_link_text | strip_html | replace: "'", "\\'" }}';
var dateFormat = '{{ post_date_format | strip_html | replace: "'", "\\'" }}';
var shareEntries = '{{ share_blog_entries_tool | strip_html | replace: "'", "\\'" }}';
var addThisID = '{{ addthis_pulisher_id | strip_html | replace: "'", "\\'" }}';
var fWidth = '{{ facebook_like_width | strip_html | replace: "'", "\\'" }}';
var tWidth = '{{ twitter_tweet_width | strip_html | replace: "'", "\\'" }}';
var gWidth = '{{ google_plus_width | strip_html | replace: "'", "\\'" }}';
var aWidth = '{{ addthis_share_width | strip_html | replace: "'", "\\'" }}';