mje-nz-mistakes-jekyll 4.1.1.dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +690 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +7 -0
  5. data/_includes/analytics-providers/custom.html +3 -0
  6. data/_includes/analytics-providers/google-universal.html +9 -0
  7. data/_includes/analytics-providers/google.html +11 -0
  8. data/_includes/analytics.html +12 -0
  9. data/_includes/archive-single.html +38 -0
  10. data/_includes/author-profile-custom-links.html +7 -0
  11. data/_includes/author-profile.html +241 -0
  12. data/_includes/base_path +5 -0
  13. data/_includes/breadcrumbs.html +39 -0
  14. data/_includes/browser-upgrade.html +3 -0
  15. data/_includes/category-list.html +26 -0
  16. data/_includes/comment.html +22 -0
  17. data/_includes/comments-providers/custom.html +3 -0
  18. data/_includes/comments-providers/discourse.html +13 -0
  19. data/_includes/comments-providers/disqus.html +22 -0
  20. data/_includes/comments-providers/facebook.html +8 -0
  21. data/_includes/comments-providers/google-plus.html +2 -0
  22. data/_includes/comments-providers/scripts.html +18 -0
  23. data/_includes/comments-providers/staticman.html +42 -0
  24. data/_includes/comments.html +80 -0
  25. data/_includes/feature_row +50 -0
  26. data/_includes/figure +12 -0
  27. data/_includes/footer/custom.html +3 -0
  28. data/_includes/footer.html +22 -0
  29. data/_includes/gallery +47 -0
  30. data/_includes/group-by-array +47 -0
  31. data/_includes/head/custom.html +5 -0
  32. data/_includes/head.html +19 -0
  33. data/_includes/masthead.html +21 -0
  34. data/_includes/nav_list +47 -0
  35. data/_includes/page__hero.html +53 -0
  36. data/_includes/page__taxonomy.html +7 -0
  37. data/_includes/paginator.html +68 -0
  38. data/_includes/post_pagination.html +14 -0
  39. data/_includes/read-time.html +15 -0
  40. data/_includes/scripts.html +4 -0
  41. data/_includes/seo.html +145 -0
  42. data/_includes/sidebar.html +23 -0
  43. data/_includes/social-share.html +13 -0
  44. data/_includes/tag-list.html +26 -0
  45. data/_includes/toc +7 -0
  46. data/_layouts/archive-taxonomy.html +15 -0
  47. data/_layouts/archive.html +24 -0
  48. data/_layouts/compress.html +10 -0
  49. data/_layouts/default.html +28 -0
  50. data/_layouts/home.html +11 -0
  51. data/_layouts/single.html +74 -0
  52. data/_layouts/splash.html +20 -0
  53. data/assets/css/main.css +4 -0
  54. data/assets/fonts/FontAwesome.otf +0 -0
  55. data/assets/fonts/fontawesome-webfont.eot +0 -0
  56. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  57. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  58. data/assets/fonts/fontawesome-webfont.woff +0 -0
  59. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  60. data/assets/js/main.min.js +4 -0
  61. metadata +216 -0
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Michael Rose
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ This is a fork of Michael Rose's [Minimal Mistakes Jekyll theme](https://github.com/mmistakes/minimal-mistakes) with minor changes as outlined below.
2
+ The `develop` branch tracks upstream/develop with my changes rebased on top, and is published as the `mje-nz-mistakes-jekyll` gem.
3
+ See upstream for full Readme.
4
+
5
+ Changes:
6
+
7
+ * Build stylesheets ahead of time in the gem to speed up Jekyll build time
@@ -0,0 +1,3 @@
1
+ <!-- start custom analytics snippet -->
2
+
3
+ <!-- end custom analytics snippet -->
@@ -0,0 +1,9 @@
1
+ <script>
2
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
6
+
7
+ ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
8
+ ga('send', 'pageview');
9
+ </script>
@@ -0,0 +1,11 @@
1
+ <script type="text/javascript">
2
+ var _gaq = _gaq || [];
3
+ _gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
4
+ _gaq.push(['_trackPageview']);
5
+
6
+ (function() {
7
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
8
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
9
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
10
+ })();
11
+ </script>
@@ -0,0 +1,12 @@
1
+ {% if site.analytics.provider and page.analytics != false %}
2
+
3
+ {% case site.analytics.provider %}
4
+ {% when "google" %}
5
+ {% include /analytics-providers/google.html %}
6
+ {% when "google-universal" %}
7
+ {% include /analytics-providers/google-universal.html %}
8
+ {% when "custom" %}
9
+ {% include /analytics-providers/custom.html %}
10
+ {% endcase %}
11
+
12
+ {% endif %}
@@ -0,0 +1,38 @@
1
+ {% if post.header.teaser %}
2
+ {% capture teaser %}{{ post.header.teaser }}{% endcapture %}
3
+ {% else %}
4
+ {% assign teaser = site.teaser %}
5
+ {% endif %}
6
+
7
+ {% if post.id %}
8
+ {% assign title = post.title | markdownify | remove: "<p>" | remove: "</p>" %}
9
+ {% else %}
10
+ {% assign title = post.title %}
11
+ {% endif %}
12
+
13
+ <div class="{{ include.type | default: "list" }}__item">
14
+ <article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
15
+ {% if include.type == "grid" and teaser %}
16
+ <div class="archive__item-teaser">
17
+ <img src=
18
+ {% if teaser contains "://" %}
19
+ "{{ teaser }}"
20
+ {% else %}
21
+ "{{ teaser | absolute_url }}"
22
+ {% endif %}
23
+ alt="">
24
+ </div>
25
+ {% endif %}
26
+ <h2 class="archive__item-title" itemprop="headline">
27
+ {% if post.link %}
28
+ <a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | absolute_url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
29
+ {% else %}
30
+ <a href="{{ post.url | absolute_url }}" rel="permalink">{{ title }}</a>
31
+ {% endif %}
32
+ </h2>
33
+ {% if post.read_time %}
34
+ <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
35
+ {% endif %}
36
+ {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
37
+ </article>
38
+ </div>
@@ -0,0 +1,7 @@
1
+ <!--
2
+ <li>
3
+ <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs">
4
+ <i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link
5
+ </a>
6
+ </li>
7
+ -->
@@ -0,0 +1,241 @@
1
+ {% if page.author and site.data.authors[page.author] %}
2
+ {% assign author = site.data.authors[page.author] %}
3
+ {% else %}
4
+ {% assign author = site.author %}
5
+ {% endif %}
6
+
7
+ <div itemscope itemtype="http://schema.org/Person">
8
+
9
+ {% if author.avatar %}
10
+ <div class="author__avatar">
11
+ {% if author.avatar contains "://" %}
12
+ <img src="{{ author.avatar }}" alt="{{ author.name }}" itemprop="image">
13
+ {% else %}
14
+ <img src="{{ author.avatar | absolute_url }}" class="author__avatar" alt="{{ author.name }}" itemprop="image">
15
+ {% endif %}
16
+ </div>
17
+ {% endif %}
18
+
19
+ <div class="author__content">
20
+ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
21
+ {% if author.bio %}
22
+ <p class="author__bio" itemprop="description">
23
+ {{ author.bio }}
24
+ </p>
25
+ {% endif %}
26
+ </div>
27
+
28
+ <div class="author__urls-wrapper">
29
+ <button class="btn btn--inverse">{{ site.data.ui-text[site.locale].follow_label | remove: ":" | default: "Follow" }}</button>
30
+ <ul class="author__urls social-icons">
31
+ {% if author.location %}
32
+ <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
33
+ <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span>
34
+ </li>
35
+ {% endif %}
36
+
37
+ {% if author.uri %}
38
+ <li>
39
+ <a href="{{ author.uri }}" itemprop="url">
40
+ <i class="fa fa-fw fa-chain" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
41
+ </a>
42
+ </li>
43
+ {% endif %}
44
+
45
+ {% if author.email %}
46
+ <li>
47
+ <a href="mailto:{{ author.email }}">
48
+ <meta itemprop="email" content="{{ author.email }}" />
49
+ <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
50
+ </a>
51
+ </li>
52
+ {% endif %}
53
+
54
+ {% if author.keybase %}
55
+ <li>
56
+ <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs">
57
+ <i class="fa fa-fw fa-key" aria-hidden="true"></i> Keybase
58
+ </a>
59
+ </li>
60
+ {% endif %}
61
+
62
+ {% if author.twitter %}
63
+ <li>
64
+ <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
65
+ <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
66
+ </a>
67
+ </li>
68
+ {% endif %}
69
+
70
+ {% if author.facebook %}
71
+ <li>
72
+ <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
73
+ <i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
74
+ </a>
75
+ </li>
76
+ {% endif %}
77
+
78
+ {% if author.google_plus %}
79
+ <li>
80
+ <a href="https://plus.google.com/+{{ author.google_plus }}" itemprop="sameAs">
81
+ <i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
82
+ </a>
83
+ </li>
84
+ {% endif %}
85
+
86
+ {% if author.linkedin %}
87
+ <li>
88
+ <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
89
+ <i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
90
+ </a>
91
+ </li>
92
+ {% endif %}
93
+
94
+ {% if author.xing %}
95
+ <li>
96
+ <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
97
+ <i class="fa fa-fw fa-xing-square" aria-hidden="true"></i> XING
98
+ </a>
99
+ </li>
100
+ {% endif %}
101
+
102
+ {% if author.instagram %}
103
+ <li>
104
+ <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
105
+ <i class="fa fa-fw fa-instagram" aria-hidden="true"></i> Instagram
106
+ </a>
107
+ </li>
108
+ {% endif %}
109
+
110
+ {% if author.tumblr %}
111
+ <li>
112
+ <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
113
+ <i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
114
+ </a>
115
+ </li>
116
+ {% endif %}
117
+
118
+ {% if author.bitbucket %}
119
+ <li>
120
+ <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
121
+ <i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
122
+ </a>
123
+ </li>
124
+ {% endif %}
125
+
126
+ {% if author.github %}
127
+ <li>
128
+ <a href="https://github.com/{{ author.github }}" itemprop="sameAs">
129
+ <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
130
+ </a>
131
+ </li>
132
+ {% endif %}
133
+
134
+ {% if author.stackoverflow %}
135
+ <li>
136
+ <a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
137
+ <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
138
+ </a>
139
+ </li>
140
+ {% endif %}
141
+
142
+ {% if author.lastfm %}
143
+ <li>
144
+ <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
145
+ <i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
146
+ </a>
147
+ </li>
148
+ {% endif %}
149
+
150
+ {% if author.dribbble %}
151
+ <li>
152
+ <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
153
+ <i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
154
+ </a>
155
+ </li>
156
+ {% endif %}
157
+
158
+ {% if author.pinterest %}
159
+ <li>
160
+ <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
161
+ <i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
162
+ </a>
163
+ </li>
164
+ {% endif %}
165
+
166
+ {% if author.foursquare %}
167
+ <li>
168
+ <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
169
+ <i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
170
+ </a>
171
+ </li>
172
+ {% endif %}
173
+
174
+ {% if author.steam %}
175
+ <li>
176
+ <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
177
+ <i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam
178
+ </a>
179
+ </li>
180
+ {% endif %}
181
+
182
+ {% if author.youtube %}
183
+ {% if author.youtube contains "://" %}
184
+ <li>
185
+ <a href="{{ author.youtube }}" itemprop="sameAs">
186
+ <i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
187
+ </a>
188
+ </li>
189
+ {% else author.youtube %}
190
+ <li>
191
+ <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
192
+ <i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
193
+ </a>
194
+ </li>
195
+ {% endif %}
196
+ {% endif %}
197
+
198
+ {% if author.soundcloud %}
199
+ <li>
200
+ <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
201
+ <i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud
202
+ </a>
203
+ </li>
204
+ {% endif %}
205
+
206
+ {% if author.weibo %}
207
+ <li>
208
+ <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
209
+ <i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo
210
+ </a>
211
+ </li>
212
+ {% endif %}
213
+
214
+ {% if author.flickr %}
215
+ <li>
216
+ <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
217
+ <i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr
218
+ </a>
219
+ </li>
220
+ {% endif %}
221
+
222
+ {% if author.codepen %}
223
+ <li>
224
+ <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
225
+ <i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen
226
+ </a>
227
+ </li>
228
+ {% endif %}
229
+
230
+ {% if author.vine %}
231
+ <li>
232
+ <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
233
+ <i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine
234
+ </a>
235
+ </li>
236
+ {% endif %}
237
+
238
+ {% include author-profile-custom-links.html %}
239
+ </ul>
240
+ </div>
241
+ </div>
@@ -0,0 +1,5 @@
1
+ {% if site.url %}
2
+ {% assign base_path = site.url | append: site.baseurl %}
3
+ {% else %}
4
+ {% assign base_path = site.github.url %}
5
+ {% endif %}
@@ -0,0 +1,39 @@
1
+ {% case site.categories.type %}
2
+ {% when "liquid" %}
3
+ {% assign path_type = "#" %}
4
+ {% when "jekyll-archives" %}
5
+ {% assign path_type = nil %}
6
+ {% endcase %}
7
+
8
+ {% if page.collection != 'posts' %}
9
+ {% assign path_type = nil %}
10
+ {% assign crumb_path = '/' %}
11
+ {% else %}
12
+ {% assign crumb_path = site.categories.path %}
13
+ {% endif %}
14
+
15
+ <nav class="breadcrumbs">
16
+ <ol itemscope itemtype="http://schema.org/BreadcrumbList">
17
+ {% assign crumbs = page.url | split: '/' %}
18
+ {% assign i = 1 %}
19
+ {% for crumb in crumbs offset: 1 %}
20
+ {% if forloop.first %}
21
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
22
+ <a href="{{ site.url }}{{ site.baseurl }}/" itemprop="item"><span itemprop="name">{{ site.data.ui-text[site.locale].breadcrumb_home_label | default: "Home" }}</span></a>
23
+ <meta itemprop="position" content="{{ i }}" />
24
+ </li>
25
+ <span class="sep">{{ site.data.ui-text[site.locale].breadcrumb_separator | default: "/" }}</span>
26
+ {% endif %}
27
+ {% if forloop.last %}
28
+ <li class="current">{{ page.title }}</li>
29
+ {% else %}
30
+ {% assign i = i | plus: 1 %}
31
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
32
+ <a href="{{ crumb | downcase | replace: '%20', '-' | prepend: path_type | prepend: crumb_path | absolute_url }}" itemprop="item"><span itemprop="name">{{ crumb | replace: '-', ' ' | replace: '%20', ' ' | capitalize }}</span></a>
33
+ <meta itemprop="position" content="{{ i }}" />
34
+ </li>
35
+ <span class="sep">{{ site.data.ui-text[site.locale].breadcrumb_separator | default: "/" }}</span>
36
+ {% endif %}
37
+ {% endfor %}
38
+ </ol>
39
+ </nav>
@@ -0,0 +1,3 @@
1
+ <!--[if lt IE 9]>
2
+ <div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
3
+ <![endif]-->
@@ -0,0 +1,26 @@
1
+ {% case site.category_archive.type %}
2
+ {% when "liquid" %}
3
+ {% assign path_type = "#" %}
4
+ {% when "jekyll-archives" %}
5
+ {% assign path_type = nil %}
6
+ {% endcase %}
7
+
8
+ {% if site.category_archive.path %}
9
+ {% comment %}
10
+ <!-- Sort alphabetically regardless of case e.g. a B c d E -->
11
+ <!-- modified from http://www.codeofclimber.ru/2015/sorting-site-tags-in-jekyll/ -->
12
+ {% endcomment %}
13
+ {% capture page_categories %}{% for category in page.categories %}{{ category | downcase }}#{{ category }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
14
+ {% assign category_hashes = (page_categories | split: ',' | sort:0) %}
15
+
16
+ <p class="page__taxonomy">
17
+ <strong><i class="fa fa-fw fa-folder-open" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }} </strong>
18
+ <span itemprop="keywords">
19
+ {% for hash in category_hashes %}
20
+ {% assign keyValue = hash | split: '#' %}
21
+ {% capture category_word %}{{ keyValue[1] | strip_newlines }}{% endcapture %}
22
+ <a href="{{ category_word | slugify | prepend: path_type | prepend: site.category_archive.path | absolute_url }}" class="page__taxonomy-item" rel="tag">{{ category_word }}</a>{% unless forloop.last %}<span class="sep">, </span>{% endunless %}
23
+ {% endfor %}
24
+ </span>
25
+ </p>
26
+ {% endif %}
@@ -0,0 +1,22 @@
1
+ <article id="comment{{ include.index }}" class="js-comment comment" itemprop="comment" itemscope itemtype="http://schema.org/Comment">
2
+ <div class="comment__avatar-wrapper">
3
+ <img class="comment__avatar" src="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=80">
4
+ </div>
5
+ <div class="comment__content-wrapper">
6
+ <h3 class="comment__author" itemprop="author" itemscope itemtype="http://schema.org/Person">
7
+ {% unless include.url == blank %}
8
+ <span itemprop="name"><a rel="external nofollow" itemprop="url" href="{{ include.url }}">{{ include.name }}</a></span>
9
+ {% else %}
10
+ <span itemprop="name">{{ include.name }}</span>
11
+ {% endunless %}
12
+ </h3>
13
+ <p class="comment__date">
14
+ {% if include.date %}
15
+ {% if include.index %}<a href="#comment{{ include.index }}" itemprop="url">{% endif %}
16
+ <time datetime="{{ include.date | date_to_xmlschema }}" itemprop="datePublished">{{ include.date | date: "%B %d, %Y at %I:%M %p" }}</time>
17
+ {% if include.index %}</a>{% endif %}
18
+ {% endif %}
19
+ </p>
20
+ <div itemprop="text">{{ include.message | markdownify }}</div>
21
+ </div>
22
+ </article>
@@ -0,0 +1,3 @@
1
+ <!-- start custom comments snippet -->
2
+
3
+ <!-- end custom comments snippet -->
@@ -0,0 +1,13 @@
1
+ {% if site.comments.discourse.server %}
2
+ {% capture canonical %}{% if site.permalink contains '.html' %}{{ page.url | absolute_url }}{% else %}{{ page.url | absolute_url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
3
+ <script type="text/javascript">
4
+ DiscourseEmbed = { discourseUrl: '//{{ site.comments.discourse.server }}/',
5
+ discourseEmbedUrl: '{{ canonical }}' };
6
+ (function () {
7
+ var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
8
+ d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
9
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
10
+ })();
11
+ </script>
12
+ <noscript>Please enable JavaScript to view the comments powered by <a href="https://www.discourse.org/">Discourse.</a></noscript>
13
+ {% endif %}
@@ -0,0 +1,22 @@
1
+ {% if site.comments.disqus.shortname %}
2
+ <script type="text/javascript">
3
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
4
+ var disqus_shortname = '{{ site.comments.disqus.shortname }}';
5
+
6
+ /* * * DON'T EDIT BELOW THIS LINE * * */
7
+ (function() {
8
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
9
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
10
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
11
+ })();
12
+
13
+ /* * * DON'T EDIT BELOW THIS LINE * * */
14
+ (function () {
15
+ var s = document.createElement('script'); s.async = true;
16
+ s.type = 'text/javascript';
17
+ s.src = '//' + disqus_shortname + '.disqus.com/count.js';
18
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
19
+ }());
20
+ </script>
21
+ <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
22
+ {% endif %}
@@ -0,0 +1,8 @@
1
+ <div id="fb-root"></div>
2
+ <script>(function(d, s, id) {
3
+ var js, fjs = d.getElementsByTagName(s)[0];
4
+ if (d.getElementById(id)) return;
5
+ js = d.createElement(s); js.id = id;
6
+ js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5{% if site.comments.facebook.appid %}&appId={{ site.comments.facebook.appid }}{% endif %}";
7
+ fjs.parentNode.insertBefore(js, fjs);
8
+ }(document, 'script', 'facebook-jssdk'));</script>
@@ -0,0 +1,2 @@
1
+ <script async type="text/javascript" src="//apis.google.com/js/plusone.js?callback=gpcb"></script>
2
+ <noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>
@@ -0,0 +1,18 @@
1
+ {% if site.comments.provider and page.comments %}
2
+
3
+ {% case site.comments.provider %}
4
+ {% when "disqus" %}
5
+ {% include /comments-providers/disqus.html %}
6
+ {% when "discourse" %}
7
+ {% include /comments-providers/discourse.html %}
8
+ {% when "facebook" %}
9
+ {% include /comments-providers/facebook.html %}
10
+ {% when "google-plus" %}
11
+ {% include /comments-providers/google-plus.html %}
12
+ {% when "staticman" %}
13
+ {% include /comments-providers/staticman.html %}
14
+ {% when "custom" %}
15
+ {% include /comments-providers/custom.html %}
16
+ {% endcase %}
17
+
18
+ {% endif %}
@@ -0,0 +1,42 @@
1
+ {% if site.repository and site.staticman.branch %}
2
+ <script>
3
+ (function ($) {
4
+ var $comments = $('.js-comments');
5
+
6
+ $('#new_comment').submit(function () {
7
+ var form = this;
8
+
9
+ $(form).addClass('disabled');
10
+ $('#comment-form-submit').html('<i class="fa fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
11
+
12
+ $.ajax({
13
+ type: $(this).attr('method'),
14
+ url: $(this).attr('action'),
15
+ data: $(this).serialize(),
16
+ contentType: 'application/x-www-form-urlencoded',
17
+ success: function (data) {
18
+ $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submitted | default: "Submitted" }}');
19
+ $('.page__comments-form .js-notice').removeClass('notice--danger');
20
+ $('.page__comments-form .js-notice').addClass('notice--success');
21
+ showAlert('{{ site.data.ui-text[site.locale].comment_success_msg | default: "Thanks for your comment! It will show on the site once it has been approved." }}');
22
+ },
23
+ error: function (err) {
24
+ console.log(err);
25
+ $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}');
26
+ $('.page__comments-form .js-notice').removeClass('notice--success');
27
+ $('.page__comments-form .js-notice').addClass('notice--danger');
28
+ showAlert('{{ site.data.ui-text[site.locale].comment_error_msg | default: "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." }}');
29
+ $(form).removeClass('disabled');
30
+ }
31
+ });
32
+
33
+ return false;
34
+ });
35
+
36
+ function showAlert(message) {
37
+ $('.page__comments-form .js-notice').removeClass('hidden');
38
+ $('.page__comments-form .js-notice-text').html(message);
39
+ }
40
+ })(jQuery);
41
+ </script>
42
+ {% endif %}