Skip to content

Commit f05cdc5

Browse files
Update critical file(s) according to Chirpy v6.2.3
1 parent bcb2c56 commit f05cdc5

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.2"
5+
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.3"
66

77
group :test do
88
gem "html-proofer", "~> 4.4"
@@ -21,8 +21,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2121
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
2222
# do not have a Java counterpart.
2323
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
24-
25-
# Lock jekyll-sass-converter to 2.x on Linux-musl
26-
if RUBY_PLATFORM =~ /linux-musl/
27-
gem "jekyll-sass-converter", "~> 2.0"
28-
end

_config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Import the theme
44
theme: jekyll-theme-chirpy
55

6-
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
7-
# and doesn't have a custom domain.
8-
baseurl: ""
9-
106
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
117
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
128
# otherwise, the layout language will use the default value of 'en'.
@@ -25,7 +21,8 @@ tagline: A text-focused Jekyll theme # it will display as the sub-title
2521
description: >- # used by seo meta and the atom feed
2622
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2723
28-
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
24+
# Fill in the protocol & hostname for your site.
25+
# e.g. 'https://username.github.io', note that it does not end with a '/'.
2926
url: ""
3027

3128
github:
@@ -114,6 +111,9 @@ pwa:
114111

115112
paginate: 10
116113

114+
# The base URL of your site
115+
baseurl: ""
116+
117117
# ------------ The following options are not recommended to be modified ------------------
118118

119119
kramdown:
@@ -180,7 +180,6 @@ exclude:
180180
- docs
181181
- tools
182182
- README.md
183-
- CHANGELOG.md
184183
- LICENSE
185184
- rollup.config.js
186185
- package*.json

0 commit comments

Comments
 (0)