Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Oct 12, 2023
2 parents f886166 + f05cdc5 commit 19b6129
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

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

group :test do
gem "html-proofer", "~> 4.4"
Expand All @@ -21,8 +21,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end
11 changes: 5 additions & 6 deletions _config.yml
Expand Up @@ -3,10 +3,6 @@
# Import the theme
theme: jekyll-theme-chirpy

# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
# and doesn't have a custom domain.
baseurl: ""

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
Expand All @@ -25,7 +21,8 @@ tagline: My thoughts on software development and other things I like # it will d
description: >- # used by seo meta and the atom feed
purejava's blog.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: "https://blog.purejava.org"

github:
Expand Down Expand Up @@ -114,6 +111,9 @@ pwa:

paginate: 10

# The base URL of your site
baseurl: ""

# ------------ The following options are not recommended to be modified ------------------

kramdown:
Expand Down Expand Up @@ -180,7 +180,6 @@ exclude:
- docs
- tools
- README.md
- CHANGELOG.md
- LICENSE
- rollup.config.js
- package*.json
Expand Down

0 comments on commit 19b6129

Please sign in to comment.