Skip to content

Commit bdee5d6

Browse files
committed
Merge branch 'master' into production
2 parents fd83462 + 348f6bf commit bdee5d6

File tree

21 files changed

+205
-172
lines changed

21 files changed

+205
-172
lines changed

.browserslistrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.commitlintrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ updates:
77
bundler:
88
dependency-type: "production"
99
schedule:
10-
interval: "weekly"
10+
interval: "monthly"
1111
- package-ecosystem: "npm"
1212
directory: "/"
1313
versioning-strategy: increase
1414
groups:
1515
npm:
1616
dependency-type: "development"
1717
schedule:
18-
interval: "weekly"
18+
interval: "monthly"
1919
- package-ecosystem: "github-actions"
2020
directory: "/"
2121
groups:
2222
gh-actions:
2323
update-types:
2424
- "major"
2525
schedule:
26-
interval: "weekly"
26+
interval: "monthly"

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121

22-
strategy:
23-
matrix:
24-
ruby: [2.7, 3]
25-
2622
steps:
2723
- name: Checkout
2824
uses: actions/checkout@v4
@@ -32,11 +28,11 @@ jobs:
3228
- name: Setup Ruby
3329
uses: ruby/setup-ruby@v1
3430
with:
35-
ruby-version: ${{ matrix.ruby }}
31+
ruby-version: 3
3632
bundler-cache: true
3733

3834
- name: Setup Node
39-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
4036

4137
- name: Build Assets
4238
run: npm i && npm run build

.github/workflows/style-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
- run: npm i
2525
- run: npm test

.prettierrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.stylelintrc.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

.versionrc.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Chirpy Jekyll Theme
44

5-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
5+
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
66

77
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?color=brightgreen)][gem] 
88
[![CI](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml/badge.svg?branch=master&event=push)][ci] 
@@ -55,9 +55,9 @@ For details, see the "[Contributing Guidelines][contribute-guide]".
5555

5656
## Credits
5757

58-
This project is mainly built with [Jekyll][jekyllrb] ecosystem,
58+
This project was built primarily with the [Jekyll][jekyllrb] ecosystem,
5959
[Bootstrap][bootstrap], [Font Awesome][icons], and some other [wonderful tools][lib].
60-
The avatar and favicon design come from [Clipart Max][image].
60+
The avatar and favicon design from [Clipart Max][image].
6161

6262
Many thanks to the [contributors][contributors] who participated in the development
6363
and to the folks who reported bugs or shared ideas.

_data/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ copyright:
4040
Except where otherwise noted, the blog posts on this site are licensed
4141
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
4242
43-
meta: Using the :THEME theme for :PLATFORM
43+
meta: Using the :THEME theme for :PLATFORM.
4444

4545
not_found:
4646
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.

0 commit comments

Comments
 (0)