jekyll-theme-basically-basic 1.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -12
  3. data/LICENSE.md +33 -21
  4. data/README.md +33 -17
  5. data/_includes/contact-list.html +1 -1
  6. data/_includes/head.html +2 -2
  7. data/_includes/navigation.html +2 -2
  8. data/_layouts/default.html +2 -2
  9. data/_layouts/home.html +1 -1
  10. data/_sass/basically-basic.scss +7 -9
  11. data/_sass/basically-basic/_entries.scss +152 -155
  12. data/_sass/basically-basic/_functions.scss +2 -0
  13. data/_sass/basically-basic/_layout.scss +7 -15
  14. data/_sass/basically-basic/_mixins.scss +5 -7
  15. data/_sass/basically-basic/_sidebar.scss +3 -2
  16. data/_sass/basically-basic/_syntax-highlighting.scss +314 -127
  17. data/_sass/basically-basic/_variables.scss +104 -84
  18. data/_sass/basically-basic/{mixins → functions}/_color.scss +0 -0
  19. data/_sass/basically-basic/{mixins → functions}/_fluid-type.scss +0 -0
  20. data/_sass/basically-basic/themes/_soft.scss +30 -12
  21. data/_sass/basically-basic/themes/_steel.scss +30 -12
  22. data/_sass/basically-basic/vendor/{_breakpoint.scss → breakpoint/_breakpoint.scss} +7 -7
  23. data/_sass/basically-basic/vendor/susy/_su.scss +1 -4
  24. data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -0
  25. data/_sass/basically-basic/vendor/susy/_susy.scss +5 -0
  26. data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -0
  27. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  28. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  29. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  30. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  31. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  32. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  33. data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -0
  34. data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -0
  35. data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -0
  36. data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -0
  37. data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -0
  38. data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -0
  39. data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -0
  40. data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -0
  41. data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -0
  42. data/assets/javascripts/main.js +2 -2
  43. metadata +25 -59
  44. data/_sass/basically-basic/vendor/_su.scss +0 -4
  45. data/_sass/basically-basic/vendor/_susy.scss +0 -4
  46. data/_sass/basically-basic/vendor/_susyone.scss +0 -4
  47. data/_sass/basically-basic/vendor/susy/language/_susy.scss +0 -24
  48. data/_sass/basically-basic/vendor/susy/language/_susyone.scss +0 -13
  49. data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +0 -385
  50. data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +0 -200
  51. data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +0 -47
  52. data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +0 -185
  53. data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +0 -81
  54. data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +0 -36
  55. data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +0 -94
  56. data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +0 -64
  57. data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +0 -154
  58. data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +0 -77
  59. data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +0 -94
  60. data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +0 -74
  61. data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +0 -138
  62. data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +0 -216
  63. data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +0 -163
  64. data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +0 -16
  65. data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +0 -18
  66. data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +0 -377
  67. data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +0 -312
  68. data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +0 -51
  69. data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +0 -93
  70. data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +0 -105
  71. data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +0 -92
  72. data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +0 -60
  73. data/_sass/basically-basic/vendor/susy/output/_float.scss +0 -9
  74. data/_sass/basically-basic/vendor/susy/output/_shared.scss +0 -15
  75. data/_sass/basically-basic/vendor/susy/output/_support.scss +0 -9
  76. data/_sass/basically-basic/vendor/susy/output/float/_container.scss +0 -16
  77. data/_sass/basically-basic/vendor/susy/output/float/_end.scss +0 -40
  78. data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +0 -22
  79. data/_sass/basically-basic/vendor/susy/output/float/_span.scss +0 -35
  80. data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +0 -26
  81. data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +0 -21
  82. data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +0 -42
  83. data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +0 -25
  84. data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +0 -23
  85. data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +0 -14
  86. data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +0 -23
  87. data/_sass/basically-basic/vendor/susy/output/support/_background.scss +0 -58
  88. data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +0 -19
  89. data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +0 -18
  90. data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +0 -19
  91. data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +0 -22
  92. data/_sass/basically-basic/vendor/susy/output/support/_support.scss +0 -85
  93. data/_sass/basically-basic/vendor/susy/su/_grid.scss +0 -103
  94. data/_sass/basically-basic/vendor/susy/su/_settings.scss +0 -73
  95. data/_sass/basically-basic/vendor/susy/su/_utilities.scss +0 -111
  96. data/_sass/basically-basic/vendor/susy/su/_validation.scss +0 -57
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78234485f44f5953b9c14621fa94ee1ae3aa5dfb
4
- data.tar.gz: 081309c2a66a683dbe4038ee8f242ea54c20e9a5
3
+ metadata.gz: 999d6d6981d0c93001cda4afb8f951ed64162934
4
+ data.tar.gz: 72b35be9d95d27ff1b98ea806c2018cb1d9a1d04
5
5
  SHA512:
6
- metadata.gz: 2782aac00dc3d8c894ed777246912bd6dbd9c44978071351f0029409adeac3d25de3104d4cf95cc48ad63ff244b2816ec125a442603b48bf4479f73a5ee26e84
7
- data.tar.gz: 56965a380395bc47c0ccd6eafaa1a6c5bcc0db22a12390922e4fc64cce6a1fc500dc6ecb1e09e4d9071f6069a874d5d0afcbc7e4c195cb0aaf6ad220c9e86f1e
6
+ metadata.gz: 9966e34422c22e9f6096f2cc9805ee8baddc5a3a493bb825fdfcebf1c3c3f69786503f86198858cd12e05413337bd445ced31553c0337206f515cb159ec86446
7
+ data.tar.gz: 94d97365bbd1f9254d12b20ee448bcac14f06fec846d0206fc440a5fd49d9a5db81ddbfea95fb19bd8b75183ff0e48c96141c2aa13ff4ff4a6aa4f4ef623a5dd
data/CHANGELOG.md CHANGED
@@ -5,41 +5,59 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
 
8
+ ## [1.2.0] - 2018-01-05
9
+
10
+ ### Changed
11
+ - Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site.
12
+ - Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
13
+ - Update `site.gems` references to `site.plugins`. [#39](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/39)
14
+ - Update license and copyright.
15
+ - Improve syntax highlighting styles and colors.
16
+
17
+ ### Fixed
18
+ - Fix primary navigation skip link to use correct anchor ID. [#41](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/41)
19
+ - Fix Susy deprecation warnings by updating to version 3. [#21](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/21)
20
+
8
21
  ## [1.1.3] - 2017-10-19
9
22
 
10
23
  ### Fixed
11
- - Fixed `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set. [#34](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/34)
24
+ - Fix `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set. [#34](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/34)
12
25
 
13
26
  ## [1.1.2] - 2017-09-14
14
27
 
15
28
  ### Fixed
16
- - Adjusted `/_sass/_print.scss` to reduce blank pages when printing in Chrome. [#29](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29)
17
- - Fixed sidebar visibility bug in Firefox and Safari by adding toggling `visibility: hidden`. [#31](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/31)
29
+ - Adjust `/_sass/_print.scss` to reduce blank pages when printing in Chrome. [#29](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29)
30
+ - Fix sidebar visibility bug in Firefox and Safari by adding toggling `visibility: hidden`. [#31](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/31)
18
31
 
19
32
  ## [1.1.1] - 2017-09-06
33
+
20
34
  ### Changed
21
35
  - Change `gems` key in `_config.yml` to `plugins`. [#23](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/23)
22
- - Fixed Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
36
+
37
+ ### Fixed
38
+ - Fix Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
23
39
 
24
40
  ## [1.1.0] - 2017-03-30
41
+
25
42
  ### Added
26
- - Improved installation documentation. [#8](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8)
27
- - Google Analytics tracking ID, Disqus comments, to `/docs` demo site.
43
+ - Improve installation documentation. [#8](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8)
44
+ - Add Google Analytics tracking ID, Disqus comments, to `/docs` demo site.
28
45
 
29
46
  ### Changed
30
47
  - Change source order of `.sidebar` and `.canvas` so menu items can easily be "tabbed" to. [#10](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/10)
31
48
  - Refactor sidebar off-canvas menu and improve animation. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9) [#15](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/15)
32
- - Removed tinted background from `<th>` elements.
33
- - Permalink structure of `/docs` demo site.
49
+ - Remove tinted background from `<th>` elements.
50
+ - Update permalink structure of `/docs` demo site.
34
51
 
35
52
  ### Fixed
36
- - `body` height and `.wrapper` box shadow. [#13](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/13)
37
- - Unclickable main content links in Internet Explorer 10. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9)
53
+ - Fix `body` height and `.wrapper` box shadow. [#13](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/13)
54
+ - Fix unclickable main content links in Internet Explorer 10. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9)
38
55
 
39
56
  ## [1.0.1] - 2017-03-23
57
+
40
58
  ### Added
41
- - Responsive embed helper classes for videos. [#2](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/2)
42
- - Print styles for improved readability of printed pages. [#4](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/4)
59
+ - New responsive embed helper classes for videos. [#2](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/2)
60
+ - New print styles for improved readability of printed pages. [#4](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/4)
43
61
  - Icon list to README.
44
62
 
45
63
  ## [1.0.0] - 2017-03-20
data/LICENSE.md CHANGED
@@ -1,21 +1,33 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 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.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017-2018 Michael Rose and contributors
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.
22
+
23
+ Basically Basic incorporates icons from [The Noun Project](https://thenounproject.com/).
24
+ Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
25
+
26
+ Basically Basic incorporates photographs from [Unsplash](https://unsplash.com).
27
+
28
+ Basically Basic incorporates [Susy](http://susy.oddbird.net/),
29
+ Copyright (c) 2017, Miriam Eric Suzanne.
30
+ Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
31
+
32
+ Basically Basic incorporates [Breakpoint](http://breakpoint-sass.com/).
33
+ Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg?style=flat-square)](https://rubygems.org/gems/jekyll-theme-basically-basic)
4
4
  [![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md)
5
- [![Code Climate](https://img.shields.io/codeclimate/github/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](https://codeclimate.com/github/mmistakes/jekyll-theme-basically-basic)
6
5
 
7
6
  Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as
8
7
  a substitute for the default --- [Minima](https://github.com/jekyll/minima).
@@ -24,7 +23,7 @@ with a few enhancements thrown in for good measure:
24
23
 
25
24
  1. [Installation](#installation)
26
25
  1. [Ruby Gem Method](#ruby-gem-method)
27
- 2. [GitHub Pages Compatible Method](#github-pages-compatible-method)
26
+ 2. [GitHub Pages Method](#github-pages-method)
28
27
  1. [Remove the Unnecessary](#remove-the-unnecessary)
29
28
  2. [Structure](#structure)
30
29
  1. [Starting Fresh](#starting-fresh)
@@ -85,27 +84,32 @@ theme as Ruby gem. If you're hosting with GitHub Pages you'll have to use the
85
84
  theme: jekyll-theme-basically-basic
86
85
  ```
87
86
 
88
- ### GitHub Pages Compatible Method
87
+ ### GitHub Pages Method
89
88
 
90
- Fork the [Basically Basic repo](https://github.com/mmistakes/jekyll-theme-basically-basic/fork),
91
- then rename it to **USERNAME.github.io** --- replacing **USERNAME** with your
92
- GitHub username.
89
+ If you're hosting with GitHub Pages follow these steps instead:
93
90
 
94
- **Note:** Your Jekyll site should be viewable immediately at
95
- <http://USERNAME.github.io>. If it's not, you can force a rebuild by
96
- **configuring your site** (see below for more details).
97
-
98
- Replace the contents of `Gemfile` found in the root of your Jekyll site with
99
- the following:
91
+ Replace `gem "jekyll"` with:
100
92
 
101
93
  ```ruby
102
- source "https://rubygems.org"
103
-
104
94
  gem "github-pages", group: :jekyll_plugins
105
95
  ```
106
96
 
107
- Then run `bundle update` and verify that the [GitHub Pages gem](https://github.com/github/pages-gem)
108
- and its dependencies install properly.
97
+ Run `bundle update` and verify that all gems install properly.
98
+
99
+ Add `remote_theme: "mmistakes/jekyll-theme-basically-basic"` to your `_config.yml` file.
100
+
101
+ Then add [`jekyll-remote-theme`](https://github.com/benbalter/jekyll-remote-theme) to the `plugins` (previously gems) array in your `_config.yml` file like so:
102
+
103
+ ```yaml
104
+ plugins:
105
+ - jekyll-remote-theme
106
+ ```
107
+
108
+ Remove any other `theme:` or `remote_theme:` entry.
109
+
110
+ **Note:** Your Jekyll site should be viewable immediately at <http://USERNAME.github.io>. If it's not, you can force a rebuild by **Customizing Your Site** (see below for more details).
111
+
112
+ If you're hosting several Jekyll based sites under the same GitHub username you will have to use Project Pages instead of User Pages. Essentially you rename the repo to something other than **USERNAME.github.io** and create a `gh-pages` branch off of `master`. For more details on how to set things up check [GitHub's documentation](https://help.github.com/articles/user-organization-and-project-pages/).
109
113
 
110
114
  #### Remove the Unnecessary
111
115
 
@@ -692,7 +696,7 @@ grammar, etc.
692
696
 
693
697
  The MIT License (MIT)
694
698
 
695
- Copyright (c) 2017 Michael Rose
699
+ Copyright (c) 2017-2018 Michael Rose and contributors
696
700
 
697
701
  Permission is hereby granted, free of charge, to any person obtaining a copy
698
702
  of this software and associated documentation files (the "Software"), to deal
@@ -711,3 +715,15 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
711
715
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
712
716
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
713
717
  SOFTWARE.
718
+
719
+ Basically Basic incorporates icons from [The Noun Project](https://thenounproject.com/).
720
+ Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
721
+
722
+ Basically Basic incorporates photographs from [Unsplash](https://unsplash.com).
723
+
724
+ Basically Basic incorporates [Susy](http://susy.oddbird.net/),
725
+ Copyright (c) 2017, Miriam Eric Suzanne.
726
+ Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
727
+
728
+ Basically Basic incorporates [Breakpoint](http://breakpoint-sass.com/).
729
+ Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
@@ -17,7 +17,7 @@
17
17
  {% endif %}
18
18
 
19
19
  <li>
20
- {% if site.plugins contains 'jekyll-feed' %}
20
+ {% if site.plugins contains 'jekyll-feed' or site.gems contains 'jekyll-feed' %}
21
21
  <a href="{{ site.feed.path | default: 'feed.xml' | relative_url }}" title="Atom Feed">
22
22
  <span class="icon icon--rss">{% include icon-rss.svg %}</span>
23
23
  <span class="label">{{ site.data.theme.t.subscribe | default: 'Subscribe' }}</span>
data/_includes/head.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
 
6
- {% if site.gems contains 'jekyll-seo-tag' %}
6
+ {% if site.plugins contains 'jekyll-seo-tag' or site.gems contains 'jekyll-seo-tag' %}
7
7
  {% comment %}
8
8
  Add metadata for search engines and social networks if jekyll-seo-tag plugin is enabled
9
9
  {% endcomment %}
@@ -26,7 +26,7 @@
26
26
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family={% for font in site.data.theme.google_fonts %}{{ font.name | replace: ' ', '+' }}{% if font.weights %}:{% endif %}{{ font.weights | remove: ' ' }}{% if forloop.last != true %}|{% endif %}{% endfor %}">
27
27
  {% endif %}
28
28
 
29
- {% if site.gems contains 'jekyll-feed' %}
29
+ {% if site.plugins contains 'jekyll-feed' or site.gems contains 'jekyll-feed'%}
30
30
  {% comment %}
31
31
  Add Atom feed link if jekyll-feed plugin is enabled
32
32
  {% endcomment %}
@@ -1,4 +1,4 @@
1
- <nav id="nav-primary" class="site-nav" itemscope itemtype="http://schema.org/SiteNavigationElement" aria-label="Main navigation">
1
+ <nav id="primary-nav" class="site-nav" itemscope itemtype="http://schema.org/SiteNavigationElement" aria-label="Main navigation">
2
2
  <ul id="menu-main-navigation" class="menu">
3
3
  <!-- Home link -->
4
4
  <li class="menu-item">
@@ -22,4 +22,4 @@
22
22
  {% endif %}
23
23
  {% endfor %}
24
24
  </ul>
25
- </nav>
25
+ </nav>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Basically Basic Jekyll Theme 1.1.3
4
- Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
3
+ Basically Basic Jekyll Theme 1.2.0
4
+ Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
5
5
  Free for personal and commercial use under the MIT license
6
6
  https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
7
7
  -->
data/_layouts/home.html CHANGED
@@ -13,7 +13,7 @@ layout: default
13
13
  <h2>{{ site.data.theme.t.posts | default: 'Posts' }}{% if paginator.page > 1 %}{{ site.data.theme.t.page | default: 'Page' | prepend: ' - ' | append: ' ' }}{{ paginator.page }} {{ site.data.theme.t.of | default: 'of' }} {{ paginator.total_pages }}{% endif %}</h2>
14
14
  </header>
15
15
  <div class="entries">
16
- {% if site.plugins contains 'jekyll-paginate' and page.paginate %}
16
+ {% if site.plugins contains 'jekyll-paginate' and page.paginate or site.gems contains 'jekyll-paginate' and page.paginate %}
17
17
  {% comment %}
18
18
  Add paginator.posts loop if jekyll-paginate plugin is enabled
19
19
  and page.paginate == true
@@ -1,18 +1,16 @@
1
1
  /*!
2
- * Basically Basic Jekyll Theme 1.1.3
3
- * Copyright 2017 Michael Rose - mademistakes | @mmistakes
2
+ * Basically Basic Jekyll Theme 1.2.0
3
+ * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
4
4
  * Free for personal and commercial use under the MIT license
5
5
  * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
6
6
  */
7
7
 
8
- /* Mixins and functions */
9
- @import "basically-basic/vendor/susy";
10
- @import "basically-basic/vendor/breakpoint";
11
- @include breakpoint-set("to ems", true);
12
- @import "basically-basic/mixins";
13
-
14
- /* Variables */
8
+ @import "basically-basic/functions";
15
9
  @import "basically-basic/variables";
10
+ @import "basically-basic/mixins";
11
+ @import "basically-basic/vendor/breakpoint/breakpoint";
12
+ @include breakpoint-set("to ems", true);
13
+ @import "basically-basic/vendor/susy/susy";
16
14
 
17
15
  /* Core CSS */
18
16
  @import "basically-basic/reset";
@@ -1,155 +1,152 @@
1
- /* ==========================================================================
2
- Entries (Posts, collection documents, etc.)
3
- ========================================================================== */
4
-
5
- .entry {
6
- @include clearfix();
7
- margin-bottom: 2rem;
8
- padding-bottom: 2rem;
9
-
10
- &:not(:last-child) {
11
- border-bottom: 1px solid $border-color;
12
- }
13
-
14
- a {
15
- color: inherit;
16
- }
17
- }
18
-
19
- .entry-title {
20
- @include fluid-type($min-vw, $max-vw, 18px, 24px);
21
- margin-bottom: 0.5rem;
22
- color: tint($text-color, 25%);
23
- line-height: inherit;
24
-
25
- a {
26
- text-decoration: none;
27
- }
28
- }
29
-
30
- .entry-meta {
31
- @include fluid-type($min-vw, $max-vw, 12px, 16px);
32
- margin-bottom: 1rem;
33
-
34
- a {
35
- color: inherit;
36
- }
37
-
38
- .byline-item {
39
-
40
- &:not(:first-child) {
41
- margin-left: 1.5rem;
42
- }
43
- }
44
-
45
- .icon {
46
- margin-right: 0.5em;
47
- fill: $accent-color;
48
- }
49
- }
50
-
51
- /*
52
- Entry list
53
- ========================================================================== */
54
-
55
- .entries {
56
-
57
- .entry-title {
58
- word-wrap: break-word; /* break long words that could overflow */
59
-
60
- a:hover {
61
- color: $accent-color;
62
- }
63
- }
64
-
65
- .entry-excerpt {
66
- @include breakpoint($medium) {
67
- @include span(11 of 16);
68
- }
69
-
70
- /* normalize font sizes */
71
- > * {
72
- font-size: 1em;
73
- }
74
-
75
- /* remove space after last child element */
76
- > *:last-child {
77
- margin-bottom: 0;
78
- }
79
- }
80
-
81
- .entry-content {
82
- @include breakpoint($medium) {
83
- @include span(11 of 16);
84
- }
85
-
86
- /* remove space after last child element */
87
- > *:last-child {
88
- margin-bottom: 0;
89
- }
90
- }
91
-
92
- .entry-meta {
93
- @include breakpoint($medium) {
94
- @include span(5 of 16 last);
95
- @include prefix(1 of 16);
96
- }
97
-
98
- ul {
99
- @include list-unstyled();
100
-
101
- @include breakpoint(max-width $medium) {
102
- li {
103
- display: inline-block;
104
- margin-right: 1.5rem;
105
- }
106
- }
107
-
108
- @include breakpoint($medium) {
109
- li {
110
- padding-bottom: 0.5rem;
111
- }
112
- }
113
- }
114
- }
115
-
116
- > .summary {
117
-
118
- > p:first-child {
119
- font-size: 1.125em;
120
- line-height: 1.625;
121
- }
122
- }
123
- }
124
-
125
- .entry-content {
126
-
127
- > p:first-child {
128
- font-size: 1.125em;
129
- line-height: 1.625;
130
- }
131
-
132
- h1,
133
- h2,
134
- h3,
135
- h4,
136
- h5,
137
- h6 {
138
- color: tint($text-color, 25%);
139
- }
140
- }
141
-
142
- /* Footnotes */
143
- .footnotes {
144
- margin: 2rem 0;
145
- padding-top: 1rem;
146
- border-top: 1px solid $border-color;
147
- font-size: 80%;
148
- }
149
-
150
- /* Read more link */
151
- .more-link {
152
- font-size: 75%;
153
- font-weight: bold;
154
- text-decoration: none;
155
- }
1
+ /* ==========================================================================
2
+ Entries (Posts, collection documents, etc.)
3
+ ========================================================================== */
4
+
5
+ .entry {
6
+ @include clearfix();
7
+ margin-bottom: 2rem;
8
+ padding-bottom: 2rem;
9
+
10
+ &:not(:last-child) {
11
+ border-bottom: 1px solid $border-color;
12
+ }
13
+
14
+ a {
15
+ color: inherit;
16
+ }
17
+ }
18
+
19
+ .entry-title {
20
+ @include fluid-type($min-vw, $max-vw, 18px, 24px);
21
+ margin-bottom: 0.5rem;
22
+ color: tint($text-color, 25%);
23
+ line-height: inherit;
24
+
25
+ a {
26
+ text-decoration: none;
27
+ }
28
+ }
29
+
30
+ .entry-meta {
31
+ @include fluid-type($min-vw, $max-vw, 12px, 16px);
32
+ margin-bottom: 1rem;
33
+
34
+ a {
35
+ color: inherit;
36
+ }
37
+
38
+ .byline-item {
39
+ &:not(:first-child) {
40
+ margin-left: 1.5rem;
41
+ }
42
+ }
43
+
44
+ .icon {
45
+ margin-right: 0.5em;
46
+ fill: $accent-color;
47
+ }
48
+ }
49
+
50
+ /*
51
+ Entry list
52
+ ========================================================================== */
53
+
54
+ .entries {
55
+ .entry-title {
56
+ word-wrap: break-word; /* break long words that could overflow */
57
+
58
+ a:hover {
59
+ color: $accent-color;
60
+ }
61
+ }
62
+
63
+ .entry-excerpt {
64
+ @include breakpoint($medium) {
65
+ width: span(11 of 16);
66
+ }
67
+
68
+ /* normalize font sizes */
69
+ > * {
70
+ font-size: 1em;
71
+ }
72
+
73
+ /* remove space after last child element */
74
+ > *:last-child {
75
+ margin-bottom: 0;
76
+ }
77
+ }
78
+
79
+ .entry-content {
80
+ @include breakpoint($medium) {
81
+ width: span(11 of 16);
82
+ }
83
+
84
+ /* remove space after last child element */
85
+ > *:last-child {
86
+ margin-bottom: 0;
87
+ }
88
+ }
89
+
90
+ .entry-meta {
91
+ @include breakpoint($medium) {
92
+ float: right;
93
+ width: span(5 of 16 last);
94
+ padding-left: gutter(1 of 16);
95
+ }
96
+
97
+ ul {
98
+ @include list-unstyled();
99
+
100
+ @include breakpoint(max-width $medium) {
101
+ li {
102
+ display: inline-block;
103
+ margin-right: 1.5rem;
104
+ }
105
+ }
106
+
107
+ @include breakpoint($medium) {
108
+ li {
109
+ padding-bottom: 0.5rem;
110
+ }
111
+ }
112
+ }
113
+ }
114
+
115
+ > .summary {
116
+ > p:first-child {
117
+ font-size: 1.125em;
118
+ line-height: 1.625;
119
+ }
120
+ }
121
+ }
122
+
123
+ .entry-content {
124
+ > p:first-child {
125
+ font-size: 1.125em;
126
+ line-height: 1.625;
127
+ }
128
+
129
+ h1,
130
+ h2,
131
+ h3,
132
+ h4,
133
+ h5,
134
+ h6 {
135
+ color: tint($text-color, 25%);
136
+ }
137
+ }
138
+
139
+ /* Footnotes */
140
+ .footnotes {
141
+ margin: 2rem 0;
142
+ padding-top: 1rem;
143
+ border-top: 1px solid $border-color;
144
+ font-size: 80%;
145
+ }
146
+
147
+ /* Read more link */
148
+ .more-link {
149
+ font-size: 75%;
150
+ font-weight: bold;
151
+ text-decoration: none;
152
+ }