jekyll-sleek 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_includes/card.html +31 -0
  4. data/_includes/critical.css +1 -0
  5. data/_includes/disqus.html +18 -0
  6. data/_includes/footer.html +24 -0
  7. data/_includes/form.html +21 -0
  8. data/_includes/gtm.html +9 -0
  9. data/_includes/head.html +36 -0
  10. data/_includes/header.html +25 -0
  11. data/_includes/loadCss.js +9 -0
  12. data/_includes/logo.svg +5 -0
  13. data/_includes/mathjax.html +22 -0
  14. data/_includes/modal.html +12 -0
  15. data/_includes/pagination.html +3 -0
  16. data/_includes/sw.js +8 -0
  17. data/_layouts/compress.html +10 -0
  18. data/_layouts/default.html +47 -0
  19. data/_layouts/page.html +42 -0
  20. data/_layouts/post.html +106 -0
  21. data/_sass/abstracts/_mixins.scss +18 -0
  22. data/_sass/abstracts/_variables.scss +34 -0
  23. data/_sass/base/_base.scss +40 -0
  24. data/_sass/base/_helpers.scss +21 -0
  25. data/_sass/base/_typography.scss +104 -0
  26. data/_sass/components/_btn.scss +55 -0
  27. data/_sass/components/_card.scss +80 -0
  28. data/_sass/components/_form.scss +92 -0
  29. data/_sass/components/_modal.scss +73 -0
  30. data/_sass/components/_pagination.scss +5 -0
  31. data/_sass/components/_syntax.scss +209 -0
  32. data/_sass/components/_table.scss +21 -0
  33. data/_sass/jekyll-sleek.scss +38 -0
  34. data/_sass/layout/_footer.scss +35 -0
  35. data/_sass/layout/_grid.scss +23 -0
  36. data/_sass/layout/_nav.scss +196 -0
  37. data/_sass/pages/_page.scss +101 -0
  38. data/_sass/pages/_post.scss +62 -0
  39. data/_sass/vendor/_breakpoint.scss +1 -0
  40. data/_sass/vendor/_normalize.scss +453 -0
  41. data/assets/css/main.css +5 -0
  42. data/assets/css/main.map +1 -0
  43. data/assets/img/favicon.jpg +0 -0
  44. data/assets/img/icons/android-chrome-192x192.png +0 -0
  45. data/assets/img/icons/android-chrome-256x256.png +0 -0
  46. data/assets/img/icons/apple-touch-icon.png +0 -0
  47. data/assets/img/icons/browserconfig.xml +9 -0
  48. data/assets/img/icons/favicon-16x16.png +0 -0
  49. data/assets/img/icons/favicon-32x32.png +0 -0
  50. data/assets/img/icons/favicon.ico +0 -0
  51. data/assets/img/icons/icon-github.svg +1 -0
  52. data/assets/img/icons/icon-instagram.svg +1 -0
  53. data/assets/img/icons/icon-twitter.svg +1 -0
  54. data/assets/img/icons/manifest.json +18 -0
  55. data/assets/img/icons/mstile-150x150.png +0 -0
  56. data/assets/img/icons/safari-pinned-tab.svg +19 -0
  57. data/assets/img/posts/emile-perron-190221.jpg +0 -0
  58. data/assets/img/posts/emile-perron-190221_lg.jpg +0 -0
  59. data/assets/img/posts/emile-perron-190221_md.jpg +0 -0
  60. data/assets/img/posts/emile-perron-190221_placehold.jpg +0 -0
  61. data/assets/img/posts/emile-perron-190221_sm.jpg +0 -0
  62. data/assets/img/posts/emile-perron-190221_thumb.jpg +0 -0
  63. data/assets/img/posts/emile-perron-190221_thumb@2x.jpg +0 -0
  64. data/assets/img/posts/emile-perron-190221_xs.jpg +0 -0
  65. data/assets/img/posts/shane-rounce-205187.jpg +0 -0
  66. data/assets/img/posts/shane-rounce-205187_lg.jpg +0 -0
  67. data/assets/img/posts/shane-rounce-205187_md.jpg +0 -0
  68. data/assets/img/posts/shane-rounce-205187_placehold.jpg +0 -0
  69. data/assets/img/posts/shane-rounce-205187_sm.jpg +0 -0
  70. data/assets/img/posts/shane-rounce-205187_thumb.jpg +0 -0
  71. data/assets/img/posts/shane-rounce-205187_thumb@2x.jpg +0 -0
  72. data/assets/img/posts/shane-rounce-205187_xs.jpg +0 -0
  73. data/assets/img/posts/sleek.jpg +0 -0
  74. data/assets/img/posts/sleek_lg.jpg +0 -0
  75. data/assets/img/posts/sleek_md.jpg +0 -0
  76. data/assets/img/posts/sleek_placehold.jpg +0 -0
  77. data/assets/img/posts/sleek_sm.jpg +0 -0
  78. data/assets/img/posts/sleek_thumb.jpg +0 -0
  79. data/assets/img/posts/sleek_thumb@2x.jpg +0 -0
  80. data/assets/img/posts/sleek_xs.jpg +0 -0
  81. data/assets/js/bundle.js +2 -0
  82. metadata +80 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27e705b3e1250532c4b55b5857ee170749914751
4
- data.tar.gz: 71371881724cd2bd5cdafb8654f53c542f29da0e
3
+ metadata.gz: e085da4af04fec65d20c7857428410af663e87be
4
+ data.tar.gz: 5233ee63d27938e9ca8da484ce91229911c428ca
5
5
  SHA512:
6
- metadata.gz: f3d2de39d263747954df7e387f06c9ada94341c61027360ece6e5b6b43cd3c0b2ea006d613455bcdc6e6ce7be25075d7c3922193e08336faa3615e4910baeae0
7
- data.tar.gz: 89f7c4510a8a42db6d2f93fc7dcb3b4c8a07150332347f71a86247a6e984cc8daab54b93e1735ee9ff9973e9a5406231112d351a8664a31fddd61d1c53846979
6
+ metadata.gz: 64b125f0ba1fb35cd8fc6afd52af8464e10cc295386b0e86e2ab95ced3c10d6429bffbfdf574d286dd0edf87cc0877d1fa32449484056d504202b9b4363f9858
7
+ data.tar.gz: 7ee376dade4cc4380e30d3efef33a15a511b44d00184f5f8cced8d2f367ef1ac5a32cf7c6f7c8e31065bba623e8a5bf933f49b361ed594a423194f0280fdd8e2
data/README.md CHANGED
@@ -28,7 +28,7 @@ To use this project, you'll need the following things on your local machine:
28
28
  gem install jekyll
29
29
  ```
30
30
 
31
- #### NodeJS
31
+ #### NodeJS (8 or greater)
32
32
 
33
33
  Download and open the [NodeJS installer](https://nodejs.org/en/)
34
34
 
@@ -0,0 +1,31 @@
1
+ <a class="post-card" href="{{ post.url | relative_url }}" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting">
2
+ {% if post.featured-img %}
3
+ <figure class="post-card__thumb">
4
+ <img
5
+ src="{{site.url}}/assets/img/posts/{{post.featured-img}}_placehold.jpg",
6
+ data-srcset="{{site.url}}/assets/img/posts/{{post.featured-img}}_thumb.jpg, {{site.url}}/assets/img/posts/{{post.featured-img}}_thumb@2x.jpg 2x"
7
+ class="lazyload blur"
8
+ alt="{{post.title}}"
9
+ />
10
+ <noscript><img src="{{site.url}}/assets/img/posts/{{post.featured-img}}_thumb.jpg" alt="{{ post.title }}"></noscript>
11
+ </figure>
12
+ {% else %}
13
+ <figure class="post-card__thumb">
14
+ <div class="dark-bg"></div>
15
+ </figure>
16
+ {% endif %}
17
+ <div class="post-card__inner">
18
+ <div class="post-card__header">
19
+ <h2>{{ post.title | strip_html | truncate: 50 }}</h2>
20
+ {% assign date_format = site.sleek.date_format | default: "%b %-d, %Y" %}
21
+ <span class="post-card__meta">
22
+ <time>{{ post.date | date: date_format }}</time>
23
+ </span>
24
+ </div>
25
+ {% if post.summary %}
26
+ <p>{{ post.summary | strip_html | truncatewords:20 }}</p>
27
+ {% else %}
28
+ <p>{{ post.content | strip_html | truncatewords: 20 }}</p>
29
+ {% endif %}
30
+ </div>
31
+ </a>
@@ -0,0 +1 @@
1
+ h1{color:#313237;margin-top:0;margin-bottom:.5rem}.dark-bg{background-color:#313237}@media (min-width:48em){.post-card{width:48.4375%;margin-right:3.125%}.post-card:last-of-type,.post-card:nth-child(2n+2){margin-right:0}}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure,main{display:block}figure{margin:1em 40px}a{background-color:transparent;-webkit-text-decoration-skip:objects}img{border-style:none}svg:not(:root){overflow:hidden}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}body{-webkit-overflow-scrolling:touch}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.site{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.site__content{-webkit-box-flex:1;-ms-flex:1;flex:1}img{max-width:100%;height:auto;width:auto;vertical-align:middle}figure{margin:0}body{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:1rem;line-height:1.5;color:#343851;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}p{margin-top:0;margin-bottom:1.25rem}h1,h2{color:#313237;margin-top:0;margin-bottom:.5rem}a{color:#277cea;text-decoration:none;border-bottom:1px dashed #277cea}.blur{background:#fff;filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');-webkit-filter:blur(1rem);filter:blur(1rem)}.container{padding:0 20px}@media (min-width:0){.container{max-width:auto;margin:0 auto}}@media (min-width:36em){.container{max-width:540px;margin:0 auto}}@media (min-width:48em){.container{max-width:720px;margin:0 auto}}@media (min-width:62em){.container{max-width:960px;margin:0 auto}}@media (min-width:75em){.container{max-width:1170px;margin:0 auto}}.header{background-color:#fff;color:#343851;position:absolute;z-index:4;width:100%;top:0;left:0;will-change:transform;-webkit-transform:translateY(0);transform:translateY(0)}.header a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow:hidden;padding:19px 0;margin-right:1.25rem;outline:0;border-bottom:0;color:#313237}.header__logo .header__logo--container{width:58px}.header__logo .header__logo--container .logo{fill:currentColor}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.75em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__links{padding-bottom:.5rem;display:none;position:absolute;top:3.75em;left:0;width:100%;height:auto;background:#fff}.header__link{color:#343851;padding:.938rem 0;border-top:1px solid #ededed}.header__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:100%;background-color:transparent;padding-left:1.25rem}.header__toggle span{display:block;position:relative;margin-top:4px;background-color:#343851;width:100%;height:2px;border-radius:1px}.header__toggle span:first-child{margin-top:0}@media (min-width:62em){.header__toggle{display:none;visibility:hidden}.header__links{position:static;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;visibility:visible;width:auto;height:100%}.header__links-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0}.header__link{position:relative;padding:.938rem 1rem;border:0;height:100%}.header__link::after{content:"";display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);background:#277cea}}.post-card{display:block;width:100%;min-height:250px;border-radius:4px;overflow:hidden;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:2.25rem;border-bottom:0}@media (min-width:48em){.post-card{width:48.4375%;margin-right:3.125%}.post-card:nth-child(2n+2){margin-right:0}}@media (min-width:75em){.post-card{width:31.25%;margin-right:3.125%}.post-card:nth-child(2n+2){margin-right:3.125%}}.post-card__thumb{margin:0;background:#fff;position:relative;overflow:hidden}.post-card__thumb::after{content:"";display:block;height:0;width:100%;padding-bottom:56.25%}.post-card__thumb>*{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.post-card__inner{padding:1.875rem 1.25rem .625rem;color:#838c8d}.post-card__header{margin-bottom:.75rem}.post-card__header .post-card__meta{font-size:.875rem}.hero{margin:3.75rem auto 0;min-height:16.25rem;width:100%;position:relative;background-color:#dde5ea;background-repeat:no-repeat;background-position:50%;background-size:cover}@media (min-width:62em){.hero{margin:0 auto;height:36em}}.hero::before{position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;background:rgba(52,56,81,.8)}.hero__wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:rgba(255,255,255,.8);width:100%;max-width:90%;z-index:1}.hero__wrap .hero__title{font-size:1.8em;color:#fff}.blog{background-color:#f9f9f9}.post-list{padding-top:2.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media (min-width:48em){.hero__wrap{max-width:40em}.hero__wrap .hero__title{font-size:2.625em;line-height:3.125rem}.post-list{padding-top:5em}}
@@ -0,0 +1,18 @@
1
+ {% if page.comments != false %}
2
+ <div id="disqus_thread"></div>
3
+ <script>
4
+
5
+ var disqus_config = function () {
6
+ this.page.url = '{{ page.url | absolute_url }}';
7
+ this.page.identifier = '{{ page.url | absolute_url }}';
8
+ };
9
+
10
+ (function() {
11
+ var d = document, s = d.createElement('script');
12
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
13
+ s.setAttribute('data-timestamp', +new Date());
14
+ (d.head || d.body).appendChild(s);
15
+ })();
16
+ </script>
17
+ <noscript>Please enable JavaScript to view the comments.</noscript>
18
+ {% endif %}
@@ -0,0 +1,24 @@
1
+ <footer class="footer">
2
+ <div class="container">
3
+ <nav class="social">
4
+ {% if site.github_username %}
5
+ <a class="social__link" target="_blank" rel="noopener noreferrer" href="https://github.com/{{ site.github_username }}">
6
+ <svg class="social__icon" viewBox="0 0 20 20" width="20px" height="20px"><path d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
7
+ </a>
8
+ {% endif %}
9
+ {% if site.twitter_username %}
10
+ <a class="social__link" target="_blank" rel="noopener noreferrer" href="https://www.twitter.com/{{ site.twitter_username }}">
11
+ <svg class="social__icon" viewBox="0 0 20 20" width="20px" height="20px"><path d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>
12
+ </a>
13
+ {% endif %}
14
+ {% if site.instagram_username %}
15
+ <a class="social__link" target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/{{ site.instagram_username }}">
16
+ <svg class="social__icon" viewBox="0 0 20 20" width="20px" height="20px"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42a3.908 3.908 0 0 0-1.417.923c-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372a3.908 3.908 0 0 0 1.417-.923c.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942a3.908 3.908 0 0 0-.923-1.417A3.886 3.886 0 0 0 13.24.42c-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28a2.49 2.49 0 0 1-.92-.6c-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452a4.108 4.108 0 1 0 0 8.215 4.108 4.108 0 0 0 0-8.215zm0 6.775a2.667 2.667 0 1 1 0-5.334 2.667 2.667 0 0 1 0 5.334zm5.23-6.937a.96.96 0 1 1-1.92 0 .96.96 0 0 1 1.92 0z"></path></svg>
17
+ </a>
18
+ {% endif %}
19
+ </nav>
20
+ <span>&copy; {{ site.time | date: '%Y' }} {{ site.title | escape }}. All rights reserved.</span>
21
+ </div>
22
+ </footer>
23
+ <script async src="{{ "/assets/js/bundle.js" | relative_url }}"></script>
24
+ <script async>{% include sw.js %}</script>
@@ -0,0 +1,21 @@
1
+ <form id="contactForm" action="https://formspree.io/{{site.email}}" method="post" novalidate>
2
+ <div class="form__input half">
3
+ <label for="name">Name</label>
4
+ <input type="text" name="name" id="name" autocomplete="name" required>
5
+ </div>
6
+
7
+ <div class="form__input input half">
8
+ <label for="email">Email</label>
9
+ <input type="email" name="_replyto" id="email" autocomplete="email" required>
10
+ </div>
11
+
12
+ <div class="form__input">
13
+ <label for="message">Message</label>
14
+ <textarea type="text" name="message" id="message" rows="7" autocomplete="message" required></textarea>
15
+ </div>
16
+
17
+ <input type="hidden" name="_subject" value="Website Form submission">
18
+ <input type="hidden" name="_format" value="plain" />
19
+ <input class="hidden" type="text" name="_gotcha">
20
+ <button class="btn js-submit" type="submit" value="Send">Send</button>
21
+ </form>
@@ -0,0 +1,9 @@
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_tag_manager }}"></script>
3
+ <script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_tag_manager }}');
9
+ </script>
@@ -0,0 +1,36 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
+ {% seo %}
7
+
8
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/img/icons/apple-touch-icon.png?v=qA3OXqyw77' | relative_url }}">
9
+ <link rel="icon" type="image/png" sizes="32x32" href="{{'/assets/img/icons/favicon-32x32.png?v=qA3OXqyw77' | relative_url }}">
10
+ <link rel="icon" type="image/png" sizes="16x16" href="{{'/assets/img/icons/favicon-16x16.png?v=qA3OXqyw77' | relative_url }}">
11
+ <link rel="manifest" href="{{ '/assets/img/icons/manifest.json?v=qA3OXqyw77' | relative_url }}">
12
+ <link rel="mask-icon" href="{{ '/assets/img/icons/safari-pinned-tab.svg?v=qA3OXqyw77' | relative_url }}" color="#5bbad5">
13
+ <!--[if IE]><link rel="shortcut icon" href="/assets/img/icons/favicon.ico?v=qA3OXqyw77"><![endif]-->
14
+ <link rel="shortcut icon" href="{{ '/assets/img/icons/favicon.ico?v=qA3OXqyw77' | relative_url }}">
15
+ <meta name="apple-mobile-web-app-title" content="Sleek">
16
+ <meta name="application-name" content="Sleek">
17
+ <meta name="msapplication-config" content="{{ '/assets/img/icons/browserconfig.xml?v=qA3OXqyw77' | relative_url }}">
18
+ <meta name="theme-color" content="#ffffff">
19
+
20
+ {% if site.google_tag_manager %}
21
+
22
+ {% include gtm.html %}
23
+
24
+ {% endif %}
25
+
26
+ <style class="inlineCSS">
27
+
28
+ {% include critical.css %}
29
+
30
+ </style>
31
+ <link rel="preload" href="{{ '/assets/css/main.css' | relative_url }}" as="style" onload="this.rel='stylesheet'">
32
+ <noscript><link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"></noscript>
33
+ <script type="text/javascript">
34
+ {% include loadCss.js %}
35
+ </script>
36
+ </head>
@@ -0,0 +1,25 @@
1
+ <header class="header" itemscope itemtype="http://schema.org/SiteNavigationElement" aria-label="Main navigation">
2
+ <div class="container">
3
+ <div class="header__inner">
4
+ <a class="header__logo" href="{{ '/' | relative_url }}">
5
+ <div class="header__logo--container">
6
+ {% include logo.svg %}
7
+ </div>
8
+ </a>
9
+ <nav class="header__links">
10
+ <div class="container header__links-wrapper">
11
+ <a class="header__link" href="{{ '/' | relative_url }}" itemprop="url"><span itemprop="name">Home</span></a>
12
+ <a class="header__link" href="{{ '/about' | relative_url }}" itemprop="url"><span itemprop="name">About</span></a>
13
+ <a class="header__link" href="{{ '/contact' | relative_url }}" itemprop="url">
14
+ <span itemprop="name">Contact</span>
15
+ </a>
16
+ </div>
17
+ </nav>
18
+ <div class="header__toggle">
19
+ <span></span>
20
+ <span></span>
21
+ <span></span>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ </header>
@@ -0,0 +1,9 @@
1
+ /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
2
+ (function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
3
+ var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
4
+ return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
5
+ if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
6
+ setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
7
+ var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
8
+ if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
9
+ else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
@@ -0,0 +1,5 @@
1
+ <svg class="logo" viewBox="0 0 47 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="logo" transform="translate(-113.000000, -89.000000)">
3
+ <path d="M114.657,93.712 C114.657,93.1479972 114.767999,92.6530021 114.99,92.227 C115.212001,91.8009979 115.505998,91.4470014 115.872,91.165 C116.238002,90.8829986 116.663998,90.6700007 117.15,90.526 C117.636002,90.3819993 118.136997,90.31 118.653,90.31 C119.457004,90.31 120.218996,90.4629985 120.939,90.769 C121.659004,91.0750015 122.258998,91.5219971 122.739,92.11 L121.371,93.406 C121.094999,92.9859979 120.708002,92.6560012 120.21,92.416 C119.711998,92.1759988 119.193003,92.056 118.653,92.056 C118.004997,92.056 117.519002,92.1909986 117.195,92.461 C116.870998,92.7310013 116.709,93.1059976 116.709,93.586 C116.709,93.8740014 116.771999,94.1259989 116.898,94.342 C117.024001,94.5580011 117.194999,94.7469992 117.411,94.909 C117.627001,95.0710008 117.878999,95.2149994 118.167,95.341 C118.455001,95.4670006 118.754998,95.5959993 119.067,95.728 C119.475002,95.8960008 119.888998,96.075999 120.309,96.268 C120.729002,96.460001 121.106998,96.6999986 121.443,96.988 C121.779002,97.2760014 122.054999,97.6299979 122.271,98.05 C122.487001,98.4700021 122.595,98.9919969 122.595,99.616 C122.595,100.276003 122.481001,100.836998 122.253,101.299 C122.024999,101.761002 121.716002,102.138999 121.326,102.433 C120.935998,102.727001 120.483003,102.939999 119.967,103.072 C119.450997,103.204001 118.911003,103.27 118.347,103.27 C117.386995,103.27 116.526004,103.084002 115.764,102.712 C115.001996,102.339998 114.339003,101.758004 113.775,100.966 L115.197,99.778 C115.305001,99.9580009 115.460999,100.152999 115.665,100.363 C115.869001,100.573001 116.105999,100.767999 116.376,100.948 C116.646001,101.128001 116.945998,101.277999 117.276,101.398 C117.606002,101.518001 117.962998,101.578 118.347,101.578 C118.767002,101.578 119.117999,101.53 119.4,101.434 C119.682001,101.338 119.906999,101.206001 120.075,101.038 C120.243001,100.869999 120.363,100.675001 120.435,100.453 C120.507,100.230999 120.543,99.9940013 120.543,99.742 C120.543,99.4299984 120.474001,99.1570012 120.336,98.923 C120.197999,98.6889988 120.015001,98.4820009 119.787,98.302 C119.558999,98.1219991 119.295001,97.9600007 118.995,97.816 C118.694998,97.6719993 118.383002,97.5280007 118.059,97.384 C117.662998,97.2159992 117.261002,97.036001 116.853,96.844 C116.444998,96.651999 116.079002,96.4180014 115.755,96.142 C115.430998,95.8659986 115.167001,95.5330019 114.963,95.143 C114.758999,94.7529981 114.657,94.2760028 114.657,93.712 Z M127.167,89.824 L127.167,103 L125.097,103 L125.097,89.824 L127.167,89.824 Z M131.775,99.364 C131.859,100.192004 132.119998,100.794998 132.558,101.173 C132.996002,101.551002 133.598996,101.74 134.367,101.74 C134.859002,101.74 135.341998,101.662001 135.816,101.506 C136.290002,101.349999 136.700998,101.134001 137.049,100.858 L137.877,102.136 C137.336997,102.496002 136.749003,102.768999 136.113,102.955 C135.476997,103.141001 134.841003,103.234 134.205,103.234 C133.592997,103.234 133.014003,103.141001 132.468,102.955 C131.921997,102.768999 131.442002,102.490002 131.028,102.118 C130.613998,101.745998 130.284001,101.278003 130.038,100.714 C129.791999,100.149997 129.669,99.4840038 129.669,98.716 C129.669,98.0799968 129.779999,97.4920027 130.002,96.952 C130.224001,96.4119973 130.532998,95.947002 130.929,95.557 C131.325002,95.1669981 131.789997,94.8610011 132.324,94.639 C132.858003,94.4169989 133.430997,94.306 134.043,94.306 C134.631003,94.306 135.170998,94.3989991 135.663,94.585 C136.155002,94.7710009 136.580998,95.0439982 136.941,95.404 C137.301002,95.7640018 137.582999,96.2109973 137.787,96.745 C137.991001,97.2790027 138.093,97.8939965 138.093,98.59 C138.093,98.7220007 138.09,98.8419995 138.084,98.95 C138.078,99.0580005 138.069,99.1779993 138.057,99.31 L131.775,99.364 Z M134.043,95.746 C133.394997,95.746 132.861002,95.9559979 132.441,96.376 C132.020998,96.7960021 131.799,97.3479966 131.775,98.032 L136.113,98.032 C136.089,97.3479966 135.906002,96.7960021 135.564,96.376 C135.221998,95.9559979 134.715003,95.746 134.043,95.746 Z M142.179,99.364 C142.263,100.192004 142.523998,100.794998 142.962,101.173 C143.400002,101.551002 144.002996,101.74 144.771,101.74 C145.263002,101.74 145.745998,101.662001 146.22,101.506 C146.694002,101.349999 147.104998,101.134001 147.453,100.858 L148.281,102.136 C147.740997,102.496002 147.153003,102.768999 146.517,102.955 C145.880997,103.141001 145.245003,103.234 144.609,103.234 C143.996997,103.234 143.418003,103.141001 142.872,102.955 C142.325997,102.768999 141.846002,102.490002 141.432,102.118 C141.017998,101.745998 140.688001,101.278003 140.442,100.714 C140.195999,100.149997 140.073,99.4840038 140.073,98.716 C140.073,98.0799968 140.183999,97.4920027 140.406,96.952 C140.628001,96.4119973 140.936998,95.947002 141.333,95.557 C141.729002,95.1669981 142.193997,94.8610011 142.728,94.639 C143.262003,94.4169989 143.834997,94.306 144.447,94.306 C145.035003,94.306 145.574998,94.3989991 146.067,94.585 C146.559002,94.7710009 146.984998,95.0439982 147.345,95.404 C147.705002,95.7640018 147.986999,96.2109973 148.191,96.745 C148.395001,97.2790027 148.497,97.8939965 148.497,98.59 C148.497,98.7220007 148.494,98.8419995 148.488,98.95 C148.482,99.0580005 148.473,99.1779993 148.461,99.31 L142.179,99.364 Z M144.447,95.746 C143.798997,95.746 143.265002,95.9559979 142.845,96.376 C142.424998,96.7960021 142.203,97.3479966 142.179,98.032 L146.517,98.032 C146.493,97.3479966 146.310002,96.7960021 145.968,96.376 C145.625998,95.9559979 145.119003,95.746 144.447,95.746 Z M153.033,89.824 L153.033,97.798 L156.579,94.468 L159.117,94.468 L154.977,98.518 L159.333,103 L156.741,103 L153.033,99.112 L153.033,103 L150.963,103 L150.963,89.824 L153.033,89.824 Z" id="Sleek"></path>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,22 @@
1
+ {% if page.mathjax %}
2
+ <script type="text/x-mathjax-config">
3
+ MathJax.Hub.Config({
4
+ tex2jax: {
5
+ inlineMath: [ ['$','$'], ["\\(","\\)"] ],
6
+ processEscapes: true
7
+ }
8
+ });
9
+ </script>
10
+ <script
11
+ type="text/javascript"
12
+ charset="utf-8"
13
+ src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
14
+ >
15
+ </script>
16
+ <script
17
+ type="text/javascript"
18
+ charset="utf-8"
19
+ src="https://vincenttam.github.io/javascripts/MathJaxLocal.js"
20
+ >
21
+ </script>
22
+ {% endif %}
@@ -0,0 +1,12 @@
1
+ <div class="modal" role="dialog">
2
+ <div class="modal__inner" role="document" tabindex="-1">
3
+ <div class="modal__content">
4
+ <button class="modal__close-button js-modal-close">
5
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"><defs><path id="a" d="M12 11.033L7.167 6.2a.684.684 0 1 0-.967.967L11.033 12 6.2 16.833a.684.684 0 0 0 .967.967L12 12.967l4.833 4.833a.684.684 0 1 0 .967-.967L12.967 12 17.8 7.167a.684.684 0 0 0-.967-.967L12 11.033z"/></defs><use fill="fillColor" xlink:href="#a" fill-rule="evenodd"/></svg>
6
+ </button>
7
+ <div class="modal__body">
8
+ </div>
9
+ </div>
10
+ </div>
11
+ <div class="modal__overlay"></div>
12
+ </div>
@@ -0,0 +1,3 @@
1
+ <nav class="pagination">
2
+ <a href="#" class="pagination__item">1</a>
3
+ </nav>
@@ -0,0 +1,8 @@
1
+ if ('serviceWorker' in navigator) {
2
+ navigator.serviceWorker.register('/sw.js').then(function( registration ) {
3
+ console.log('ServiceWorker registration successful with scope: ', registration.scope);
4
+ })
5
+ .catch(function(error) {
6
+ console.log('ServiceWorker registration failed: ', error);
7
+ });
8
+ }
@@ -0,0 +1,10 @@
1
+ ---
2
+ # Jekyll layout that compresses HTML
3
+ # v3.0.2
4
+ # http://jch.penibelst.de/
5
+ # © 2014–2015 Anatol Broder
6
+ # MIT License
7
+ ---
8
+
9
+ {% capture _LINE_FEED %}
10
+ {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
@@ -0,0 +1,47 @@
1
+ ---
2
+ layout: compress
3
+ ---
4
+ <html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
5
+
6
+ {% include head.html %}
7
+
8
+ <body class="site">
9
+
10
+ {% if site.google_tag_manager %}
11
+
12
+ <!-- Google Tag Manager (noscript) -->
13
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
14
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
15
+ <!-- End Google Tag Manager (noscript) -->
16
+
17
+ {% endif %}
18
+
19
+ {% include header.html %}
20
+
21
+ <div class="hero lazyload" data-bg="{{site.url}}/assets/img/posts/sleek_lg.jpg">
22
+ <div class="hero__wrap">
23
+ <h1 class="hero__title">Sleek</h1>
24
+ <p class="hero__meta">Modern Jekyll theme focused on speed performance & SEO best practices</p>
25
+ </div>
26
+ </div>
27
+
28
+ <main class="site__content">
29
+ <section class="blog">
30
+ <div class="container">
31
+ <div class="post-list" itemscope="" itemtype="http://schema.org/Blog">
32
+
33
+ {% for post in site.posts %}
34
+ {% include card.html %}
35
+ {% endfor %}
36
+
37
+ <!-- {% include pagination.html %} -->
38
+ </div>
39
+ </div>
40
+ </section>
41
+ </main>
42
+
43
+ {% include footer.html %}
44
+
45
+ </body>
46
+
47
+ </html>
@@ -0,0 +1,42 @@
1
+ ---
2
+ layout: compress
3
+ ---
4
+ <html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
5
+
6
+ {% include head.html %}
7
+
8
+ <body class="site">
9
+
10
+ {% if site.google_tag_manager %}
11
+
12
+ <!-- Google Tag Manager (noscript) -->
13
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
14
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
15
+ <!-- End Google Tag Manager (noscript) -->
16
+
17
+ {% endif %}
18
+
19
+ {% include header.html %}
20
+
21
+ <div class="hero--small">
22
+ <div class="hero__wrap">
23
+ <h1 class="hero__title">{{ page.title }}</h1>
24
+ </div>
25
+ </div>
26
+ <main class="site__content">
27
+
28
+ <div class="container">
29
+ <div class="page-content">
30
+
31
+ {{ content }}
32
+
33
+ </div>
34
+ </div>
35
+
36
+ </main>
37
+
38
+ {% include footer.html %}
39
+
40
+ </body>
41
+
42
+ </html>
@@ -0,0 +1,106 @@
1
+ ---
2
+ layout: compress
3
+ ---
4
+ <html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
5
+
6
+ {% include head.html %}
7
+
8
+ <body class="site">
9
+
10
+ {% if site.google_tag_manager %}
11
+
12
+ <!-- Google Tag Manager (noscript) -->
13
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
14
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
15
+ <!-- End Google Tag Manager (noscript) -->
16
+
17
+ {% endif %}
18
+
19
+ {% include header.html %}
20
+
21
+ {% if page.featured-img %}
22
+
23
+ <div class="hero lazyload" data-bg="{{site.url}}/assets/img/posts/{{page.featured-img}}.jpg">
24
+ {% else %}
25
+ <div class="hero dark-bg">
26
+ {% endif %}
27
+ <div class="hero__wrap">
28
+ <h1 class="hero__title">{{ page.title }}</h1>
29
+ <p class="hero__meta">
30
+ <span>
31
+ <time>{{ page.date | date_to_string }}</time>&nbsp;
32
+ </span>
33
+ <span>
34
+ {% assign words = content | number_of_words %}
35
+ {% if words < 360 %}
36
+ 1 min
37
+ {% else %}
38
+ {{ words | divided_by:180 }} mins
39
+ {% endif %} read
40
+ &nbsp;
41
+ </span>
42
+ </p>
43
+ </div>
44
+ </div>
45
+ </div>
46
+
47
+ <main class="site__content">
48
+ <div class="container">
49
+ <article class="post-content" itemprop="articleBody">
50
+
51
+ {{ content }}
52
+
53
+ </article>
54
+ <div class="post-content controls__inner">
55
+ <div class="controls__item prev">
56
+ {% if page.previous.url %}
57
+
58
+ <span>Previous</span>
59
+ <a href="{{page.previous.url | relative_url }}">
60
+ <span>
61
+ <svg xmlns="http://www.w3.org/2000/svg" width="6" height="11">
62
+ <path fill="fillColor" d="M5.647 1.718c.37-.434.323-1.09-.106-1.465A1.016 1.016 0 0 0 4.095.36L.25 4.875a1.05 1.05 0 0 0 .017 1.378l3.95 4.407c.38.424 1.03.456 1.448.07a1.05 1.05 0 0 0 .07-1.468l-3.34-3.725 3.253-3.819z"/>
63
+ </svg>
64
+ </span>
65
+ {{page.previous.title | strip_html | truncate: 30}}
66
+ </a>
67
+ {% endif %}
68
+ </div>
69
+
70
+ <div class="controls__item next">
71
+ {% if page.next.url %}
72
+ <span>Next</span>
73
+ <a href="{{page.next.url | relative_url }}">
74
+ {{page.next.title | strip_html | truncate: 30}}
75
+ <span>
76
+ <svg xmlns="http://www.w3.org/2000/svg" width="6" height="11">
77
+ <path fill="#fillColor" d="M.353 9.282c-.37.434-.323 1.09.106 1.465a1.016 1.016 0 0 0 1.446-.107L5.75 6.125a1.05 1.05 0 0 0-.017-1.378L1.784.34A1.015 1.015 0 0 0 .336.27a1.05 1.05 0 0 0-.07 1.468l3.34 3.725L.353 9.282z"/>
78
+ </svg>
79
+ </span>
80
+ </a>
81
+ {% endif %}
82
+ </div>
83
+ </div>
84
+ </div>
85
+
86
+ {% if site.disqus.shortname %}
87
+
88
+ <div class="comments">
89
+ <div class="container">
90
+ <div class="post-content">
91
+
92
+ {% include disqus.html %}
93
+
94
+ </div>
95
+ </div>
96
+ </div>
97
+
98
+ {% endif %}
99
+
100
+ </main>
101
+
102
+ {% include footer.html %}
103
+ {% include mathjax.html %}
104
+ </body>
105
+
106
+ </html>