jekyll-nerd-portfolio 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1dc3fc8b1f71278f47ba598ffa22fa37d278baf
4
- data.tar.gz: 6e1428dd367cb10a918f71b475353e0ed3838a90
3
+ metadata.gz: 6cd37b7faaf2c59954b4041307ced4d0af2afd1e
4
+ data.tar.gz: 5ecc2295863d0ccd21cd4c61236c651bbde05af8
5
5
  SHA512:
6
- metadata.gz: 583f3bfa83325110feb4c2a34065703b84b00b1a57658999df0b3dfd2d28849b012373d482cf96bc6d0d367e45941068a814d53cfdfe285b0eb2ad55fbc38dd9
7
- data.tar.gz: 3e39cc3e48cded3abe1a120a08474ba4a345c3552eb3d06e00552cbb93b4530708cd8b76a5d7ee1241e0fd5300e06bb951a10b7b6f428e86344b266ad8931d05
6
+ metadata.gz: 8597f315feaa4f0f2a302a6b8d12b6972e2250e7358dbc7d8d102f90a8aecea3937e9c4fd23c4cf67beeeddacca8a0e391c65150937f8c11f8fb5b51df139bc1
7
+ data.tar.gz: 02f1c5f5b7cfa3c0fb45d091533ea4c1841fa238afd8b46ffc4a22470bd902bb173bb2b9198e584f1e5018415e5c8e59ffd12f1a8392ba8888be91c83a003aeb
@@ -12,6 +12,10 @@
12
12
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/webflow.css" rel="stylesheet" type="text/css">
13
13
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/devicon.min.css" rel="stylesheet" type="text/css">
14
14
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/style.css" rel="stylesheet" type="text/css">
15
+ {% if site.github_fork_banner %}
16
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
17
+ <!--[if lt IE 9]><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" /><![endif]-->
18
+ {% endif %}
15
19
  <!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
16
20
  <script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
17
21
  <link href="https://daks2k3a4ib2z.cloudfront.net/img/favicon.ico" rel="shortcut icon" type="image/x-icon">
@@ -12,6 +12,10 @@
12
12
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/webflow.css" rel="stylesheet" type="text/css">
13
13
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/devicon.min.css" rel="stylesheet" type="text/css">
14
14
  <link href="{{ site.url }}{{ site.baseurl }}/assets/css/style.css" rel="stylesheet" type="text/css">
15
+ {% if site.github_fork_banner %}
16
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
17
+ <!--[if lt IE 9]><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" /><![endif]-->
18
+ {% endif %}
15
19
  <!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
16
20
  <script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
17
21
  <link href="https://daks2k3a4ib2z.cloudfront.net/img/favicon.ico" rel="shortcut icon" type="image/x-icon">
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="blog-content w-container">
8
13
  {% for page in site.categories.adventures %}
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="blog-content w-container">
8
13
  {% for page in site.categories.blog %}
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="contact-content w-container">
8
13
  <div class="form-block w-form">
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include page-header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="post-content w-container">
8
13
  {{ content }}
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="blog-content w-container">
8
13
  {% for page in site.categories.portfolio %}
@@ -3,6 +3,11 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include post-header.html %}
6
+ {% if site.github_fork_banner %}
7
+ <a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
8
+ Fork me on GitHub
9
+ </a>
10
+ {% endif %}
6
11
  <div data-component="Content" class="content">
7
12
  <div class="post-content w-container">
8
13
  {{ content }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-nerd-portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jam Risser