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
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 01:54:13 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 01:54:13 +0300
commit83d57dced40e6fda618f58139e5569039f4a41cd (patch)
tree7c8ab2b8a0eec642cee4a40edd22c850c3057b33 /config
parent78e7147b3d3c272b5b9b5a4489c3096492244115 (diff)
feat: add Talks to menu in demo and tpl
Diffstat (limited to 'config')
-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