minimal-mistakes-jekyll 4.6.0 → 4.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -0
- data/LICENSE.txt +59 -21
- data/README.md +217 -160
- data/_data/navigation.yml +11 -11
- data/_data/ui-text.yml +931 -888
- data/_includes/analytics-providers/custom.html +2 -2
- data/_includes/analytics-providers/google-universal.html +9 -9
- data/_includes/analytics-providers/google.html +10 -10
- data/_includes/analytics.html +11 -11
- data/_includes/archive-single.html +37 -37
- data/_includes/author-profile-custom-links.html +6 -6
- data/_includes/author-profile.html +249 -249
- data/_includes/base_path +4 -4
- data/_includes/breadcrumbs.html +39 -39
- data/_includes/browser-upgrade.html +2 -2
- data/_includes/category-list.html +25 -25
- data/_includes/comment.html +22 -22
- data/_includes/comments-providers/custom.html +2 -2
- data/_includes/comments-providers/discourse.html +13 -13
- data/_includes/comments-providers/facebook.html +7 -7
- data/_includes/comments-providers/google-plus.html +1 -1
- data/_includes/comments-providers/scripts.html +17 -15
- data/_includes/comments-providers/staticman.html +41 -41
- data/_includes/comments-providers/staticman_v2.html +42 -0
- data/_includes/comments.html +168 -96
- data/_includes/feature_row +49 -49
- data/_includes/figure +12 -12
- data/_includes/footer.html +25 -25
- data/_includes/footer/custom.html +2 -2
- data/_includes/gallery +46 -46
- data/_includes/group-by-array +46 -46
- data/_includes/head.html +42 -42
- data/_includes/head/custom.html +4 -4
- data/_includes/masthead.html +23 -20
- data/_includes/nav_list +46 -46
- data/_includes/page__hero_video.html +4 -4
- data/_includes/page__taxonomy.html +6 -6
- data/_includes/paginator.html +69 -69
- data/_includes/post_pagination.html +13 -13
- data/_includes/read-time.html +14 -14
- data/_includes/scripts.html +15 -15
- data/_includes/seo.html +162 -147
- data/_includes/sidebar.html +22 -22
- data/_includes/social-share.html +13 -13
- data/_includes/tag-list.html +25 -25
- data/_includes/toc +6 -6
- data/_includes/toc.html +75 -0
- data/_includes/video +11 -11
- data/_layouts/archive-taxonomy.html +14 -14
- data/_layouts/archive.html +25 -25
- data/_layouts/compress.html +10 -10
- data/_layouts/default.html +1 -1
- data/_layouts/home.html +11 -11
- data/_layouts/single.html +92 -84
- data/_layouts/splash.html +21 -21
- data/_sass/minimal-mistakes.scss +1 -1
- data/_sass/minimal-mistakes/_animations.scss +20 -20
- data/_sass/minimal-mistakes/_archive.scss +317 -317
- data/_sass/minimal-mistakes/_base.scss +315 -315
- data/_sass/minimal-mistakes/_buttons.scss +97 -97
- data/_sass/minimal-mistakes/_footer.scss +82 -82
- data/_sass/minimal-mistakes/_forms.scss +399 -389
- data/_sass/minimal-mistakes/_masthead.scss +82 -82
- data/_sass/minimal-mistakes/_mixins.scss +91 -91
- data/_sass/minimal-mistakes/_navigation.scss +552 -552
- data/_sass/minimal-mistakes/_notices.scss +99 -99
- data/_sass/minimal-mistakes/_page.scss +430 -430
- data/_sass/minimal-mistakes/_reset.scss +186 -186
- data/_sass/minimal-mistakes/_sidebar.scss +262 -262
- data/_sass/minimal-mistakes/_syntax.scss +286 -146
- data/_sass/minimal-mistakes/_tables.scss +36 -36
- data/_sass/minimal-mistakes/_utilities.scss +519 -519
- data/_sass/minimal-mistakes/_variables.scss +137 -137
- data/_sass/minimal-mistakes/skins/_air.scss +22 -22
- data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
- data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
- data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
- data/_sass/minimal-mistakes/skins/_default.scss +5 -5
- data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
- data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
- data/_sass/minimal-mistakes/skins/_neon.scss +35 -0
- data/_sass/minimal-mistakes/skins/_plum.scss +42 -0
- data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
- data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
- data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
- data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
- data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
- data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
- data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
- data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
- data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
- data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
- data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
- data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
- data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
- data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
- data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
- data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
- data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
- data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
- data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
- data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
- data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
- data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
- data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
- data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
- data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
- data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
- data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
- data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
- data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
- data/assets/css/main.scss +7 -7
- data/assets/fonts/fontawesome-webfont.svg +2671 -2671
- data/assets/js/_main.js +72 -72
- data/assets/js/main.min.js +1 -1
- data/assets/js/plugins/jquery.fitvids.js +81 -81
- data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
- metadata +8 -3
@@ -1,3 +1,3 @@
|
|
1
|
-
<!-- start custom analytics snippet -->
|
2
|
-
|
1
|
+
<!-- start custom analytics snippet -->
|
2
|
+
|
3
3
|
<!-- end custom analytics snippet -->
|
@@ -1,9 +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','https://www.google-analytics.com/analytics.js','ga');
|
6
|
-
|
7
|
-
ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
|
8
|
-
ga('send', 'pageview');
|
9
|
-
</script>
|
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','https://www.google-analytics.com/analytics.js','ga');
|
6
|
+
|
7
|
+
ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
|
8
|
+
ga('send', 'pageview');
|
9
|
+
</script>
|
@@ -1,11 +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
|
-
})();
|
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
11
|
</script>
|
data/_includes/analytics.html
CHANGED
@@ -1,12 +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
|
-
|
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
12
|
{% endif %}
|
@@ -1,38 +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>
|
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
38
|
</div>
|
@@ -1,7 +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>
|
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
7
|
-->
|
@@ -1,249 +1,249 @@
|
|
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
|
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.gitlab %}
|
135
|
-
<li>
|
136
|
-
<a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
|
137
|
-
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i>
|
138
|
-
</a>
|
139
|
-
</li>
|
140
|
-
{% endif %}
|
141
|
-
|
142
|
-
{% if author.stackoverflow %}
|
143
|
-
<li>
|
144
|
-
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
|
145
|
-
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i>
|
146
|
-
</a>
|
147
|
-
</li>
|
148
|
-
{% endif %}
|
149
|
-
|
150
|
-
{% if author.lastfm %}
|
151
|
-
<li>
|
152
|
-
<a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
|
153
|
-
<i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
|
154
|
-
</a>
|
155
|
-
</li>
|
156
|
-
{% endif %}
|
157
|
-
|
158
|
-
{% if author.dribbble %}
|
159
|
-
<li>
|
160
|
-
<a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
|
161
|
-
<i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
|
162
|
-
</a>
|
163
|
-
</li>
|
164
|
-
{% endif %}
|
165
|
-
|
166
|
-
{% if author.pinterest %}
|
167
|
-
<li>
|
168
|
-
<a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
|
169
|
-
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
|
170
|
-
</a>
|
171
|
-
</li>
|
172
|
-
{% endif %}
|
173
|
-
|
174
|
-
{% if author.foursquare %}
|
175
|
-
<li>
|
176
|
-
<a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
|
177
|
-
<i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
|
178
|
-
</a>
|
179
|
-
</li>
|
180
|
-
{% endif %}
|
181
|
-
|
182
|
-
{% if author.steam %}
|
183
|
-
<li>
|
184
|
-
<a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
|
185
|
-
<i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam
|
186
|
-
</a>
|
187
|
-
</li>
|
188
|
-
{% endif %}
|
189
|
-
|
190
|
-
{% if author.youtube %}
|
191
|
-
{% if author.youtube contains "://" %}
|
192
|
-
<li>
|
193
|
-
<a href="{{ author.youtube }}" itemprop="sameAs">
|
194
|
-
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
195
|
-
</a>
|
196
|
-
</li>
|
197
|
-
{% else author.youtube %}
|
198
|
-
<li>
|
199
|
-
<a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
|
200
|
-
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
201
|
-
</a>
|
202
|
-
</li>
|
203
|
-
{% endif %}
|
204
|
-
{% endif %}
|
205
|
-
|
206
|
-
{% if author.soundcloud %}
|
207
|
-
<li>
|
208
|
-
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
|
209
|
-
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i>
|
210
|
-
</a>
|
211
|
-
</li>
|
212
|
-
{% endif %}
|
213
|
-
|
214
|
-
{% if author.weibo %}
|
215
|
-
<li>
|
216
|
-
<a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
|
217
|
-
<i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo
|
218
|
-
</a>
|
219
|
-
</li>
|
220
|
-
{% endif %}
|
221
|
-
|
222
|
-
{% if author.flickr %}
|
223
|
-
<li>
|
224
|
-
<a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
|
225
|
-
<i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr
|
226
|
-
</a>
|
227
|
-
</li>
|
228
|
-
{% endif %}
|
229
|
-
|
230
|
-
{% if author.codepen %}
|
231
|
-
<li>
|
232
|
-
<a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
|
233
|
-
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen
|
234
|
-
</a>
|
235
|
-
</li>
|
236
|
-
{% endif %}
|
237
|
-
|
238
|
-
{% if author.vine %}
|
239
|
-
<li>
|
240
|
-
<a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
|
241
|
-
<i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine
|
242
|
-
</a>
|
243
|
-
</li>
|
244
|
-
{% endif %}
|
245
|
-
|
246
|
-
{% include author-profile-custom-links.html %}
|
247
|
-
</ul>
|
248
|
-
</div>
|
249
|
-
</div>
|
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.gitlab %}
|
135
|
+
<li>
|
136
|
+
<a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
|
137
|
+
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
|
138
|
+
</a>
|
139
|
+
</li>
|
140
|
+
{% endif %}
|
141
|
+
|
142
|
+
{% if author.stackoverflow %}
|
143
|
+
<li>
|
144
|
+
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
|
145
|
+
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
|
146
|
+
</a>
|
147
|
+
</li>
|
148
|
+
{% endif %}
|
149
|
+
|
150
|
+
{% if author.lastfm %}
|
151
|
+
<li>
|
152
|
+
<a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
|
153
|
+
<i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
|
154
|
+
</a>
|
155
|
+
</li>
|
156
|
+
{% endif %}
|
157
|
+
|
158
|
+
{% if author.dribbble %}
|
159
|
+
<li>
|
160
|
+
<a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
|
161
|
+
<i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
|
162
|
+
</a>
|
163
|
+
</li>
|
164
|
+
{% endif %}
|
165
|
+
|
166
|
+
{% if author.pinterest %}
|
167
|
+
<li>
|
168
|
+
<a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
|
169
|
+
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
|
170
|
+
</a>
|
171
|
+
</li>
|
172
|
+
{% endif %}
|
173
|
+
|
174
|
+
{% if author.foursquare %}
|
175
|
+
<li>
|
176
|
+
<a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
|
177
|
+
<i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
|
178
|
+
</a>
|
179
|
+
</li>
|
180
|
+
{% endif %}
|
181
|
+
|
182
|
+
{% if author.steam %}
|
183
|
+
<li>
|
184
|
+
<a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
|
185
|
+
<i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam
|
186
|
+
</a>
|
187
|
+
</li>
|
188
|
+
{% endif %}
|
189
|
+
|
190
|
+
{% if author.youtube %}
|
191
|
+
{% if author.youtube contains "://" %}
|
192
|
+
<li>
|
193
|
+
<a href="{{ author.youtube }}" itemprop="sameAs">
|
194
|
+
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
195
|
+
</a>
|
196
|
+
</li>
|
197
|
+
{% else author.youtube %}
|
198
|
+
<li>
|
199
|
+
<a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
|
200
|
+
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
201
|
+
</a>
|
202
|
+
</li>
|
203
|
+
{% endif %}
|
204
|
+
{% endif %}
|
205
|
+
|
206
|
+
{% if author.soundcloud %}
|
207
|
+
<li>
|
208
|
+
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
|
209
|
+
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
|
210
|
+
</a>
|
211
|
+
</li>
|
212
|
+
{% endif %}
|
213
|
+
|
214
|
+
{% if author.weibo %}
|
215
|
+
<li>
|
216
|
+
<a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
|
217
|
+
<i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo
|
218
|
+
</a>
|
219
|
+
</li>
|
220
|
+
{% endif %}
|
221
|
+
|
222
|
+
{% if author.flickr %}
|
223
|
+
<li>
|
224
|
+
<a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
|
225
|
+
<i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr
|
226
|
+
</a>
|
227
|
+
</li>
|
228
|
+
{% endif %}
|
229
|
+
|
230
|
+
{% if author.codepen %}
|
231
|
+
<li>
|
232
|
+
<a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
|
233
|
+
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen
|
234
|
+
</a>
|
235
|
+
</li>
|
236
|
+
{% endif %}
|
237
|
+
|
238
|
+
{% if author.vine %}
|
239
|
+
<li>
|
240
|
+
<a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
|
241
|
+
<i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine
|
242
|
+
</a>
|
243
|
+
</li>
|
244
|
+
{% endif %}
|
245
|
+
|
246
|
+
{% include author-profile-custom-links.html %}
|
247
|
+
</ul>
|
248
|
+
</div>
|
249
|
+
</div>
|