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:
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 /exampleSite
parent78e7147b3d3c272b5b9b5a4489c3096492244115 (diff)
feat: add Talks to menu in demo and tpl
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/menus.toml15
1 files changed, 10 insertions, 5 deletions
diff --git a/exampleSite/config/_default/menus.toml b/exampleSite/config/_default/menus.toml
index 45c2b8fc..9351a287 100644
--- a/exampleSite/config/_default/menus.toml
+++ b/exampleSite/config/_default/menus.toml
@@ -19,23 +19,28 @@
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