website: modify favicon. #840

This commit is contained in:
jaywcjlove 2024-10-15 04:04:01 +08:00
parent 1e22344f72
commit 145aa54a4e
3 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"github": { "github": {
"url": "https://github.com/jaywcjlove/reference" "url": "https://github.com/jaywcjlove/reference"
}, },
"favicon": "{{RELATIVE_PATH}}icons/favicon.svg",
"meta": [ "meta": [
{ "name": "author", "content": "jaywcjlove" }, { "name": "author", "content": "jaywcjlove" },
{ "name": "license", "content": "MIT" }, { "name": "license", "content": "MIT" },

5
icons/favicon.svg Normal file
View File

@ -0,0 +1,5 @@
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="180" width="180">
<path d="m21.66 10.44-.98 4.18c-.84 3.61-2.5 5.07-5.62 4.77-.5-.04-1.04-.13-1.62-.27l-1.68-.4c-4.17-.99-5.46-3.05-4.48-7.23l.98-4.19c.2-.85.44-1.59.74-2.2 1.17-2.42 3.16-3.07 6.5-2.28l1.67.39c4.19.98 5.47 3.05 4.49 7.23Z" fill="#c9d1d9"></path>
<path d="M15.06 19.39c-.62.42-1.4.77-2.35 1.08l-1.58.52c-3.97 1.28-6.06.21-7.35-3.76L2.5 13.28c-1.28-3.97-.22-6.07 3.75-7.35l1.58-.52c.41-.13.8-.24 1.17-.31-.3.61-.54 1.35-.74 2.2l-.98 4.19c-.98 4.18.31 6.24 4.48 7.23l1.68.4c.58.14 1.12.23 1.62.27Zm2.43-8.88c-.06 0-.12-.01-.19-.02l-4.85-1.23a.75.75 0 0 1 .37-1.45l4.85 1.23a.748.748 0 0 1-.18 1.47Z" fill="#228e6c"></path>
<path d="M14.56 13.89c-.06 0-.12-.01-.19-.02l-2.91-.74a.75.75 0 0 1 .37-1.45l2.91.74c.4.1.64.51.54.91-.08.34-.38.56-.72.56Z" fill="#228e6c"></path>
</svg>

After

Width:  |  Height:  |  Size: 877 B

View File

@ -31,7 +31,7 @@
"husky": "^9.0.0", "husky": "^9.0.0",
"lint-staged": "^15.0.0", "lint-staged": "^15.0.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"refs-cli": "^1.7.4", "refs-cli": "^1.8.0",
"markdownlint": "^0.33.0", "markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0" "markdownlint-cli": "^0.39.0"
}, },