Skip to content

Commit

Permalink
chore: upgrade to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LingLambda committed Dec 1, 2024
1 parent 771ecf1 commit 4ceaeb3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ package-lock.json
!.vscode/tasks.json

# Misc
_sass/dist
# <<<<<<< HEAD
# _sass/dist
# =======
_sass/vendors
# >>>>>>> v7.2.0
assets/js/dist
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# frozen_string_literal: true

source "https://rubygems.org/"

# source "https://mirrors.ustc.edu.cn/rubygems/"

gem "jekyll-theme-chirpy", "~> 7.1", ">= 7.1.1"
source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 7.2"

gem "html-proofer", "~> 5.0", group: :test

Expand All @@ -13,6 +14,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo-data"
end

gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

gem 'jekyll-compose', group: [:jekyll_plugins]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MIT License

Copyright (c) 2021 Cotes Chung

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pageviews:
# light — Use the light color scheme
# dark — Use the dark color scheme
#
theme_mode: #light # [light | dark]
theme_mode: light # [light | dark]

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
Expand Down

0 comments on commit 4ceaeb3

Please sign in to comment.