Allow section titles to be hidden inline (#24)
* Allow section titles to be hidden within the section themselves * Show sections in footer to match navbar
This commit is contained in:
parent
2936164cc1
commit
a83b1c5658
12 changed files with 27 additions and 8 deletions
|
@ -4,6 +4,8 @@ section:
|
|||
enable: true
|
||||
weight: 6
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your achievements achievements
|
||||
achievements:
|
||||
|
|
|
@ -4,7 +4,8 @@ section:
|
|||
enable: true
|
||||
weight: 3
|
||||
showOnNavbar: true
|
||||
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your experiences
|
||||
experiences:
|
||||
|
|
|
@ -4,6 +4,8 @@ section:
|
|||
enable: true
|
||||
weight: 4
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# filter buttons
|
||||
buttons:
|
||||
|
|
|
@ -4,5 +4,7 @@ section:
|
|||
enable: true
|
||||
weight: 5
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# no other configuration is required
|
||||
|
|
|
@ -4,6 +4,8 @@ section:
|
|||
enable: true
|
||||
weight: 2
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your Skills.
|
||||
# Give a summary of you each skill in the summary section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue