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.yaml')
-rw-r--r--exampleSite/config/_default/menus.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/exampleSite/config/_default/menus.yaml b/exampleSite/config/_default/menus.yaml
new file mode 100644
index 00000000..702026d0
--- /dev/null
+++ b/exampleSite/config/_default/menus.yaml
@@ -0,0 +1,27 @@
+# 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
+ - name: Posts
+ url: '#posts'
+ weight: 20
+ - name: Projects
+ url: '#projects'
+ weight: 30
+ - name: Talks
+ url: '#talks'
+ weight: 40
+ - name: Publications
+ url: '#featured'
+ weight: 50
+ - name: Courses
+ url: courses/
+ weight: 60
+ - name: Contact
+ url: '#contact'
+ weight: 70