add: bluesky social icon #77
This commit is contained in:
parent
95844a6f7a
commit
fcd91ec6ff
@ -16,6 +16,7 @@ social_icons:
|
|||||||
vk: https://vk.com/%s
|
vk: https://vk.com/%s
|
||||||
youtube: https://www.youtube.com/c/%s
|
youtube: https://www.youtube.com/c/%s
|
||||||
4chan:
|
4chan:
|
||||||
|
bluesky: https://bsky.app/profile/%s
|
||||||
# docs:
|
# docs:
|
||||||
gitlab:
|
gitlab:
|
||||||
leetcode: https://leetcode.com/%s
|
leetcode: https://leetcode.com/%s
|
||||||
|
@ -55,7 +55,8 @@ social = [
|
|||||||
{ id = "netease-music", url = "#" },
|
{ id = "netease-music", url = "#" },
|
||||||
{ id = "telegram", url = "#" },
|
{ id = "telegram", url = "#" },
|
||||||
{ id = "x", url = "#" },
|
{ id = "x", url = "#" },
|
||||||
{ id = "youtube", url = "#" }
|
{ id = "youtube", url = "#" },
|
||||||
|
{ id = "bluesky", url = "#" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
1
layouts/partials/tabler-icons/bluesky.svg
Normal file
1
layouts/partials/tabler-icons/bluesky.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-bluesky"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" /></svg>
|
After Width: | Height: | Size: 873 B |
@ -1,13 +1,13 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "exampleSiteMultilingual/public"
|
publish = "exampleSiteMultilingual/public"
|
||||||
command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --baseURL $URL"
|
command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --baseURL $URL"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.115.4"
|
HUGO_VERSION = "0.136.5"
|
||||||
HUGO_THEME = "repo"
|
HUGO_THEME = "repo"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user