jekyll-theme-basically-basic 1.4.4 → 1.4.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5221655a8f797c7cd31b6e8e0d463fdf1bcc5e27eb884e87de8ab8132cf217e2
4
- data.tar.gz: a66426d00c31fb18670c0f60132ac1ca56da4110837ceeaf3b0ee8e1e71001d9
3
+ metadata.gz: 434b00cfbf188e1a2d9be990903e47c8340708688f3cbc56466c2cf8e17ae13f
4
+ data.tar.gz: 68e5addbfdf088189c003160ff49df65bfd64b80f61fa04eb186eb01f0bdddc4
5
5
  SHA512:
6
- metadata.gz: 50dffbfdd43f63956827521582981b72fed9c52b1d5d9191f59e3a0ebc5146beca12c650fc6594ce20378c3889631e582be71f67cf82758ab0f1046b9bd3a3f8
7
- data.tar.gz: 116e95b3b48fbcc684e9b6b81e2b254cb2d23c28cdc59e612bca331af527e53340c63b8024b1814c417349641c5378871d98d23ea8aecc1f2763ca3a3742f063
6
+ metadata.gz: 61256416455e78f008278ee74ab533e46848f30e3294f53a6de1208bf90e128116e4c023153cbff11efcd19f25984346df3383da9b5cff735306b9ce6b57a410
7
+ data.tar.gz: c3ee8e04fabf7efcd9d291ecb62c57fbe0ac6348b3c52b3c33b0831fe2b78bf33d29324b1b658d4fcd45fe145946b5c2dd8ddaa0e70801e85a44d4e0f0213311
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ 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.5] - 2021-07-05
9
+
10
+ ## Added
11
+ - Add translation keys for CV layout. [#145](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/145)
12
+ - Display 'Posts' header only if the site has posts. [#144](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/144)
13
+
14
+ ## Changed
15
+ - Improve remote theme upgrading documentation.
16
+ - Simplify image assigns.
17
+ ### Fixed
18
+ - Fix to use current `bundle info` syntax. [#127](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/127)
19
+ - Add `relative_url` filter to author profile image. [#125](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/125)
20
+ - Fix rake vulnerability in `.gemspec` file.
21
+
8
22
  ## [1.4.4] - 2019-08-20
9
23
 
10
24
  ### Fixed
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017-2018 Michael Rose and contributors
3
+ Copyright (c) 2017-2021 Michael Rose and contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -4,6 +4,7 @@
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)
7
+ [![Donate to this project using Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/mmistakes)
7
8
 
8
9
  Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as
9
10
  a substitute for the default [Minima](https://github.com/jekyll/minima), with a
@@ -16,69 +17,16 @@ few enhancements thrown in for good measure:
16
17
  - Disqus Comments and Google Analytics support
17
18
  - SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
18
19
 
19
- **If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) for developing and maintaining it.**
20
+ **If you enjoy this theme, please consider sponsoring:**
20
21
 
21
- [![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
22
+ [!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/mmistakes)
23
+ [![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
22
24
 
23
25
  [![Basically Basic live preview][2]][1]
24
26
 
25
27
  [1]: https://mmistakes.github.io/jekyll-theme-basically-basic/
26
28
  [2]: https://cloud.githubusercontent.com/assets/1376749/24117647/6dede894-0d81-11e7-9c2c-f19bea45e219.jpg (live preview)
27
29
 
28
- ## Table of Contents
29
-
30
- 1. [Installation](#installation)
31
- 1. [Ruby Gem Method](#ruby-gem-method)
32
- 2. [GitHub Pages Method](#github-pages-method)
33
- 1. [Remove the Unnecessary](#remove-the-unnecessary)
34
- 2. [Upgrading](#upgrading)
35
- 1. [Ruby Gem](#ruby-gem)
36
- 2. [Remote Theme](#remote-theme)
37
- 3. [Use Git](#use-git)
38
- 1. [Pull Down Updates](#pull-down-updates)
39
- 4. [Update Files Manually](#update-files-manually)
40
- 3. [Structure](#structure)
41
- 1. [Starting Fresh](#starting-fresh)
42
- 2. [Starting from `jekyll new`](#starting-from-jekyll-new)
43
- 4. [Configuration](#configuration)
44
- 1. [Skin](#skin)
45
- 2. [Google Fonts](#google-fonts)
46
- 3. [Text](#text)
47
- 4. [Navigation](#navigation)
48
- 5. [Pagination](#pagination)
49
- 6. [Search](#search)
50
- 1. [Lunr (default)](#lunr-default)
51
- 2. [Algolia](#algolia)
52
- 7. [Author](#author)
53
- 8. [Reading Time](#reading-time)
54
- 9. [Comments (via Disqus)](#comments-via-disqus)
55
- 10. [Google Analytics](#google-analytics)
56
- 11. [Copyright](#copyright)
57
- 5. [Layouts](#layouts)
58
- 1. [`layout: default`](#layout-default)
59
- 2. [`layout: post`](#layout-post)
60
- 3. [`layout: page`](#layout-page)
61
- 4. [`layout: home`](#layout-home)
62
- 5. [`layout: posts`](#layout-posts)
63
- 6. [`layout: categories`](#layout-categories)
64
- 7. [`layout: tags`](#layout-tags)
65
- 8. [`layout: collection`](#layout-collection)
66
- 9. [`layout: category`](#layout-category)
67
- 10. [`layout: tag`](#layout-tag)
68
- 11. [`layout: about`](#layout-about)
69
- 12. [`layout: cv`](#layout-cv)
70
- 6. [Images](#images)
71
- 7. [Customization](#customization)
72
- 1. [Overriding Includes and Layouts](#overriding-includes-and-layouts)
73
- 2. [Customizing Sass (SCSS)](#customizing-sass-scss)
74
- 3. [Customizing JavaScript](#customizing-javascript)
75
- 4. [SVG Icons](#svg-icons)
76
- 5. [Customizing Sidebar Content](#customizing-sidebar-content)
77
- 8. [Development](#development)
78
- 9. [Contributing](#contributing)
79
- 10. [Credits](#credits)
80
- 11. [License](#license)
81
-
82
30
  ## Installation
83
31
 
84
32
  If you're running Jekyll v3.5+ and self-hosting you can quickly install the
@@ -118,7 +66,7 @@ for any GitHub-hosted theme.
118
66
 
119
67
  2. Run `bundle update` and verify that all gems install properly.
120
68
 
121
- 3. Add `remote_theme: "mmistakes/jekyll-theme-basically-basic"` to your
69
+ 3. Add `remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5"` to your
122
70
  `_config.yml` file. Remove any other `theme:` or `remote_theme:` entries.
123
71
 
124
72
  ---
@@ -161,7 +109,7 @@ site and you should something similar to:
161
109
 
162
110
  ```
163
111
  <!--
164
- Basically Basic Jekyll Theme 1.4.4
112
+ Basically Basic Jekyll Theme 1.4.5
165
113
  Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
166
114
  Free for personal and commercial use under the MIT license
167
115
  https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
@@ -177,11 +125,17 @@ update jekyll-theme-basically-basic` if you're not.
177
125
 
178
126
  ### Remote Theme
179
127
 
180
- When hosting with GitHub Pages you'll need to push up a commit to force a
181
- rebuild with the latest [theme release](https://github.com/mmistakes/jekyll-theme-basically-basic/releases).
128
+ Verify you have the [latest version](https://github.com/mmistakes/jekyll-theme-basically-basic/releases) assigned in `_config.yml`
129
+
130
+ ```
131
+ remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5"
132
+ ```
133
+
134
+ Note: If `@x.x.x` is omitted the theme's current `master` branch will be used. It is advised to ["lock" `remote_theme`](https://github.com/benbalter/jekyll-remote-theme#declaring-your-theme) at a specific version to avoid introducing breaking changes to your site.
135
+
136
+ The next step requires rebuilding your [GitHub Pages](https://pages.github.com/) site so it can pull down the latest theme updates. This can be achieved by pushing up a commit to your GitHub repo.
182
137
 
183
- An empty commit will get the job done too if you don't have anything to push at
184
- the moment:
138
+ An empty commit will get the job done too if you don't have anything to push at the moment:
185
139
 
186
140
  ```terminal
187
141
  git commit --allow-empty -m "Force rebuild of site"
@@ -366,6 +320,21 @@ t:
366
320
  of: "of"
367
321
  min_read: "min read"
368
322
  present: "Present"
323
+ cv_awards: "Awards"
324
+ cv_summary_contact: "Contact"
325
+ cv_summary_contact_email: "Email"
326
+ cv_summary_contact_phone: "Phone"
327
+ cv_summary_contact_website: "Website"
328
+ cv_location: "Location"
329
+ cv_education: "Education"
330
+ cv_education_courses: "Courses"
331
+ cv_interests: "Interests"
332
+ cv_languages: "Languages"
333
+ cv_publications: "Publications"
334
+ cv_references: "References"
335
+ cv_skills: "Skills"
336
+ cv_volunteer: "Volunteer"
337
+ cv_work: "Work"
369
338
  ```
370
339
 
371
340
  ### Navigation
@@ -789,7 +758,7 @@ file, create an `_includes` directory in your project, copy
789
758
  `<your_project>/_includes` and start editing that file.
790
759
 
791
760
  **ProTip:** to locate the theme's files on your computer run
792
- `bundle show jekyll-theme-basically-basic`. This returns the location of the
761
+ `bundle info jekyll-theme-basically-basic`. This returns the location of the
793
762
  gem-based theme files.
794
763
 
795
764
  ### Customizing Sass (SCSS)
@@ -800,7 +769,7 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
800
769
  1. Copy directly from the Basically Basic gem
801
770
 
802
771
  - Go to your local Basically Basic gem installation directory (run
803
- `bundle show jekyll-theme-basically-basic` to get the path to it).
772
+ `bundle info jekyll-theme-basically-basic` to get the path to it).
804
773
  - Copy the contents of `/assets/stylesheets/main.scss` from there to
805
774
  `<your_project>`.
806
775
  - Customize what you want inside `<your_project>/assets/stylesheets/main.scss`.
@@ -830,7 +799,7 @@ To override the default JavaScript bundled in the theme, do one of the following
830
799
  1. Copy directly from the Basically Basic gem
831
800
 
832
801
  - Go to your local Basically Basic gem installation directory (run
833
- `bundle show jekyll-theme-basically-basic` to get the path to it).
802
+ `bundle info jekyll-theme-basically-basic` to get the path to it).
834
803
  - Copy the contents of `/assets/javascripts/main.js` from there to
835
804
  `<your_project>`.
836
805
  - Customize what you want inside `<your_project>/assets/javascripts/main.js`.
@@ -985,7 +954,7 @@ grammar, etc.
985
954
 
986
955
  The MIT License (MIT)
987
956
 
988
- Copyright (c) 2017-2018 Michael Rose and contributors
957
+ Copyright (c) 2017-2021 Michael Rose and contributors
989
958
 
990
959
  Permission is hereby granted, free of charge, to any person obtaining a copy
991
960
  of this software and associated documentation files (the "Software"), to deal
data/_includes/author CHANGED
@@ -16,8 +16,8 @@
16
16
  {% if site.data.authors and site.data.authors[author] %}
17
17
  {% assign author_picture = site.data.authors[author].picture %}
18
18
  {% endif %}
19
- {% unless author_picture contains '://' %}{% assign author_picture = author_picture | relative_url %}{% endunless %}
20
19
  {% endif %}
20
+ {% assign author_picture = author_picture | relative_url %}
21
21
 
22
22
  {% if author.twitter %}
23
23
  {% assign author_twitter = author.twitter %}
@@ -28,4 +28,4 @@
28
28
  {% assign author_twitter = site.twitter_username %}
29
29
  {% endif %}
30
30
  {% endif %}
31
- {% endif %}
31
+ {% endif %}
@@ -1,7 +1,7 @@
1
1
  {% if cv.awards %}
2
2
  <div id="awards" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Awards</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_awards | default: 'Awards' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -6,18 +6,18 @@
6
6
 
7
7
  <div id="contact" class="entry">
8
8
  <header class="entry-header">
9
- <h3 class="entry-title">Contact</h3>
9
+ <h3 class="entry-title">{{ site.data.theme.t.cv_summary_contact | default: 'Contact' }}</h3>
10
10
  </header>
11
11
 
12
12
  <div class="entry-content">
13
13
  {% if cv.basics.email %}
14
- <div class="email"><strong>Email</strong> <a href="mailto:{{ cv.basics.email }}">{{ cv.basics.email }}</a></div>
14
+ <div class="email"><strong>{{ site.data.theme.t.cv_summary_contact_email | default: 'Email' }}</strong> <a href="mailto:{{ cv.basics.email }}">{{ cv.basics.email }}</a></div>
15
15
  {% endif %}
16
16
  {% if cv.basics.phone %}
17
- <div class="phone"><strong>Phone</strong> {{ cv.basics.phone }}</div>
17
+ <div class="phone"><strong>{{ site.data.theme.t.cv_summary_contact_phone | default: 'Phone' }}</strong> {{ cv.basics.phone }}</div>
18
18
  {% endif %}
19
19
  {% if cv.basics.website %}
20
- <div class="website"><strong>Website</strong> <a href="{{ cv.basics.website }}">{{ cv.basics.website }}</a></div>
20
+ <div class="website"><strong>{{ site.data.theme.t.cv_summary_contact_website | default: 'Website' }}</strong> <a href="{{ cv.basics.website }}">{{ cv.basics.website }}</a></div>
21
21
  {% endif %}
22
22
  {% if cv.basics.profiles %}
23
23
  {% for p in cv.basics.profiles %}
@@ -43,7 +43,7 @@
43
43
  {% if cv.basics.location %}
44
44
  <div id="location" class="entry">
45
45
  <header class="entry-header">
46
- <h3 class="entry-title">Location</h3>
46
+ <h3 class="entry-title">{{ site.data.theme.t.cv_location | default: 'Location' }}</h3>
47
47
  </header>
48
48
 
49
49
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.education %}
2
2
  <div id="education" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Education</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_education | default: 'Education' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -23,7 +23,7 @@
23
23
  <div class="area"><strong>{{ e.area }}{% if e.studyType %}<span class="studyType">{{ e.studyType | prepend: ', ' }}</span>{% endif %}</strong>{% if e.gpa %}<span class="gpa">{{ e.gpa | prepend: ' (' | append: ' GPA)' }}</span>{% endif %}</div>
24
24
  {% endif %}
25
25
  {% if e.courses %}
26
- <h5 class="courses-title">Courses</h5>
26
+ <h5 class="courses-title">{{ site.data.theme.t.cv_education_courses | default: 'Courses' }}</h5>
27
27
  <ul class="courses">
28
28
  {% for course in e.courses %}
29
29
  <li>{{ course }}</li>
@@ -1,7 +1,7 @@
1
1
  {% if cv.interests %}
2
2
  <div id="interests" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Interests</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_interests | default: 'Interests' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.languages %}
2
2
  <div id="languages" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Languages</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_languages | default: 'Languages' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.publications %}
2
2
  <div id="publications" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Publications</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_publications | default: 'Publications' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.references %}
2
2
  <div id="references" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">References</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_references | default: 'References' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.skills %}
2
2
  <div id="skills" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Skills</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_skills | default: 'Skills' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.volunteer %}
2
2
  <div id="volunteer" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Volunteer</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_volunteer | default: 'Volunteer' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
@@ -1,7 +1,7 @@
1
1
  {% if cv.work %}
2
2
  <div id="work" class="entry">
3
3
  <header class="entry-header">
4
- <h3 class="entry-title">Work</h3>
4
+ <h3 class="entry-title">{{ site.data.theme.t.cv_work | default: 'Work' }}</h3>
5
5
  </header>
6
6
 
7
7
  <div class="entry-content">
data/_includes/entry.html CHANGED
@@ -10,11 +10,7 @@
10
10
  <a href="{{ post.url | relative_url }}" rel="bookmark">{{ title }}</a>
11
11
  </h3>
12
12
  {% if post.image.thumbnail %}
13
- {% assign entry_image = post.image.thumbnail %}
14
- {% unless entry_image contains '://' %}
15
- {% assign entry_image = entry_image | relative_url %}
16
- {% endunless %}
17
- {% assign entry_image = entry_image | escape %}
13
+ {% assign entry_image = post.image.thumbnail | relative_url | escape %}
18
14
  <img class="entry-image u-photo" src="{{ entry_image }}" alt="">
19
15
  {% endif %}
20
16
  </header>
@@ -1,8 +1,4 @@
1
- {% if site.logo contains '://' %}
2
- {% assign site_logo = site.logo %}
3
- {% else %}
4
- {% assign site_logo = site.logo | relative_url %}
5
- {% endif %}
1
+ {% assign site_logo = site.logo | relative_url %}
6
2
 
7
3
  <header id="masthead">
8
4
  <div class="inner">
@@ -1,10 +1,6 @@
1
1
  <header class="intro">
2
2
  {% if page.image %}
3
- {% assign intro_image = page.image.path | default: page.image %}
4
- {% unless intro_image contains '://' %}
5
- {% assign intro_image = intro_image | relative_url %}
6
- {% endunless %}
7
- {% assign intro_image = intro_image | escape %}
3
+ {% assign intro_image = page.image.path | default: page.image | relative_url | escape %}
8
4
  <div class="intro-image">
9
5
  <img src="{{ intro_image }}" alt="{{ page.title }}">
10
6
  </div>
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Basically Basic Jekyll Theme 1.4.4
3
+ Basically Basic Jekyll Theme 1.4.5
4
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-theme-basically-basic/blob/master/LICENSE
data/_layouts/home.html CHANGED
@@ -7,22 +7,25 @@ layout: default
7
7
  <main id="main" class="page-content" aria-label="Content">
8
8
  <div class="index inner">
9
9
  <div>{{ content }}</div>
10
-
11
- <div>
12
- <header class="section-title">
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
- </header>
15
- <div class="entries-{{ page.entries_layout | default: 'list' }}">
16
- {% if site.plugins contains 'jekyll-paginate' and page.paginate or site.gems contains 'jekyll-paginate' and page.paginate %}
17
- {% comment %}
18
- Add paginator.posts loop if jekyll-paginate plugin is enabled
19
- and page.paginate == true
20
- {% endcomment %}
21
- {% include posts-paginated.html %}
22
- {% else %}
23
- {% include posts-all.html %}
24
- {% endif %}
25
- </div>
26
- </div>
10
+
11
+ {% if site.posts.size > 0 %}
12
+ <div>
13
+ <header class="section-title">
14
+ <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>
15
+ </header>
16
+ <div class="entries-{{ page.entries_layout | default: 'list' }}">
17
+ {% if site.plugins contains 'jekyll-paginate' and page.paginate or site.gems contains 'jekyll-paginate' and page.paginate %}
18
+ {% comment %}
19
+ Add paginator.posts loop if jekyll-paginate plugin is enabled
20
+ and page.paginate == true
21
+ {% endcomment %}
22
+ {% include posts-paginated.html %}
23
+ {% else %}
24
+ {% include posts-all.html %}
25
+ {% endif %}
26
+ </div>
27
+ </div>
28
+ {% endif %}
29
+
27
30
  </div>
28
31
  </main>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Basically Basic Jekyll Theme 1.4.4
2
+ * Basically Basic Jekyll Theme 1.4.5
3
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
@@ -2,7 +2,7 @@
2
2
  ---
3
3
 
4
4
  /*!
5
- * Basically Basic Jekyll Theme 1.4.4
5
+ * Basically Basic Jekyll Theme 1.4.5
6
6
  * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
7
7
  * Free for personal and commercial use under the MIT license
8
8
  * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
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
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-21 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -104,16 +104,16 @@ dependencies:
104
104
  name: rake
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - "~>"
107
+ - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '10.0'
109
+ version: 12.3.3
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - "~>"
114
+ - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: '10.0'
116
+ version: 12.3.3
117
117
  description:
118
118
  email:
119
119
  executables: []
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
336
336
  - !ruby/object:Gem::Version
337
337
  version: '0'
338
338
  requirements: []
339
- rubygems_version: 3.0.2
339
+ rubygems_version: 3.1.4
340
340
  signing_key:
341
341
  specification_version: 4
342
342
  summary: Your new Jekyll default theme.