Allow section titles to be configured to match menu items
This commit is contained in:
parent
df67dee343
commit
8420b99577
8 changed files with 9 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
# Your achievements achievements
|
||||
title: Achievements
|
||||
achievements:
|
||||
- title: Best Presenter
|
||||
image: images/achievements/presenter.jpg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Your experiences
|
||||
title: Experience
|
||||
experiences:
|
||||
- designation: Software Engineer
|
||||
company:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# filter buttons
|
||||
title: Projects
|
||||
|
||||
buttons:
|
||||
- name: All
|
||||
filter: "all"
|
||||
|
|
|
@ -26,7 +26,7 @@ menus:
|
|||
- name: Skills
|
||||
url: "#skills"
|
||||
weight: 3
|
||||
- name: Experiences
|
||||
- name: Experience
|
||||
url: "#experiences"
|
||||
weight: 4
|
||||
- name: Projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue