jekyll-theme-basically-basic 1.1.3 → 1.2.0
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 +4 -4
- data/CHANGELOG.md +30 -12
- data/LICENSE.md +33 -21
- data/README.md +33 -17
- data/_includes/contact-list.html +1 -1
- data/_includes/head.html +2 -2
- data/_includes/navigation.html +2 -2
- data/_layouts/default.html +2 -2
- data/_layouts/home.html +1 -1
- data/_sass/basically-basic.scss +7 -9
- data/_sass/basically-basic/_entries.scss +152 -155
- data/_sass/basically-basic/_functions.scss +2 -0
- data/_sass/basically-basic/_layout.scss +7 -15
- data/_sass/basically-basic/_mixins.scss +5 -7
- data/_sass/basically-basic/_sidebar.scss +3 -2
- data/_sass/basically-basic/_syntax-highlighting.scss +314 -127
- data/_sass/basically-basic/_variables.scss +104 -84
- data/_sass/basically-basic/{mixins → functions}/_color.scss +0 -0
- data/_sass/basically-basic/{mixins → functions}/_fluid-type.scss +0 -0
- data/_sass/basically-basic/themes/_soft.scss +30 -12
- data/_sass/basically-basic/themes/_steel.scss +30 -12
- data/_sass/basically-basic/vendor/{_breakpoint.scss → breakpoint/_breakpoint.scss} +7 -7
- data/_sass/basically-basic/vendor/susy/_su.scss +1 -4
- data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -0
- data/_sass/basically-basic/vendor/susy/_susy.scss +5 -0
- data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
- data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
- data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -0
- data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -0
- data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -0
- data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -0
- data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -0
- data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -0
- data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -0
- data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -0
- data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -0
- data/assets/javascripts/main.js +2 -2
- metadata +25 -59
- data/_sass/basically-basic/vendor/_su.scss +0 -4
- data/_sass/basically-basic/vendor/_susy.scss +0 -4
- data/_sass/basically-basic/vendor/_susyone.scss +0 -4
- data/_sass/basically-basic/vendor/susy/language/_susy.scss +0 -24
- data/_sass/basically-basic/vendor/susy/language/_susyone.scss +0 -13
- data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +0 -385
- data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +0 -200
- data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +0 -47
- data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +0 -185
- data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +0 -81
- data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +0 -36
- data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +0 -94
- data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +0 -64
- data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +0 -154
- data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +0 -77
- data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +0 -94
- data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +0 -74
- data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +0 -138
- data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +0 -216
- data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +0 -163
- data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +0 -16
- data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +0 -18
- data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +0 -377
- data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +0 -312
- data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +0 -51
- data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +0 -93
- data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +0 -105
- data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +0 -92
- data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +0 -60
- data/_sass/basically-basic/vendor/susy/output/_float.scss +0 -9
- data/_sass/basically-basic/vendor/susy/output/_shared.scss +0 -15
- data/_sass/basically-basic/vendor/susy/output/_support.scss +0 -9
- data/_sass/basically-basic/vendor/susy/output/float/_container.scss +0 -16
- data/_sass/basically-basic/vendor/susy/output/float/_end.scss +0 -40
- data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +0 -22
- data/_sass/basically-basic/vendor/susy/output/float/_span.scss +0 -35
- data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +0 -26
- data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +0 -21
- data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +0 -42
- data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +0 -25
- data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +0 -23
- data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +0 -14
- data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +0 -23
- data/_sass/basically-basic/vendor/susy/output/support/_background.scss +0 -58
- data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +0 -19
- data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +0 -18
- data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +0 -19
- data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +0 -22
- data/_sass/basically-basic/vendor/susy/output/support/_support.scss +0 -85
- data/_sass/basically-basic/vendor/susy/su/_grid.scss +0 -103
- data/_sass/basically-basic/vendor/susy/su/_settings.scss +0 -73
- data/_sass/basically-basic/vendor/susy/su/_utilities.scss +0 -111
- 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 999d6d6981d0c93001cda4afb8f951ed64162934
|
|
4
|
+
data.tar.gz: 72b35be9d95d27ff1b98ea806c2018cb1d9a1d04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
-
|
|
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
|
-
-
|
|
17
|
-
-
|
|
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
|
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
33
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
42
|
-
-
|
|
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
|
[](https://rubygems.org/gems/jekyll-theme-basically-basic)
|
|
4
4
|
[](LICENSE.md)
|
|
5
|
-
[](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
|
|
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
|
|
87
|
+
### GitHub Pages Method
|
|
89
88
|
|
|
90
|
-
|
|
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
|
-
|
|
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
|
-
|
|
108
|
-
|
|
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).
|
data/_includes/contact-list.html
CHANGED
|
@@ -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 %}
|
data/_includes/navigation.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<nav id="nav
|
|
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>
|
data/_layouts/default.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<!--
|
|
3
|
-
Basically Basic Jekyll Theme 1.
|
|
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
|
data/_sass/basically-basic.scss
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Basically Basic Jekyll Theme 1.
|
|
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
|
-
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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
|
+
}
|