Skip to content

Commit

Permalink
website: add webpage icon. #840
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 14, 2024
1 parent 596bff3 commit 1e22344
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- run: npm install
- run: npm run build
- run: cp -rp icons ./dist

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand Down
9 changes: 9 additions & 0 deletions .refsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
"github": {
"url": "https://github.com/jaywcjlove/reference"
},
"meta": [
{ "name": "author", "content": "jaywcjlove" },
{ "name": "license", "content": "MIT" },
{ "name": "funding", "content": "https://jaywcjlove.github.io/#/sponsor" },
{ "rel": "apple-touch-icon", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone.png" },
{ "rel": "apple-touch-icon", "sizes": "152x152", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad.png" },
{ "rel": "apple-touch-icon", "sizes": "180x180", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone-retina.png" },
{ "rel": "apple-touch-icon", "sizes": "167x167", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad-retina.png" }
],
"giscus": {
"src": "https://giscus.app/client.js",
"data-repo": "jaywcjlove/reference",
Expand Down
Binary file added icons/touch-icon-ipad-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/touch-icon-ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/touch-icon-iphone-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"refs-cli": "^1.6.0",
"refs-cli": "^1.7.4",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0"
},
Expand Down

0 comments on commit 1e22344

Please sign in to comment.