This commit is contained in:
Joshua Goins 2024-11-19 18:10:32 -05:00
parent 1ff3602ecf
commit 9291ca75de
2 changed files with 10 additions and 2 deletions

3
assets/icons/bluesky.svg Normal file
View file

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 64 57" xmlns="http://www.w3.org/2000/svg">
<path fill="#FFFFF" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 611 B

View file

@ -169,16 +169,21 @@ menu:
- img: 'icons/pixiv.svg' - img: 'icons/pixiv.svg'
url: 'https://www.pixiv.net/en/users/58118005' url: 'https://www.pixiv.net/en/users/58118005'
weight: 2 weight: 2
- name: 'Bluesky'
params:
- img: 'icons/bluesky.svg'
url: 'https://bsky.app/profile/redstrate.com'
weight: 3
- name: 'Codeberg' - name: 'Codeberg'
params: params:
- img: 'icons/codeberg.svg' - img: 'icons/codeberg.svg'
url: 'https://codeberg.org/redstrate' url: 'https://codeberg.org/redstrate'
weight: 3 weight: 4
- name: 'GitHub' - name: 'GitHub'
params: params:
- img: 'icons/github.svg' - img: 'icons/github.svg'
url: 'https://github.com/redstrate' url: 'https://github.com/redstrate'
weight: 4 weight: 5
defaultContentLanguage: 'en' defaultContentLanguage: 'en'
languageCode: 'en-us' languageCode: 'en-us'