diff --git a/config/_default/menus.toml b/config/_default/menus.toml index d492d6a..b4fdfee 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -18,10 +18,15 @@ url = "#projects" weight = 30 +[[main]] + name = "Talks" + url = "#talks" + weight = 40 + [[main]] name = "Publications" url = "#featured" - weight = 40 + weight = 50 [[main]] name = "Contact" @@ -29,8 +34,8 @@ weight = 60 # Link to a PDF of your resume/CV from the menu. -# To enable, copy your resume/CV to `static/media/cv.pdf` and uncomment the lines below. +# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below. # [[main]] # name = "CV" -# url = "media/cv.pdf" +# url = "media/resume.pdf" # weight = 70 diff --git a/exampleSite/config/_default/menus.toml b/exampleSite/config/_default/menus.toml index 45c2b8f..9351a28 100644 --- a/exampleSite/config/_default/menus.toml +++ b/exampleSite/config/_default/menus.toml @@ -18,24 +18,29 @@ url = "#projects" weight = 30 +[[main]] + name = "Talks" + url = "#talks" + weight = 40 + [[main]] name = "Publications" url = "#featured" - weight = 40 + weight = 50 [[main]] name = "Courses" url = "courses/" - weight = 50 + weight = 60 [[main]] name = "Contact" url = "#contact" - weight = 60 + weight = 70 # 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. +# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below. # [[main]] # name = "CV" -# url = "files/cv.pdf" +# url = "media/resume.pdf" # weight = 70