7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-10-23 00:00:35 +00:00
web-ansol.org/config/_default/menus.toml
2020-06-11 17:02:32 +01:00

42 lines
806 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 = "Início"
url = "#"
weight = 10
[[main]]
name = "Artigos"
url = "#"
weight = 20
[[main]]
name = "Campanhas"
url = "#"
weight = 30
[[main]]
name = "Arquivo"
url = "#featured"
weight = 40
# [[main]]
# name = "Courses"
# url = "courses/"
# weight = 50
[[main]]
name = "Contactos"
url = "#"
weight = 60
# 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