jekyll-theme-basically-basic 1.4.1 → 1.4.2
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 +5 -5
- data/CHANGELOG.md +12 -0
- data/{LICENSE.md → LICENSE} +0 -12
- data/README.md +21 -4
- data/_includes/icon-gitlab.html +1 -1
- data/_layouts/default.html +2 -2
- data/_sass/basically-basic.scss +2 -2
- data/assets/javascripts/main.js +2 -2
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6e1ca269418340bbe68383ce3fe8e06bd2c1bd61451ab68b36b6c905a60a3487
|
4
|
+
data.tar.gz: 0a741efcdc46b204ef8268fa1697d8acd72d2ce4b084c6ef529466a51ac2ea54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ad21cdadc1b98b47dc66b10e4df4b4abfdbc12e59467298eba52affe9147cc4eb660581bc10adea47cfe66890927b496eb89594e9ece7af2457098d6cf336fe
|
7
|
+
data.tar.gz: 9ff5233e7d922f7f10d1f06124e546a8958ba9fb8ff00a435b6b5aa2fdad61762ab73ab367fda3d37b31da233946bf7956efa5379ed963a34de473ce1ef14804
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,18 @@ 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.4.2] - 2019-07-18
|
9
|
+
|
10
|
+
### Added
|
11
|
+
- Document `site.copyright` override for customizing footer copyright text.
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
- Update links to LICENSE. [#102](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/102)
|
15
|
+
- Update GitHub issue templates.
|
16
|
+
|
17
|
+
### Fixed
|
18
|
+
- Add missing `/` in icon-gitlab.html. [#80](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/80)
|
19
|
+
|
8
20
|
## [1.4.1] - 2018-08-07
|
9
21
|
|
10
22
|
### Added
|
data/{LICENSE.md → LICENSE}
RENAMED
@@ -19,15 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
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
@@ -1,6 +1,6 @@
|
|
1
1
|
# [Basically Basic Jekyll Theme][1]
|
2
2
|
|
3
|
-
[](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
|
3
|
+
[](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE)
|
4
4
|
[](https://jekyllrb.com/)
|
5
5
|
[](https://rubygems.org/gems/jekyll-theme-basically-basic)
|
6
6
|
[](https://www.paypal.me/mmistakes)
|
@@ -16,6 +16,10 @@ few enhancements thrown in for good measure:
|
|
16
16
|
- Disqus Comments and Google Analytics support
|
17
17
|
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
|
18
18
|
|
19
|
+
**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) for developing and maintaining it.**
|
20
|
+
|
21
|
+
[](https://www.paypal.me/mmistakes)
|
22
|
+
|
19
23
|
[![Basically Basic live preview][2]][1]
|
20
24
|
|
21
25
|
[1]: https://mmistakes.github.io/jekyll-theme-basically-basic/
|
@@ -49,6 +53,7 @@ few enhancements thrown in for good measure:
|
|
49
53
|
8. [Reading Time](#reading-time)
|
50
54
|
9. [Comments (via Disqus)](#comments-via-disqus)
|
51
55
|
10. [Google Analytics](#google-analytics)
|
56
|
+
11. [Copyright](#copyright)
|
52
57
|
5. [Layouts](#layouts)
|
53
58
|
1. [`layout: default`](#layout-default)
|
54
59
|
2. [`layout: post`](#layout-post)
|
@@ -139,7 +144,7 @@ safely remove the following files and folders:
|
|
139
144
|
- `.scss-lint.yml`
|
140
145
|
- `CHANGELOG.md`
|
141
146
|
- `jekyll-theme-basically-basic.gemspec`
|
142
|
-
- `LICENSE
|
147
|
+
- `LICENSE`
|
143
148
|
- `Rakefile`
|
144
149
|
- `README.md`
|
145
150
|
- `screenshot.png`
|
@@ -156,10 +161,10 @@ site and you should something similar to:
|
|
156
161
|
|
157
162
|
```
|
158
163
|
<!--
|
159
|
-
Basically Basic Jekyll Theme 1.2
|
164
|
+
Basically Basic Jekyll Theme 1.4.2
|
160
165
|
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
|
161
166
|
Free for personal and commercial use under the MIT license
|
162
|
-
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
|
167
|
+
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
|
163
168
|
-->
|
164
169
|
```
|
165
170
|
|
@@ -555,6 +560,18 @@ to `_config.yml` like so:
|
|
555
560
|
Similar to comments, the Google Analytics tracking script will only appear in
|
556
561
|
production when using the following environment value: `JEKYLL_ENV=production`.
|
557
562
|
|
563
|
+
### Copyright
|
564
|
+
|
565
|
+
By default the copyright line in the footer displays the current year
|
566
|
+
(at build time) followed by your site's title. e.g. `© 2018 Basically Basic.`
|
567
|
+
|
568
|
+
If you would like to change this add `copyright` to your `_config.yml` file
|
569
|
+
with appropriate text:
|
570
|
+
|
571
|
+
```yaml
|
572
|
+
copyright: "My custom copyright."
|
573
|
+
```
|
574
|
+
|
558
575
|
## Layouts
|
559
576
|
|
560
577
|
This theme provides the following layouts, which you can use by setting the
|
data/_includes/icon-gitlab.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Basically Basic Jekyll Theme 1.4.
|
3
|
+
Basically Basic Jekyll Theme 1.4.2
|
4
4
|
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
|
5
5
|
Free for personal and commercial use under the MIT license
|
6
|
-
https://github.com/mmistakes/jekyll-basically-
|
6
|
+
https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
|
7
7
|
-->
|
8
8
|
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
|
9
9
|
{% include head.html %}
|
data/_sass/basically-basic.scss
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* Basically Basic Jekyll Theme 1.4.
|
2
|
+
* Basically Basic Jekyll Theme 1.4.2
|
3
3
|
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
|
4
4
|
* Free for personal and commercial use under the MIT license
|
5
|
-
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
|
5
|
+
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
|
6
6
|
*/
|
7
7
|
|
8
8
|
@import "basically-basic/functions";
|
data/assets/javascripts/main.js
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
---
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* Basically Basic Jekyll Theme 1.4.
|
5
|
+
* Basically Basic Jekyll Theme 1.4.2
|
6
6
|
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
|
7
7
|
* Free for personal and commercial use under the MIT license
|
8
|
-
* https://github.com/mmistakes/jekyll-basically-
|
8
|
+
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
|
9
9
|
*/
|
10
10
|
|
11
11
|
var menuItems = document.querySelectorAll('#sidebar li');
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-basically-basic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Rose
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -115,7 +115,7 @@ extensions: []
|
|
115
115
|
extra_rdoc_files: []
|
116
116
|
files:
|
117
117
|
- CHANGELOG.md
|
118
|
-
- LICENSE
|
118
|
+
- LICENSE
|
119
119
|
- README.md
|
120
120
|
- _includes/author
|
121
121
|
- _includes/contact-list.html
|
@@ -330,8 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
330
330
|
- !ruby/object:Gem::Version
|
331
331
|
version: '0'
|
332
332
|
requirements: []
|
333
|
-
|
334
|
-
rubygems_version: 2.6.14
|
333
|
+
rubygems_version: 3.0.2
|
335
334
|
signing_key:
|
336
335
|
specification_version: 4
|
337
336
|
summary: Your new Jekyll default theme.
|