portfolios_exemple2/themes/academia-hugo/exampleSite/config/_default/menus.toml
2021-12-31 12:44:26 +01:00

57 lines
1,020 B
TOML

# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[[main]]
name = "Home"
url = "#about"
weight = 10
[[main]]
name = "Posts"
url = "#posts"
weight = 20
[[main]]
name = "Projects"
url = "#projects"
weight = 30
[[main]]
name = "Publications"
url = "#publications"
weight = 40
[[main]]
name = "Courses"
url = "courses/"
weight = 50
[[main]]
name = "Contact"
url = "#contact"
weight = 60
[[main]]
name = "dropdown"
url = "#"
hasChildren = true
[[main]]
parent = "dropdown"
name = "dropdown 1"
url = "#"
[[main]]
parent = "dropdown"
name = "dropdown 2"
url = "#!"
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 70