jekyll-theme-basically-basic 1.4.0 → 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 +5 -5
- data/CHANGELOG.md +51 -1
- data/{LICENSE.md → LICENSE} +1 -13
- data/README.md +56 -67
- data/_includes/author +2 -2
- data/_includes/cv/awards.html +1 -1
- data/_includes/cv/basics.html +5 -5
- data/_includes/cv/education.html +2 -2
- data/_includes/cv/interests.html +1 -1
- data/_includes/cv/languages.html +1 -1
- data/_includes/cv/publications.html +1 -1
- data/_includes/cv/references.html +1 -1
- data/_includes/cv/skills.html +1 -1
- data/_includes/cv/volunteer.html +1 -1
- data/_includes/cv/work.html +1 -1
- data/_includes/entry.html +1 -5
- data/_includes/icon-gitlab.html +1 -1
- data/_includes/masthead.html +1 -5
- data/_includes/page-intro.html +1 -5
- data/_includes/search-form.html +1 -1
- data/_includes/search/algolia-search-scripts.html +1 -1
- data/_includes/search/lunr-search-scripts.html +2 -4
- data/_layouts/cv.html +0 -2
- data/_layouts/default.html +2 -2
- data/_layouts/home.html +20 -17
- data/_sass/basically-basic.scss +2 -2
- data/_sass/basically-basic/_variables.scss +2 -2
- data/assets/javascripts/{search-data.json → lunr/lunr.store.js} +0 -0
- data/assets/javascripts/main.js +7 -5
- metadata +29 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 434b00cfbf188e1a2d9be990903e47c8340708688f3cbc56466c2cf8e17ae13f
|
|
4
|
+
data.tar.gz: 68e5addbfdf088189c003160ff49df65bfd64b80f61fa04eb186eb01f0bdddc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61256416455e78f008278ee74ab533e46848f30e3294f53a6de1208bf90e128116e4c023153cbff11efcd19f25984346df3383da9b5cff735306b9ce6b57a410
|
|
7
|
+
data.tar.gz: c3ee8e04fabf7efcd9d291ecb62c57fbe0ac6348b3c52b3c33b0831fe2b78bf33d29324b1b658d4fcd45fe145946b5c2dd8ddaa0e70801e85a44d4e0f0213311
|
data/CHANGELOG.md
CHANGED
|
@@ -5,9 +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.4.
|
|
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)
|
|
9
13
|
|
|
10
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
|
+
|
|
22
|
+
## [1.4.4] - 2019-08-20
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- Fix MIME-type issues with Lunr search by renaming `search-data.json` to `lunr/lunr.store.js`. [#82](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/82)
|
|
26
|
+
|
|
27
|
+
## [1.4.3] - 2019-08-20
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
- Relax Jekyll dependency to allow for version 4.0.
|
|
31
|
+
|
|
32
|
+
## [1.4.2] - 2019-07-18
|
|
33
|
+
|
|
34
|
+
### Added
|
|
35
|
+
- Document `site.copyright` override for customizing footer copyright text.
|
|
36
|
+
|
|
37
|
+
### Changed
|
|
38
|
+
- Update links to LICENSE. [#102](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/102)
|
|
39
|
+
- Update GitHub issue templates.
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
- Fix theme text strings for `search_placeholder_text` and `results_found`. [#104](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/104)
|
|
43
|
+
- Remove stray `console.log` from lunr-search-scripts [#105](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/105)
|
|
44
|
+
- Add missing `/` in icon-gitlab.html. [#80](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/80)
|
|
45
|
+
|
|
46
|
+
## [1.4.1] - 2018-08-07
|
|
47
|
+
|
|
48
|
+
### Added
|
|
49
|
+
- Add sample "404 not found page" to `/docs/404.html` and `/example/404.html`. [#12](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/12)
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
- Adjust default skin colors to meet WCAG 2 AA. [#68](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/68)
|
|
53
|
+
|
|
54
|
+
### Fixed
|
|
55
|
+
- Remove extra footer from cv.html `layout`. [#69](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/69)
|
|
56
|
+
- Fix JavaScript error when search is not enabled. [#66](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/66)
|
|
57
|
+
|
|
58
|
+
## [1.4.0] - 2018-04-02
|
|
59
|
+
|
|
60
|
+
### Changed
|
|
11
61
|
- Lint JavaScript.
|
|
12
62
|
- Update gemspec to use jekyll-seo-tag version `2.4`. [#47](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/47)
|
|
13
63
|
|
data/{LICENSE.md → LICENSE}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017-
|
|
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
|
|
@@ -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,9 +1,10 @@
|
|
|
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)
|
|
7
|
+
[](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,64 +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
|
|
|
20
|
+
**If you enjoy this theme, please consider sponsoring:**
|
|
21
|
+
|
|
22
|
+
[](https://www.buymeacoffee.com/mmistakes)
|
|
23
|
+
[](https://www.paypal.me/mmistakes)
|
|
24
|
+
|
|
19
25
|
[![Basically Basic live preview][2]][1]
|
|
20
26
|
|
|
21
27
|
[1]: https://mmistakes.github.io/jekyll-theme-basically-basic/
|
|
22
28
|
[2]: https://cloud.githubusercontent.com/assets/1376749/24117647/6dede894-0d81-11e7-9c2c-f19bea45e219.jpg (live preview)
|
|
23
29
|
|
|
24
|
-
## Table of Contents
|
|
25
|
-
|
|
26
|
-
1. [Installation](#installation)
|
|
27
|
-
1. [Ruby Gem Method](#ruby-gem-method)
|
|
28
|
-
2. [GitHub Pages Method](#github-pages-method)
|
|
29
|
-
1. [Remove the Unnecessary](#remove-the-unnecessary)
|
|
30
|
-
2. [Upgrading](#upgrading)
|
|
31
|
-
1. [Ruby Gem](#ruby-gem)
|
|
32
|
-
2. [Remote Theme](#remote-theme)
|
|
33
|
-
3. [Use Git](#use-git)
|
|
34
|
-
1. [Pull Down Updates](#pull-down-updates)
|
|
35
|
-
4. [Update Files Manually](#update-files-manually)
|
|
36
|
-
3. [Structure](#structure)
|
|
37
|
-
1. [Starting Fresh](#starting-fresh)
|
|
38
|
-
2. [Starting from `jekyll new`](#starting-from-jekyll-new)
|
|
39
|
-
4. [Configuration](#configuration)
|
|
40
|
-
1. [Skin](#skin)
|
|
41
|
-
2. [Google Fonts](#google-fonts)
|
|
42
|
-
3. [Text](#text)
|
|
43
|
-
4. [Navigation](#navigation)
|
|
44
|
-
5. [Pagination](#pagination)
|
|
45
|
-
6. [Search](#search)
|
|
46
|
-
1. [Lunr (default)](#lunr-default)
|
|
47
|
-
2. [Algolia](#algolia)
|
|
48
|
-
7. [Author](#author)
|
|
49
|
-
8. [Reading Time](#reading-time)
|
|
50
|
-
9. [Comments (via Disqus)](#comments-via-disqus)
|
|
51
|
-
10. [Google Analytics](#google-analytics)
|
|
52
|
-
5. [Layouts](#layouts)
|
|
53
|
-
1. [`layout: default`](#layout-default)
|
|
54
|
-
2. [`layout: post`](#layout-post)
|
|
55
|
-
3. [`layout: page`](#layout-page)
|
|
56
|
-
4. [`layout: home`](#layout-home)
|
|
57
|
-
5. [`layout: posts`](#layout-posts)
|
|
58
|
-
6. [`layout: categories`](#layout-categories)
|
|
59
|
-
7. [`layout: tags`](#layout-tags)
|
|
60
|
-
8. [`layout: collection`](#layout-collection)
|
|
61
|
-
9. [`layout: category`](#layout-category)
|
|
62
|
-
10. [`layout: tag`](#layout-tag)
|
|
63
|
-
11. [`layout: about`](#layout-about)
|
|
64
|
-
12. [`layout: cv`](#layout-cv)
|
|
65
|
-
6. [Images](#images)
|
|
66
|
-
7. [Customization](#customization)
|
|
67
|
-
1. [Overriding Includes and Layouts](#overriding-includes-and-layouts)
|
|
68
|
-
2. [Customizing Sass (SCSS)](#customizing-sass-scss)
|
|
69
|
-
3. [Customizing JavaScript](#customizing-javascript)
|
|
70
|
-
4. [SVG Icons](#svg-icons)
|
|
71
|
-
5. [Customizing Sidebar Content](#customizing-sidebar-content)
|
|
72
|
-
8. [Development](#development)
|
|
73
|
-
9. [Contributing](#contributing)
|
|
74
|
-
10. [Credits](#credits)
|
|
75
|
-
11. [License](#license)
|
|
76
|
-
|
|
77
30
|
## Installation
|
|
78
31
|
|
|
79
32
|
If you're running Jekyll v3.5+ and self-hosting you can quickly install the
|
|
@@ -113,7 +66,7 @@ for any GitHub-hosted theme.
|
|
|
113
66
|
|
|
114
67
|
2. Run `bundle update` and verify that all gems install properly.
|
|
115
68
|
|
|
116
|
-
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
|
|
117
70
|
`_config.yml` file. Remove any other `theme:` or `remote_theme:` entries.
|
|
118
71
|
|
|
119
72
|
---
|
|
@@ -133,14 +86,13 @@ branch off of `master`. For more details on how to set things up check
|
|
|
133
86
|
If you forked or downloaded the `jekyll-theme-basically-basic` repo you can
|
|
134
87
|
safely remove the following files and folders:
|
|
135
88
|
|
|
136
|
-
- `.codeclimate.yml`
|
|
137
89
|
- `.editorconfig`
|
|
138
90
|
- `.gitattributes`
|
|
139
91
|
- `.github`
|
|
140
92
|
- `.scss-lint.yml`
|
|
141
93
|
- `CHANGELOG.md`
|
|
142
94
|
- `jekyll-theme-basically-basic.gemspec`
|
|
143
|
-
- `LICENSE
|
|
95
|
+
- `LICENSE`
|
|
144
96
|
- `Rakefile`
|
|
145
97
|
- `README.md`
|
|
146
98
|
- `screenshot.png`
|
|
@@ -157,10 +109,10 @@ site and you should something similar to:
|
|
|
157
109
|
|
|
158
110
|
```
|
|
159
111
|
<!--
|
|
160
|
-
Basically Basic Jekyll Theme 1.
|
|
112
|
+
Basically Basic Jekyll Theme 1.4.5
|
|
161
113
|
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
|
|
162
114
|
Free for personal and commercial use under the MIT license
|
|
163
|
-
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
|
|
115
|
+
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
|
|
164
116
|
-->
|
|
165
117
|
```
|
|
166
118
|
|
|
@@ -173,11 +125,17 @@ update jekyll-theme-basically-basic` if you're not.
|
|
|
173
125
|
|
|
174
126
|
### Remote Theme
|
|
175
127
|
|
|
176
|
-
|
|
177
|
-
|
|
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.
|
|
178
135
|
|
|
179
|
-
|
|
180
|
-
|
|
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.
|
|
137
|
+
|
|
138
|
+
An empty commit will get the job done too if you don't have anything to push at the moment:
|
|
181
139
|
|
|
182
140
|
```terminal
|
|
183
141
|
git commit --allow-empty -m "Force rebuild of site"
|
|
@@ -347,6 +305,10 @@ t:
|
|
|
347
305
|
skip_content: "Skip to content"
|
|
348
306
|
skip_footer: "Skip to footer"
|
|
349
307
|
menu: "Menu"
|
|
308
|
+
search: "Search"
|
|
309
|
+
site_search: "Site Search"
|
|
310
|
+
results_found: "Result(s) found"
|
|
311
|
+
search_placeholder_text: "Enter your search term..."
|
|
350
312
|
home: "Home"
|
|
351
313
|
newer: "Newer"
|
|
352
314
|
older: "Older"
|
|
@@ -358,6 +320,21 @@ t:
|
|
|
358
320
|
of: "of"
|
|
359
321
|
min_read: "min read"
|
|
360
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"
|
|
361
338
|
```
|
|
362
339
|
|
|
363
340
|
### Navigation
|
|
@@ -556,6 +533,18 @@ to `_config.yml` like so:
|
|
|
556
533
|
Similar to comments, the Google Analytics tracking script will only appear in
|
|
557
534
|
production when using the following environment value: `JEKYLL_ENV=production`.
|
|
558
535
|
|
|
536
|
+
### Copyright
|
|
537
|
+
|
|
538
|
+
By default the copyright line in the footer displays the current year
|
|
539
|
+
(at build time) followed by your site's title. e.g. `© 2018 Basically Basic.`
|
|
540
|
+
|
|
541
|
+
If you would like to change this add `copyright` to your `_config.yml` file
|
|
542
|
+
with appropriate text:
|
|
543
|
+
|
|
544
|
+
```yaml
|
|
545
|
+
copyright: "My custom copyright."
|
|
546
|
+
```
|
|
547
|
+
|
|
559
548
|
## Layouts
|
|
560
549
|
|
|
561
550
|
This theme provides the following layouts, which you can use by setting the
|
|
@@ -769,7 +758,7 @@ file, create an `_includes` directory in your project, copy
|
|
|
769
758
|
`<your_project>/_includes` and start editing that file.
|
|
770
759
|
|
|
771
760
|
**ProTip:** to locate the theme's files on your computer run
|
|
772
|
-
`bundle
|
|
761
|
+
`bundle info jekyll-theme-basically-basic`. This returns the location of the
|
|
773
762
|
gem-based theme files.
|
|
774
763
|
|
|
775
764
|
### Customizing Sass (SCSS)
|
|
@@ -780,7 +769,7 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
|
|
|
780
769
|
1. Copy directly from the Basically Basic gem
|
|
781
770
|
|
|
782
771
|
- Go to your local Basically Basic gem installation directory (run
|
|
783
|
-
`bundle
|
|
772
|
+
`bundle info jekyll-theme-basically-basic` to get the path to it).
|
|
784
773
|
- Copy the contents of `/assets/stylesheets/main.scss` from there to
|
|
785
774
|
`<your_project>`.
|
|
786
775
|
- Customize what you want inside `<your_project>/assets/stylesheets/main.scss`.
|
|
@@ -810,7 +799,7 @@ To override the default JavaScript bundled in the theme, do one of the following
|
|
|
810
799
|
1. Copy directly from the Basically Basic gem
|
|
811
800
|
|
|
812
801
|
- Go to your local Basically Basic gem installation directory (run
|
|
813
|
-
`bundle
|
|
802
|
+
`bundle info jekyll-theme-basically-basic` to get the path to it).
|
|
814
803
|
- Copy the contents of `/assets/javascripts/main.js` from there to
|
|
815
804
|
`<your_project>`.
|
|
816
805
|
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.
|
|
@@ -965,7 +954,7 @@ grammar, etc.
|
|
|
965
954
|
|
|
966
955
|
The MIT License (MIT)
|
|
967
956
|
|
|
968
|
-
Copyright (c) 2017-
|
|
957
|
+
Copyright (c) 2017-2021 Michael Rose and contributors
|
|
969
958
|
|
|
970
959
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
971
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 %}
|
data/_includes/cv/awards.html
CHANGED
data/_includes/cv/basics.html
CHANGED
|
@@ -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">
|
data/_includes/cv/education.html
CHANGED
|
@@ -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>
|
data/_includes/cv/interests.html
CHANGED
|
@@ -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">
|
data/_includes/cv/languages.html
CHANGED
|
@@ -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">
|
data/_includes/cv/skills.html
CHANGED
data/_includes/cv/volunteer.html
CHANGED
|
@@ -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">
|
data/_includes/cv/work.html
CHANGED
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>
|
data/_includes/icon-gitlab.html
CHANGED
data/_includes/masthead.html
CHANGED
data/_includes/page-intro.html
CHANGED
|
@@ -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>
|
data/_includes/search-form.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{%- case search_provider -%}
|
|
5
5
|
{%- when "lunr" -%}
|
|
6
6
|
<label class="visually-hidden" for="search">{{ site.data.theme.t.site_search | default: 'Site Search' }}</label>
|
|
7
|
-
<input type="text" id="search" class="search-input" aria-describedby="results-count" tabindex="-1" placeholder="{{ site.data.theme.t.
|
|
7
|
+
<input type="text" id="search" class="search-input" aria-describedby="results-count" tabindex="-1" placeholder="{{ site.data.theme.t.search_placeholder_text | default: 'Enter your search term...' }}" />
|
|
8
8
|
<div id="results" class="results"></div>
|
|
9
9
|
{%- when "algolia" -%}
|
|
10
10
|
<div tabindex="-1" class="search-searchbar"></div>
|
|
@@ -35,7 +35,7 @@ search.addWidget(
|
|
|
35
35
|
instantsearch.widgets.searchBox({
|
|
36
36
|
container: '.search-searchbar',
|
|
37
37
|
{% unless site.algolia.powered_by == false %}poweredBy: true,{% endunless %}
|
|
38
|
-
placeholder: '{{ site.data.theme.t.
|
|
38
|
+
placeholder: '{{ site.data.theme.t.search_placeholder_text | default: "Enter your search term..." }}'
|
|
39
39
|
})
|
|
40
40
|
);
|
|
41
41
|
search.addWidget(
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
{%- endcase -%}
|
|
38
38
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
|
39
39
|
<script src="{{ '/assets/javascripts/lunr/lunr.min.js' | absolute_url }}"></script>
|
|
40
|
-
<script src="{{ '/assets/javascripts/
|
|
40
|
+
<script src="{{ '/assets/javascripts/lunr/lunr.store.js' | absolute_url }}"></script>
|
|
41
41
|
{%- unless lang == "en" -%}
|
|
42
42
|
<script src="{{ '/assets/javascripts/lunr/lunr.stemmer.support.min.js' | absolute_url }}"></script>
|
|
43
43
|
<script src="{{ '/assets/javascripts/lunr/lunr.' | append: lang | append: '.min.js' | absolute_url }}"></script>
|
|
@@ -69,8 +69,6 @@
|
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
72
|
-
console.log(jQuery.type(idx));
|
|
73
|
-
|
|
74
72
|
$(document).ready(function () {
|
|
75
73
|
$('input#search').on('keyup', function () {
|
|
76
74
|
var resultdiv = $('#results');
|
|
@@ -88,7 +86,7 @@
|
|
|
88
86
|
})
|
|
89
87
|
});
|
|
90
88
|
resultdiv.empty();
|
|
91
|
-
resultdiv.prepend('<p id="results-count" class="results-found">' + result.length + ' {{ site.data.theme.t.
|
|
89
|
+
resultdiv.prepend('<p id="results-count" class="results-found">' + result.length + ' {{ site.data.theme.t.results_found | default: "Result(s) found" }}</p>');
|
|
92
90
|
for (var item in result) {
|
|
93
91
|
var ref = result[item].ref;
|
|
94
92
|
var searchitem =
|
data/_layouts/cv.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.5
|
|
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/_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
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
{%
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{%
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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>
|
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.5
|
|
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";
|
|
@@ -50,8 +50,8 @@ $monospace-font-family: Menlo, Consolas, Monaco, "Courier New", Courier,
|
|
|
50
50
|
|
|
51
51
|
/* Colors */
|
|
52
52
|
$base-color: #393e46 !default;
|
|
53
|
-
$text-color: #
|
|
54
|
-
$accent-color: #
|
|
53
|
+
$text-color: #181c22 !default;
|
|
54
|
+
$accent-color: #00838a !default;
|
|
55
55
|
$background-color: #fff !default;
|
|
56
56
|
$code-background-color: tint($base-color, 95%) !default;
|
|
57
57
|
$border-color: tint($base-color, 80%) !default;
|
|
File without changes
|
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.5
|
|
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');
|
|
@@ -60,9 +60,11 @@ myMenu.addEventListener('click', function () {
|
|
|
60
60
|
toggleClassMenu();
|
|
61
61
|
animateMenuItems();
|
|
62
62
|
}, false);
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
if (mySearchToggle) {
|
|
64
|
+
mySearchToggle.addEventListener('click', function () {
|
|
65
|
+
toggleClassSearch();
|
|
66
|
+
}, false);
|
|
67
|
+
}
|
|
66
68
|
|
|
67
69
|
// Toggle search input and content visibility
|
|
68
70
|
function toggleClassSearch() {
|
metadata
CHANGED
|
@@ -1,43 +1,49 @@
|
|
|
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.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:
|
|
11
|
+
date: 2021-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '3.6'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
22
|
+
version: '5.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '3.
|
|
29
|
+
version: '3.6'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '5.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: jekyll-feed
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
37
|
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
39
|
+
version: '0.1'
|
|
34
40
|
type: :runtime
|
|
35
41
|
prerelease: false
|
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
43
|
requirements:
|
|
38
44
|
- - "~>"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.
|
|
46
|
+
version: '0.1'
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: jekyll-paginate
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,62 +64,56 @@ dependencies:
|
|
|
58
64
|
requirements:
|
|
59
65
|
- - "~>"
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '2.
|
|
62
|
-
- - ">="
|
|
63
|
-
- !ruby/object:Gem::Version
|
|
64
|
-
version: '2.3'
|
|
67
|
+
version: '2.6'
|
|
65
68
|
type: :runtime
|
|
66
69
|
prerelease: false
|
|
67
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
71
|
requirements:
|
|
69
72
|
- - "~>"
|
|
70
73
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: '2.
|
|
72
|
-
- - ">="
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: '2.3'
|
|
74
|
+
version: '2.6'
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: jekyll-sitemap
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '1.
|
|
81
|
+
version: '1.3'
|
|
82
82
|
type: :runtime
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '1.
|
|
88
|
+
version: '1.3'
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: bundler
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- - "
|
|
93
|
+
- - ">="
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '
|
|
95
|
+
version: '0'
|
|
96
96
|
type: :development
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
|
-
- - "
|
|
100
|
+
- - ">="
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
102
|
+
version: '0'
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: rake
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- - "
|
|
107
|
+
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
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:
|
|
116
|
+
version: 12.3.3
|
|
117
117
|
description:
|
|
118
118
|
email:
|
|
119
119
|
executables: []
|
|
@@ -121,7 +121,7 @@ extensions: []
|
|
|
121
121
|
extra_rdoc_files: []
|
|
122
122
|
files:
|
|
123
123
|
- CHANGELOG.md
|
|
124
|
-
- LICENSE
|
|
124
|
+
- LICENSE
|
|
125
125
|
- README.md
|
|
126
126
|
- _includes/author
|
|
127
127
|
- _includes/contact-list.html
|
|
@@ -311,10 +311,10 @@ files:
|
|
|
311
311
|
- assets/javascripts/lunr/lunr.ro.min.js
|
|
312
312
|
- assets/javascripts/lunr/lunr.ru.min.js
|
|
313
313
|
- assets/javascripts/lunr/lunr.stemmer.support.min.js
|
|
314
|
+
- assets/javascripts/lunr/lunr.store.js
|
|
314
315
|
- assets/javascripts/lunr/lunr.sv.min.js
|
|
315
316
|
- assets/javascripts/lunr/lunr.tr.min.js
|
|
316
317
|
- assets/javascripts/main.js
|
|
317
|
-
- assets/javascripts/search-data.json
|
|
318
318
|
- assets/stylesheets/main.scss
|
|
319
319
|
homepage: https://github.com/mmistakes/jekyll-theme-basically-basic
|
|
320
320
|
licenses:
|
|
@@ -336,8 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
336
336
|
- !ruby/object:Gem::Version
|
|
337
337
|
version: '0'
|
|
338
338
|
requirements: []
|
|
339
|
-
|
|
340
|
-
rubygems_version: 2.6.14
|
|
339
|
+
rubygems_version: 3.1.4
|
|
341
340
|
signing_key:
|
|
342
341
|
specification_version: 4
|
|
343
342
|
summary: Your new Jekyll default theme.
|