diff --git a/_includes/JB/analytics b/_includes/JB/analytics new file mode 100644 index 0000000..201eeb3 --- /dev/null +++ b/_includes/JB/analytics @@ -0,0 +1,12 @@ +{% if site.safe and site.JB.analytics.engine and page.JB.analytics != false %} + +{% case site.JB.analytics.engine %} +{% when "google" %} + {% include JB/analytics-engines/google.html %} +{% when "getclicky" %} + {% include JB/analytics-engines/getclicky.html %} +{% when "custom" %} + {% include custom/analytics.html %} +{% endcase %} + +{% endif %} \ No newline at end of file diff --git a/_includes/JB/analytics-engines/getclicky.html b/_includes/JB/analytics-engines/getclicky.html new file mode 100644 index 0000000..a9a5fd9 --- /dev/null +++ b/_includes/JB/analytics-engines/getclicky.html @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/_includes/JB/analytics-engines/google.html b/_includes/JB/analytics-engines/google.html new file mode 100644 index 0000000..9014866 --- /dev/null +++ b/_includes/JB/analytics-engines/google.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/_includes/JB/comments b/_includes/JB/comments new file mode 100644 index 0000000..088f5b2 --- /dev/null +++ b/_includes/JB/comments @@ -0,0 +1,16 @@ +{% if site.JB.comments.engine and page.JB.comments != false %} + +{% case site.JB.comments.engine %} +{% when "disqus" %} + {% include JB/comments-engines/disqus.html %} +{% when "livefyre" %} + {% include JB/comments-engines/livefyre.html %} +{% when "intensedebate" %} + {% include JB/comments-engines/intensedebate.html %} +{% when "facebook" %} + {% include JB/comments-engines/facebook.html %} +{% when "custom" %} + {% include custom/comments.html %} +{% endcase %} + +{% endif %} \ No newline at end of file diff --git a/_includes/JB/comments-engines/disqus.html b/_includes/JB/comments-engines/disqus.html new file mode 100644 index 0000000..f6dd3a9 --- /dev/null +++ b/_includes/JB/comments-engines/disqus.html @@ -0,0 +1,13 @@ +
+ + +blog comments powered by Disqus diff --git a/_includes/JB/comments-engines/facebook.html b/_includes/JB/comments-engines/facebook.html new file mode 100644 index 0000000..f8c7d21 --- /dev/null +++ b/_includes/JB/comments-engines/facebook.html @@ -0,0 +1 @@ +

Facebook comments TODO!

\ No newline at end of file diff --git a/_includes/JB/comments-engines/intensedebate.html b/_includes/JB/comments-engines/intensedebate.html new file mode 100644 index 0000000..ab0c3c9 --- /dev/null +++ b/_includes/JB/comments-engines/intensedebate.html @@ -0,0 +1,6 @@ + + diff --git a/_includes/JB/comments-engines/livfyre.html b/_includes/JB/comments-engines/livfyre.html new file mode 100644 index 0000000..704b803 --- /dev/null +++ b/_includes/JB/comments-engines/livfyre.html @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/_includes/JB/sharing b/_includes/JB/sharing new file mode 100644 index 0000000..3dbceca --- /dev/null +++ b/_includes/JB/sharing @@ -0,0 +1,8 @@ +{% if site.safe and site.JB.sharing.engine and page.JB.sharing != false %} + +{% case site.JB.sharing.engine %} +{% when "custom" %} + {% include custom/sharing.html %} +{% endcase %} + +{% endif %} \ No newline at end of file