Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MAC committed Dec 26, 2024
1 parent e3f06db commit 3e35053
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 7 additions & 3 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 228"
gem "webrick", "~> 1.8"
gem "faraday-retry"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15.1"
gem "jekyll-seo-tag", "~> 2.8.0"
gem "jekyll-feed"
gem "jekyll-seo-tag"
gem "jekyll-github-metadata"
gem "jekyll-paginate"
gem "jekyll-sitemap"
end

gem 'csv'
Expand Down
12 changes: 9 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ GEM
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
Expand Down Expand Up @@ -327,9 +329,13 @@ PLATFORMS
DEPENDENCIES
base64
csv
github-pages
jekyll-feed (~> 0.15.1)
jekyll-seo-tag (~> 2.8.0)
faraday-retry
github-pages (~> 228)
jekyll-feed
jekyll-github-metadata
jekyll-paginate
jekyll-seo-tag
jekyll-sitemap
webrick (~> 1.8)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ body {
border-top: 1px solid #e8e8e8;
padding: $spacing-unit 0;
text-align: center;
color: color.adjust($text-color, $lightness: 30%);
color: rgba($text-color, 0.7);
}

0 comments on commit 3e35053

Please sign in to comment.