Skip to content

Commit

Permalink
chore: update some text
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed May 24, 2024
1 parent 54de54c commit 079d1a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ gemspec

group :test do
gem "html-proofer", "~> 5.0"
gem 'csv'
gem 'base64'
end
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ exclude:
- LICENSE
- "*.config.js"
- package*.json
- "topics 2/experience"

jekyll-archives:
enabled: [categories, tags]
Expand Down
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
steve:
name: Steve Hoang
#twitter: LotusK08
url: https://github.com/lotusk08/
url: https://stevehoang.com

2 changes: 1 addition & 1 deletion _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ panel:
copyright:
# Shown at the bottom of the post
license:
template: This post is licensed under :LICENSE_NAME by the author.
template: This content is licensed under :LICENSE_NAME by the author.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.0.11",
"purgecss": "^6.0.0",
"rollup": "^4.17.2",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"release": {
"branches": [
"production"
"blog"
],
"plugins": [
[
Expand Down Expand Up @@ -174,5 +174,8 @@
],
"@semantic-release/github"
]
},
"engines": {
"node": ">=22.1.0"
}
}

0 comments on commit 079d1a1

Please sign in to comment.