website: add webpage icon. #840
This commit is contained in:
parent
596bff3f4a
commit
1e22344f72
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
BIN
icons/touch-icon-ipad-retina.png
Normal file
BIN
icons/touch-icon-ipad-retina.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
icons/touch-icon-ipad.png
Normal file
BIN
icons/touch-icon-ipad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
icons/touch-icon-iphone-retina.png
Normal file
BIN
icons/touch-icon-iphone-retina.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user