Skip to content

Commit 0515181

Browse files
Update critical file(s) according to Chirpy v7.3.0
1 parent 46e2bdf commit 0515181

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile

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

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

5-
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
5+
gem "jekyll-theme-chirpy", "~> 7.3"
66

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

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exclude:
213213
- README.md
214214
- LICENSE
215215
- purgecss.js
216-
- rollup.config.js
216+
- "*.config.js"
217217
- "package*.json"
218218

219219
jekyll-archives:

_data/share.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platforms:
1818
#
1919
# - type: Linkedin
2020
# icon: "fab fa-linkedin"
21-
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
21+
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
2222
#
2323
# - type: Weibo
2424
# icon: "fab fa-weibo"

0 commit comments

Comments
 (0)