Skip to content

Commit

Permalink
Update menu.en.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel committed Dec 21, 2023
1 parent 54d8a39 commit 3b4bec1
Showing 1 changed file with 60 additions and 27 deletions.
87 changes: 60 additions & 27 deletions config/_default/menus/menu.en.toml
Original file line number Diff line number Diff line change
@@ -1,57 +1,96 @@

[[main]]
name = "EDRLab Members website"
identifier = "edrlabmember"
weight = -108

[[main]]
name = "Members"
parent = "edrlabmember"
name = "Browse Members"
url = ""
weight = -110

[[main]]
parent = "edrlabmember"
name = "About"
url = "about/"
weight = 50

[[main]]
parent = "edrlabmember"
name = "Becoming a Member"
url = "https://www.edrlab.org/become-a-member/"
weight = 10

# [[main]]
# name = "Back to edrlab webpage"
# url = "https://www.edrlab.org"
# weight = -100
# name = "Back to edrlab webpage"
# url = "https://www.edrlab.org"
# weight = 100

[[social]]
name = "rss"
weight = 4
url = "index.xml"


# Submenus are done this way: parent -> identifier
[[main]]
name = "Main EDRLab website"
identifier = "edrlaborg"
weight = -108
[[main]]
parent = "edrlaborg"
name = "About"
url = "https://www.edrlab.org/about/"
weight = -90

[[main]]
parent = "edrlaborg"
name = "Summit"
url = "https://www.edrlab.org/events/digital-publishing-summit-2023/"
weight = -80

[[main]]
parent = "edrlaborg"
name = "LCP"
url = "https://www.edrlab.org/readium-lcp/"
weight = -70

[[main]]
parent = "edrlaborg"
name = "Standards"
url = "https://www.edrlab.org/open-standards/"
weight = -60

[[main]]
name = "Software"
url = "https://www.edrlab.org"
weight = -50

[[main]]
parent = "edrlaborg"
name = "Accessibility"
url = "https://www.edrlab.org/accessibility/"
weight = -40

[[main]]
parent = "edrlaborg"
name = "News"
url = "https://www.edrlab.org/news/"
weight = -30

[[main]]
parent = "edrlaborg"
name = "Contact"
url = "https://www.edrlab.org/contact/"
weight = -20

[[main]]
name = "Membership"
url = "https://www.edrlab.org/become-a-member/"
weight = -10
# social menu links

[[social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/edrlab"
[[social]]
name = "twitter"
weight = 2
url = "https://twitter.com/edrlab_org"
[[social]]
name = "linkedin"
weight = 3
url = "https://www.linkedin.com/company/european-digital-reading-lab"



# [[main]]
# name = "Archives"
Expand All @@ -72,10 +111,7 @@
# name = "Twitter"
# url = "https://twitter.com/"

[[main]]
name = "About"
url = "about/"
weight = -107


# social menu links

Expand All @@ -92,10 +128,7 @@
# name = "linkedin"
# weight = 3
# url = "https://www.linkedin.com/in/#"
[[social]]
name = "rss"
weight = 4
url = "index.xml"


# other supported social links
# name = "youtube"
Expand Down

0 comments on commit 3b4bec1

Please sign in to comment.