jekyll-theme-basically-basic 1.4.1 → 1.4.2

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
- SHA1:
3
- metadata.gz: c29fd8b02f8f9043b284eb6458c8968dde6d095f
4
- data.tar.gz: 66c7bc6fa8aabf96907372c2e64efd777e92ebf6
2
+ SHA256:
3
+ metadata.gz: 6e1ca269418340bbe68383ce3fe8e06bd2c1bd61451ab68b36b6c905a60a3487
4
+ data.tar.gz: 0a741efcdc46b204ef8268fa1697d8acd72d2ce4b084c6ef529466a51ac2ea54
5
5
  SHA512:
6
- metadata.gz: e2324ecb485c94c87efb0306fe04f2628ae5562c524e26418038fa9a04c63087026e0cfcf01e7c77f99e55853ba7c8f571125de00722b679bd8bc0fdc0e63383
7
- data.tar.gz: e51bac26d31b90ce016dccde2d87803a351f458c280a846479f6d4ea238e5597610e59d995b3c940234f1f0d6acd1b775a882c796fead67fe33a2a4ef406c3ab
6
+ metadata.gz: 3ad21cdadc1b98b47dc66b10e4df4b4abfdbc12e59467298eba52affe9147cc4eb660581bc10adea47cfe66890927b496eb89594e9ece7af2457098d6cf336fe
7
+ data.tar.gz: 9ff5233e7d922f7f10d1f06124e546a8958ba9fb8ff00a435b6b5aa2fdad61762ab73ab367fda3d37b31da233946bf7956efa5379ed963a34de473ce1ef14804
@@ -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
@@ -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
- [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md)
3
+ [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE)
4
4
  [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
5
5
  [![Ruby gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg)](https://rubygems.org/gems/jekyll-theme-basically-basic)
6
6
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](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
+ [![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](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.md`
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.0
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.md
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
@@ -1,4 +1,4 @@
1
- <a href="https://gitlab.com{{ include.username }}">
1
+ <a href="https://gitlab.com/{{ include.username }}">
2
2
  <span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
3
3
  <span class="label">{{ include.label | default: include.username }}</span>
4
4
  </a>
@@ -1,9 +1,9 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Basically Basic Jekyll Theme 1.4.1
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-theme/blob/master/LICENSE.md
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 %}
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Basically Basic Jekyll Theme 1.4.1
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.md
5
+ * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
6
6
  */
7
7
 
8
8
  @import "basically-basic/functions";
@@ -2,10 +2,10 @@
2
2
  ---
3
3
 
4
4
  /*!
5
- * Basically Basic Jekyll Theme 1.4.1
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-theme/blob/master/LICENSE.md
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.1
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: 2018-08-08 00:00:00.000000000 Z
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.md
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
- rubyforge_project:
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.