mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 15:02:18 +00:00
update nav bar with contact links
This commit is contained in:
parent
c70128ff17
commit
3ee9eb0937
1 changed files with 28 additions and 12 deletions
|
@ -24,18 +24,34 @@
|
||||||
weight = -106
|
weight = -106
|
||||||
|
|
||||||
# Submenus are done this way: parent -> identifier
|
# Submenus are done this way: parent -> identifier
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "Links"
|
name = "Connect"
|
||||||
# identifier = "Links"
|
identifier = "Connect"
|
||||||
# weight = -108
|
weight = -100
|
||||||
# [[main]]
|
[[main]]
|
||||||
# parent = "Links"
|
parent = "Connect"
|
||||||
# name = "LinkedIn"
|
name = "Matrix"
|
||||||
# url = "https://www.linkedin.com/"
|
url = "https://matrix.to/#/@john:bowdre.net"
|
||||||
# [[main]]
|
[[main]]
|
||||||
# parent = "Links"
|
parent = "Connect"
|
||||||
# name = "Twitter"
|
name = "XMPP"
|
||||||
# url = "https://twitter.com/"
|
url = "https://conversations.im/i/john@chat.vpot8.ooo"
|
||||||
|
[[main]]
|
||||||
|
parent = "Connect"
|
||||||
|
name = "Twitter"
|
||||||
|
url = "https://twitter.com/johndotbowdre"
|
||||||
|
[[main]]
|
||||||
|
parent = "Connect"
|
||||||
|
name = "GitHub"
|
||||||
|
url = "https://github.com/jbowdre"
|
||||||
|
[[main]]
|
||||||
|
parent = "Connect"
|
||||||
|
name = "CounterSocial"
|
||||||
|
url = "https://counter.social/@john_b"
|
||||||
|
[[main]]
|
||||||
|
parent = "Connect"
|
||||||
|
name = "Polywork"
|
||||||
|
url = "https://john.bowdre.net/"
|
||||||
|
|
||||||
# [[main]]
|
# [[main]]
|
||||||
# name = "About"
|
# name = "About"
|
||||||
|
|
Loading…
Reference in a new issue