starter-academic-mpvd/config/_default/menus.toml
2023-03-28 11:45:37 +02:00

73 lines
1.2 KiB
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 = "Claustro"
url = "#claustro"
weight = 20
[[main]]
name = "Guía docente"
url = "#guia_docente"
weight = 30
[[main]]
name = "Multimedia"
url = "#multimedia"
weight = 40
[[main]]
name = "Blog"
url = "#blog"
weight = 40
[[main]]
name = "Inscripción y Contacto"
url = "#contacto"
weight = 70
[[main]]
name = "FAQS"
url = "articulo/faqs/"
weight = 80
# [[main]]
# name = "Home"
# url = "#about"
# weight = 10
# [[main]]
# name = "Posts"
# url = "#posts"
# weight = 20
# [[main]]
# name = "Projects"
# url = "#projects"
# weight = 30
# [[main]]
# name = "Talks"
# url = "#talks"
# weight = 40
# [[main]]
# name = "Publications"
# url = "#featured"
# weight = 50
# [[main]]
# name = "Contact"
# url = "#contact"
# weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "media/resume.pdf"
# weight = 70