jumbo-jekyll-theme 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6175e1db156f47d1161ec89f4ce53f3ee5dc4ac4e646e09736f2f067e4eb416
4
- data.tar.gz: 529852b2735a5f3b97808c023a08c05be33731f1f17fad032e3daad10218418c
3
+ metadata.gz: 821073532fb181f9b23efba115fb8159b6d55b47b734bf367d7413e14624564d
4
+ data.tar.gz: 561588f1ffc150b672bec722db797b55d5767554f33487d830101642aa329b5e
5
5
  SHA512:
6
- metadata.gz: a9eb36e55337d2453dc54766540b56982c4f7803c06221225ccee6f58cdf118aa7365629b30b5c711b2b88410a40ad263fd44ad37aedd2d28729e058e6f05c0a
7
- data.tar.gz: 7504d9fd8cd2d5ba3705ade3aab94800a7dc2e35065048bc13da274d782c74a65cca9b96b420a29b7d1116fbad15092ce49a9f10208f53e3461104be485329d0
6
+ metadata.gz: d5fc6dabf81f757e29a5ddaa560f45063a88bde8f411eed3603d817da9c14b62eed9d340fc46fc58a8feb999c5f52122a45a022e2fbf1ed324651fc00b1cd0e7
7
+ data.tar.gz: b006d9aea868f9f482f9ba3c3ce59fbd7315147aee29cba8a3f5cc8982ec66a4c49ed2ea4cfac303b023e54d2ee1d8df6608040d1fb5bad2b0194873e8000809
@@ -1,73 +1,60 @@
1
1
  {% if site.data.settings.edit-on-github.enabled and site.data.settings.edit-on-github.repo %}
2
- {% assign page_base = page.permalink | split:"/" %}
3
- {% assign page-path = page.path | replace: " ", "" %}
2
+ {% assign page_base = page.permalink | split:"/" %}
3
+ {% assign page-path = page.path | replace: " ", "" %}
4
+ {% if page_base[1] == "blog" %}
5
+ {% elsif page_base[1] == "documentation" and site.data.settings.edit-on-github.docs %}
6
+ {% capture github-home %}{{site.data.settings.edit-on-github.docs}}{% endcapture %}
7
+ {% capture github-docs %}{{site.data.settings.edit-on-github.docs}}/tree/master/{% endcapture %}
8
+ {% capture report-issue-link %}
9
+ {{github-home}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
10
+ {% endcapture %}
11
+ {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
12
+ <div class="row github-edit">
13
+ <div class="container">
14
+ <div class="edit-me-on-github text-center">
15
+ <div class="btn-group btn-group-xs" role="group" id="github_controls">
16
+ <a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
17
+ <i class="icon-github-circled center-block"></i>
18
+ </a>
19
+ <a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
20
+ <span class="top-text">Report</span>
21
+ <span class="bottom-text">an Issue</span>
22
+ </a>
23
+ <a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
24
+ <span class="top-text">Edit</span>
25
+ <span class="bottom-text">on Github</span>
26
+ </a>
27
+ </div>
4
28
 
5
- {% if page_base[1] == "blog" %}
6
-
7
- {% elsif page_base[1] == "documentation" and site.data.settings.edit-on-github.docs %}
8
-
9
- {% capture github-home %}{{site.data.settings.edit-on-github.docs}}{% endcapture %}
10
- {% capture github-docs %}{{site.data.settings.edit-on-github.docs}}/tree/master/{% endcapture %}
11
- {% capture report-issue-link %}
12
- {{github-home}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
13
- {% endcapture %}
14
-
15
- {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
16
-
17
- <div class="container-fluid github-edit">
18
- <div class="row">
19
- <div class="container">
20
- <div class="edit-me-on-github text-center">
21
- <div class="btn-group btn-group-xs" role="group" id="github_controls">
22
- <a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
23
- <i class="icon-github-circled center-block"></i>
24
- </a>
25
- <a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
26
- <span class="top-text">Report</span>
27
- <span class="bottom-text">an Issue</span>
28
- </a>
29
- <a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
30
- <span class="top-text">Edit</span>
31
- <span class="bottom-text">on Github</span>
32
- </a>
33
29
  </div>
34
-
35
30
  </div>
36
31
  </div>
37
- </div>
38
- </div>
32
+ {% else %}
33
+ {% capture github-home %}{{site.data.settings.edit-on-github.repo}}{% endcapture %}
34
+ {% capture github-docs %}{{site.data.settings.edit-on-github.repo}}/tree/master/{% endcapture %}
35
+ {% capture report-issue-link %}
36
+ {{site.data.settings.edit-on-github.repo}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
37
+ {% endcapture %}
38
+ {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
39
+ <div class="row github-edit">
40
+ <div class="container">
41
+ <div class="edit-me-on-github text-center">
42
+ <div class="btn-group btn-group-xs" role="group" id="github_controls">
43
+ <a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
44
+ <i class="icon-github-circled center-block"></i>
45
+ </a>
46
+ <a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
47
+ <span class="top-text">Report</span>
48
+ <span class="bottom-text">an Issue</span>
49
+ </a>
50
+ <a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
51
+ <span class="top-text">Edit</span>
52
+ <span class="bottom-text">on Github</span>
53
+ </a>
54
+ </div>
39
55
 
40
- {% else %}
41
-
42
- {% capture github-home %}{{site.data.settings.edit-on-github.repo}}{% endcapture %}
43
- {% capture github-docs %}{{site.data.settings.edit-on-github.repo}}/tree/master/{% endcapture %}
44
- {% capture report-issue-link %}
45
- {{site.data.settings.edit-on-github.repo}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
46
- {% endcapture %}
47
-
48
- {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
49
-
50
- <div class="container-fluid github-edit">
51
- <div class="row">
52
- <div class="container">
53
- <div class="edit-me-on-github text-center">
54
- <div class="btn-group btn-group-xs" role="group" id="github_controls">
55
- <a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
56
- <i class="icon-github-circled center-block"></i>
57
- </a>
58
- <a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
59
- <span class="top-text">Report</span>
60
- <span class="bottom-text">an Issue</span>
61
- </a>
62
- <a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
63
- <span class="top-text">Edit</span>
64
- <span class="bottom-text">on Github</span>
65
- </a>
66
56
  </div>
67
-
68
57
  </div>
69
58
  </div>
70
- </div>
71
- </div>
72
- {% endif %}
59
+ {% endif %}
73
60
  {% endif %}
@@ -9,6 +9,7 @@
9
9
  @import "core/tables";
10
10
  @import "core/forms";
11
11
  @import "core/fa";
12
+ @import "core/fly";
12
13
  @import "core/jumbotron";
13
14
  @import "core/animations";
14
15
  @import "core/carousel-styles";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby