We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eb3b8 commit 7ebea15Copy full SHA for 7ebea15
2 files changed
config/_default/menus.yaml
@@ -3,6 +3,8 @@
3
# desired widget in your `content/home/` folder.
4
# The weight parameter defines the order that the links will appear in.
5
6
+
7
8
main:
9
- name: Bio
10
url: /
@@ -22,3 +24,6 @@ main:
22
24
- name: Uses
23
25
url: uses/
26
weight: 40
27
+ - name: Research
28
+ url: /research
29
+ weight: 11
content/research/_index.md
@@ -0,0 +1,14 @@
1
+---
2
+title: Research
+cms_exclude: true
+# View.
+view: citation
+# Optional header image (relative to `static/media/` folder).
+banner:
+ caption: ''
11
+ image: ''
12
13
14
+This is a trial text
0 commit comments