Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/menus.toml')
-rw-r--r--config/_default/menus.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index d492d6aa..b4fdfee1 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -19,9 +19,14 @@
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