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 'exampleSite/config/_default/menus.toml')
-rw-r--r--exampleSite/config/_default/menus.toml46
1 files changed, 0 insertions, 46 deletions
diff --git a/exampleSite/config/_default/menus.toml b/exampleSite/config/_default/menus.toml
deleted file mode 100644
index e090a91f..00000000
--- a/exampleSite/config/_default/menus.toml
+++ /dev/null
@@ -1,46 +0,0 @@
-# Navigation Links
-# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
-# desired widget in your `content/home/` folder.
-# The weight parameter defines the order that the links will appear in.
-
-[[main]]
- name = "Demo"
- url = "#about"
- weight = 10
-
-[[main]]
- name = "Posts"
- url = "#posts"
- weight = 20
-
-[[main]]
- name = "Projects"
- url = "#projects"
- weight = 30
-
-[[main]]
- name = "Talks"
- url = "#talks"
- weight = 40
-
-[[main]]
- name = "Publications"
- url = "#featured"
- weight = 50
-
-[[main]]
- name = "Courses"
- url = "courses/"
- weight = 60
-
-[[main]]
- name = "Contact"
- url = "#contact"
- weight = 70
-
-# Link to a PDF of your resume/CV from the menu.
-# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below.
-# [[main]]
-# name = "CV"
-# url = "media/resume.pdf"
-# weight = 70