feat: add Talks to menu in demo and tpl
This commit is contained in:
parent
78e7147b3d
commit
83d57dced4
2 changed files with 18 additions and 8 deletions
|
@ -18,10 +18,15 @@
|
||||||
url = "#projects"
|
url = "#projects"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Talks"
|
||||||
|
url = "#talks"
|
||||||
|
weight = 40
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Publications"
|
name = "Publications"
|
||||||
url = "#featured"
|
url = "#featured"
|
||||||
weight = 40
|
weight = 50
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
|
@ -29,8 +34,8 @@
|
||||||
weight = 60
|
weight = 60
|
||||||
|
|
||||||
# Link to a PDF of your resume/CV from the menu.
|
# 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]]
|
# [[main]]
|
||||||
# name = "CV"
|
# name = "CV"
|
||||||
# url = "media/cv.pdf"
|
# url = "media/resume.pdf"
|
||||||
# weight = 70
|
# weight = 70
|
||||||
|
|
|
@ -18,24 +18,29 @@
|
||||||
url = "#projects"
|
url = "#projects"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Talks"
|
||||||
|
url = "#talks"
|
||||||
|
weight = 40
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Publications"
|
name = "Publications"
|
||||||
url = "#featured"
|
url = "#featured"
|
||||||
weight = 40
|
weight = 50
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Courses"
|
name = "Courses"
|
||||||
url = "courses/"
|
url = "courses/"
|
||||||
weight = 50
|
weight = 60
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
url = "#contact"
|
url = "#contact"
|
||||||
weight = 60
|
weight = 70
|
||||||
|
|
||||||
# Link to a PDF of your resume/CV from the menu.
|
# 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]]
|
# [[main]]
|
||||||
# name = "CV"
|
# name = "CV"
|
||||||
# url = "files/cv.pdf"
|
# url = "media/resume.pdf"
|
||||||
# weight = 70
|
# weight = 70
|
||||||
|
|
Loading…
Reference in a new issue