From e292a5aefba7adde8936567bd0d4fcaeddc4f342 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:18:06 +0900 Subject: [PATCH 01/11] Markdown format + Grammarly check --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ac8dafcce3..74d190b4f0 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,21 @@ To test locally, run the following in your terminal: 1. Clone repo locally 1. `bundle install` -2. `bundle exec jekyll serve` -3. Open your browser to `localhost:4000` +1. `bundle exec jekyll serve` +1. Open your browser to `localhost:4000` ### Running locally with Docker -To test locally with docker, run the following in your terminal after installing docker into your system: +To test locally with Docker, run the following in your terminal after installing Docker into your system: 1. `docker image build -t resume-template .` -2. `docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template` +1. `docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template` ### Customizing -First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize. +First, you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize. -#### Options/configuration +#### Options / configuration Most of the basic customization will take place in the `/_config.yml` file. Here is a list of customizations available via `/_config.yml`: @@ -34,7 +34,7 @@ Most of the basic customization will take place in the `/_config.yml` file. Here #### Editing content -Most of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly +Most of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly. ### Publishing to GitHub Pages for free @@ -42,7 +42,7 @@ Most of the content configuration will take place in the `/_layouts/resume.html` ### Configuring with your own domain name -To setup your GH Pages site with a custom domain, [follow the instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/) on the GitHub Help site for that topic. +To set up your GH Pages site with a custom domain, [follow the instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/) on the GitHub Help site for that topic. ### Themes @@ -50,17 +50,17 @@ Right now resume-template only has one theme. More are coming :soon: though. :he ## Roadmap -A feature roadmap is [available here](https://github.com/jglovier/resume-template/projects/1). If you features suggestions, please [open a new issue](https://github.com/jglovier/resume-template/issues/new). +A feature roadmap is [available here](https://github.com/jglovier/resume-template/projects/1). If you have feature suggestions, please [open a new issue](https://github.com/jglovier/resume-template/issues/new). ## Contributing -If you spot a bug, or want to improve the code, or even make the dummy content better, you can do the following: +If you spot a bug, want to improve the code, or even make the dummy content better, you can do the following: 1. [Open an issue](https://github.com/jglovier/resume-template/issues/new) describing the bug or feature idea 2. Fork the project, make changes, and submit a pull request ## License -The code and styles are licensed under the MIT license. [See project license.](LICENSE) Obviously you should not use the content of this demo repo in your own resume. :wink: +The code and styles are licensed under the MIT license. [See project license.](LICENSE) Obviously, you should not use the content of this demo repo in your own resume. :wink: -Disclaimer: Use of Homer J. Simpson image and name used under [Fair Use](https://en.wikipedia.org/wiki/Fair_use) for educational purposes. Project license does not apply to use of this material. +Disclaimer: Use of Homer J. Simpson image and name used under [Fair Use](https://en.wikipedia.org/wiki/Fair_use) for educational purposes. The project license does not apply to the use of this material. From a55d8878380779fd5f3121ec0f01646ae1ab8b39 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:20:53 +0900 Subject: [PATCH 02/11] Link to the configuration files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74d190b4f0..3e19590658 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ First, you'll want to fork the repo to your own account. Then clone it locally a #### Options / configuration -Most of the basic customization will take place in the `/_config.yml` file. Here is a list of customizations available via `/_config.yml`: +Most of the basic customization will take place in the [`/_config.yml`](_config.yml) file. Here is a list of customizations available via `/_config.yml`: [...write these out...] #### Editing content -Most of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly. +Most of the content configuration will take place in the [`/_layouts/resume.html`](_layouts/resume.html) file. Simply edit the markup there accordingly. ### Publishing to GitHub Pages for free From 4502394b81e66f248d44d3c8dc33ded624ea8219 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:26:28 +0900 Subject: [PATCH 03/11] List of customizations available via `/_config.yml --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e19590658..824d7f0673 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,13 @@ First, you'll want to fork the repo to your own account. Then clone it locally a Most of the basic customization will take place in the [`/_config.yml`](_config.yml) file. Here is a list of customizations available via `/_config.yml`: -[...write these out...] +* Avatar +* Name +* Title +* Contact information: email, telephone, & address +* Introduction +* Social media links +* Show/ hide sections: experience, education, projects, skills, recognition, links, associations, interests #### Editing content From f2da17820c898029a1b5a03a23e05285ec13d666 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:28:43 +0900 Subject: [PATCH 04/11] Switched from specified hex to the $black variable $back is defined by the `_variables.scss` --- _sass/_resume.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_sass/_resume.scss b/_sass/_resume.scss index c93dc835b4..e3af0bd8d0 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -98,7 +98,7 @@ .icon-link { display: inline-block; &:hover .icon path { - fill: #333; + fill: $black @include transition(all .2s ease); } } @@ -118,12 +118,12 @@ width: 220px; font-size: 1.375rem; @include sans_light; - color: #333; + color: $black line-height: 55px; @include transition(all .2s ease); &:hover { - background-color: #333; + background-color: $black color: #fff; } @@ -160,7 +160,7 @@ .resume-item-copy, .resume-item-list { a { - color: #333; + color: $black text-decoration: none; border-bottom: 1px solid; @@ -189,7 +189,7 @@ > a { font-weight: 700; - color: #333; + color: $black } } } From c7792c114be5abff1b651e886c340738730487ae Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:31:31 +0900 Subject: [PATCH 05/11] Switched from specified hex to the $white variable $white variable is defined in _variables.scss --- _sass/_base.scss | 4 ++-- _sass/_resume.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index bb424d2596..e482b04039 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -36,11 +36,11 @@ body{ ::-moz-selection { background: rgba(51,51,51,.8); - color: #fff; + color: $white text-shadow: none; } ::selection { background: rgba(51,51,51,.8); - color: #fff; + color: $white text-shadow: none; } \ No newline at end of file diff --git a/_sass/_resume.scss b/_sass/_resume.scss index e3af0bd8d0..ed26f1b111 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -124,7 +124,7 @@ &:hover { background-color: $black - color: #fff; + color: $white } &.not-looking { width: 400px; } From 078148699b45318775dcbb64db10b9cd6a4acf63 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:41:48 +0900 Subject: [PATCH 06/11] Create a $background-white --- _sass/_base.scss | 2 +- _sass/_variables.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index e482b04039..a41f76bd0f 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -7,7 +7,7 @@ } html { - background: $white; + background: $background-white; } body{ diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 9bff935d69..844fdb2f5a 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -7,6 +7,7 @@ $grid-gutter: 10px !default; // Colors $white: #fff; $black: #333; +$background-white: #fcfaf6; // Styles $text_color: $black; From eb88ffddf472e8a3861eae0dd65f06c2cb08bd17 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:52:46 +0900 Subject: [PATCH 07/11] Set Ruby version to 2.5.0 --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000000..437459cd94 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.0 From 1790242336fb4bc1ad0ae670302e705824505305 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:53:19 +0900 Subject: [PATCH 08/11] CSS fix, missing ; --- _sass/_base.scss | 4 ++-- _sass/_resume.scss | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index a41f76bd0f..4b615a4b48 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -36,11 +36,11 @@ body{ ::-moz-selection { background: rgba(51,51,51,.8); - color: $white + color: $white; text-shadow: none; } ::selection { background: rgba(51,51,51,.8); - color: $white + color: $white; text-shadow: none; } \ No newline at end of file diff --git a/_sass/_resume.scss b/_sass/_resume.scss index ed26f1b111..03786ab70a 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -98,7 +98,7 @@ .icon-link { display: inline-block; &:hover .icon path { - fill: $black + fill: $black; @include transition(all .2s ease); } } @@ -118,12 +118,12 @@ width: 220px; font-size: 1.375rem; @include sans_light; - color: $black + color: $black; line-height: 55px; @include transition(all .2s ease); &:hover { - background-color: $black + background-color: $black; color: $white } @@ -160,7 +160,7 @@ .resume-item-copy, .resume-item-list { a { - color: $black + color: $black; text-decoration: none; border-bottom: 1px solid; @@ -189,7 +189,7 @@ > a { font-weight: 700; - color: $black + color: $black; } } } From 6838b5e8b585be9bbe5d00525e642520a3d6d602 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:53:46 +0900 Subject: [PATCH 09/11] Create a $button color variable --- _sass/_resume.scss | 2 +- _sass/_variables.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/_resume.scss b/_sass/_resume.scss index 03786ab70a..6934cac3b3 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -110,7 +110,7 @@ .contact-button { @include border-radius(3px); - background-color: #efefef; + background-color: $button; text-decoration: none; text-align: center; display: block; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 844fdb2f5a..64321ce246 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -8,6 +8,7 @@ $grid-gutter: 10px !default; $white: #fff; $black: #333; $background-white: #fcfaf6; +$button: darken($background-white, 20%); // Styles $text_color: $black; From 18042d524e19d79ea5c4ed8d13e63205e09df343 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:53:56 +0900 Subject: [PATCH 10/11] Comment --- _sass/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 64321ce246..c4193794ce 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -7,7 +7,7 @@ $grid-gutter: 10px !default; // Colors $white: #fff; $black: #333; -$background-white: #fcfaf6; +$background-white: #fcfaf6; // off white $button: darken($background-white, 20%); // Styles From 432f9df55c791f1646535df1c7a4b79eb41e4fc7 Mon Sep 17 00:00:00 2001 From: Genji Fujimori Date: Wed, 7 Sep 2022 23:54:31 +0900 Subject: [PATCH 11/11] Update Gemfile.lock to latest version for Ruby 2.5.0 --- Gemfile.lock | 237 +++++++++++++++++++++++++++++---------------------- 1 file changed, 134 insertions(+), 103 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7bc287733b..30388fbfe8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,14 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.4.3) + activesupport (6.0.5.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + zeitwerk (~> 2.2, >= 2.2.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) coffee-script-source execjs @@ -15,86 +16,107 @@ GEM colorator (1.1.0) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.1.6) - dnsruby (1.61.3) - addressable (~> 2.5) - em-websocket (0.5.1) + concurrent-ruby (1.1.10) + dnsruby (1.61.9) + simpleidn (~> 0.1) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) + http_parser.rb (~> 0) + ethon (0.15.0) + ffi (>= 1.15.0) eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - execjs (2.7.0) - faraday (1.0.1) - multipart-post (>= 1.2, < 3) - ffi (1.12.2) - ffi (1.12.2-x64-mingw32) + execjs (2.8.1) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (204) - github-pages-health-check (= 1.16.1) - jekyll (= 3.8.5) + github-pages (223) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.0) jekyll-avatar (= 0.7.0) jekyll-coffeescript (= 1.1.1) jekyll-commonmark-ghpages (= 0.1.6) jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.13.0) + jekyll-feed (= 0.15.1) jekyll-gist (= 1.5.0) jekyll-github-metadata (= 2.13.0) - jekyll-mentions (= 1.5.1) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) jekyll-optional-front-matter (= 0.3.2) jekyll-paginate (= 1.1.0) jekyll-readme-index (= 0.3.0) - jekyll-redirect-from (= 0.15.0) + jekyll-redirect-from (= 0.16.0) jekyll-relative-links (= 0.6.1) - jekyll-remote-theme (= 0.4.1) + jekyll-remote-theme (= 0.4.3) jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.6.1) + jekyll-seo-tag (= 2.7.1) jekyll-sitemap (= 1.4.0) jekyll-swiss (= 1.0.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.1) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.4) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.11.1) - kramdown (= 1.17.0) + jemoji (= 0.12.0) + kramdown (= 2.3.1) + kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.10.4, < 2.0) - rouge (= 3.13.0) + nokogiri (>= 1.12.5, < 2.0) + rouge (= 3.26.0) terminal-table (~> 1.4) - github-pages-health-check (1.16.1) + github-pages-health-check (1.17.9) addressable (~> 2.3) dnsruby (~> 1.60) octokit (~> 4.0) - public_suffix (~> 3.0) + public_suffix (>= 3.0, < 5.0) typhoeus (~> 1.3) - html-pipeline (2.12.3) + html-pipeline (2.14.2) activesupport (>= 2) nokogiri (>= 1.4) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.8.5) + jekyll (3.9.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 0.7) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) @@ -114,14 +136,16 @@ GEM rouge (>= 2.0, < 4.0) jekyll-default-layout (0.1.4) jekyll (~> 3.0) - jekyll-feed (0.13.0) + jekyll-feed (0.15.1) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) octokit (~> 4.2) jekyll-github-metadata (2.13.0) jekyll (>= 3.4, < 5.0) octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.5.1) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) html-pipeline (~> 2.3) jekyll (>= 3.7, < 5.0) jekyll-optional-front-matter (0.3.2) @@ -129,110 +153,114 @@ GEM jekyll-paginate (1.1.0) jekyll-readme-index (0.3.0) jekyll (>= 3.0, < 5.0) - jekyll-redirect-from (0.15.0) + jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) jekyll-relative-links (0.6.1) jekyll (>= 3.3, < 5.0) - jekyll-remote-theme (0.4.1) + jekyll-remote-theme (0.4.3) addressable (~> 2.0) jekyll (>= 3.5, < 5.0) - rubyzip (>= 1.3.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) + jekyll-seo-tag (2.7.1) + jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-swiss (1.0.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.1) - jekyll (~> 3.5) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.4) + jekyll-theme-primer (0.6.0) jekyll (> 3.5, < 5.0) jekyll-github-metadata (~> 2.9) jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) jekyll-titles-from-headings (0.5.3) jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.11.1) + jemoji (0.12.0) gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (1.17.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) liquid (4.0.3) - listen (3.2.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.14.1) - multipart-post (2.1.1) - nokogiri (1.13.6) - mini_portile2 (~> 2.8.0) - racc (~> 1.4) - nokogiri (1.13.6-x64-mingw32) + minitest (5.15.0) + multipart-post (2.2.3) + nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) - octokit (4.18.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.1.1) + public_suffix (4.0.7) racc (1.6.0) - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rouge (3.13.0) - ruby-enum (0.8.0) + rexml (3.2.5) + rouge (3.26.0) + ruby-enum (0.9.0) i18n - rubyzip (1.3.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) + simpleidn (0.2.1) + unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) @@ -240,14 +268,17 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.10) thread_safe (~> 0.1) - unicode-display_width (1.7.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) + unicode-display_width (1.8.0) + zeitwerk (2.6.0) PLATFORMS - ruby - x64-mingw32 + x86_64-darwin-21 DEPENDENCIES github-pages BUNDLED WITH - 2.1.4 + 2.3.21