Add additional icons for main menu
This commit is contained in:
parent
6fb77c70f0
commit
96f1f87442
2 changed files with 28 additions and 0 deletions
13
data/icons.yaml
Normal file
13
data/icons.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# SVG icons (additional)
|
||||
#
|
||||
# Browse https://icon-sets.iconify.design for more SVG icons
|
||||
|
||||
# Source: https://icon-sets.iconify.design/simple-icons/peertube/
|
||||
peertube: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><rect x="0" y="0" width="24" height="24" fill="none" stroke="none" /><path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/></svg>
|
||||
|
||||
# Source: https://icon-sets.iconify.design/arcticons/funkwhale/
|
||||
funkwhale: <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M42.5 23.093a18.5 18.5 0 0 1-37 0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M35.335 23.093a11.335 11.335 0 1 1-22.67 0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M29.463 23.093a5.463 5.463 0 0 1-10.926 0m5.173-.134c-2.689 0-.717-6.244-3.445-7.422c-2.938-1.269-9.27-1.195-9.988-9.13A27.884 27.884 0 0 1 18.1 7.911c3 1.284 4.821 1.198 6.208 4.582c0 0 .53-2.953 4.994-4.187a35.44 35.44 0 0 1 8.02-1.287a6.703 6.703 0 0 1-1.947 5.684c-2.53 2.332-7.963 2.273-8.441 4.652c-.49 2.432-.536 5.604-3.224 5.604"/></svg>
|
||||
|
||||
# Source: https://icon-sets.iconify.design/simple-icons/forgejo/
|
||||
forgejo: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16.777 0a2.9 2.9 0 1 1-2.529 4.322H12.91a4.266 4.266 0 0 0-4.265 4.195v2.118a7.076 7.076 0 0 1 4.147-1.42l.118-.002h1.338a2.9 2.9 0 0 1 5.43 1.422a2.9 2.9 0 0 1-5.43 1.422H12.91a4.266 4.266 0 0 0-4.265 4.195v2.319A2.9 2.9 0 0 1 7.222 24A2.9 2.9 0 0 1 5.8 18.57V8.589a7.109 7.109 0 0 1 6.991-7.108l.118-.001h1.338A2.9 2.9 0 0 1 16.778 0M7.223 19.905a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.389m9.554-10.464a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.39m0-7.735a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.389"/></svg>
|
||||
|
15
hugo.yaml
15
hugo.yaml
|
@ -24,3 +24,18 @@ menu:
|
|||
weight: 6
|
||||
params:
|
||||
type: search
|
||||
- name: Mastodon
|
||||
weight: 7
|
||||
url: "https://digitalcourage.social/@thisven"
|
||||
params:
|
||||
icon: mastodon
|
||||
- name: Funkwhale
|
||||
weight: 8
|
||||
url: "https://open.audio/@thisven"
|
||||
params:
|
||||
icon: funkwhale
|
||||
- name: PeerTube
|
||||
weight: 9
|
||||
url: "https://libre.video/accounts/thisven"
|
||||
params:
|
||||
icon: peertube
|
||||
|
|
Loading…
Reference in a new issue