diff --git a/exampleSite/data/sections/achievements.yaml b/exampleSite/data/sections/achievements.yaml index 5877753..eee213b 100644 --- a/exampleSite/data/sections/achievements.yaml +++ b/exampleSite/data/sections/achievements.yaml @@ -4,6 +4,8 @@ section: enable: true weight: 6 showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true # Your achievements achievements achievements: diff --git a/exampleSite/data/sections/experiences.yaml b/exampleSite/data/sections/experiences.yaml index 3ed8349..b5366d6 100644 --- a/exampleSite/data/sections/experiences.yaml +++ b/exampleSite/data/sections/experiences.yaml @@ -4,7 +4,8 @@ section: enable: true weight: 3 showOnNavbar: true - + # Can optionally hide the title in sections + # hideTitle: true # Your experiences experiences: diff --git a/exampleSite/data/sections/projects.yaml b/exampleSite/data/sections/projects.yaml index 0d84565..ea0c02e 100644 --- a/exampleSite/data/sections/projects.yaml +++ b/exampleSite/data/sections/projects.yaml @@ -4,6 +4,8 @@ section: enable: true weight: 4 showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true # filter buttons buttons: diff --git a/exampleSite/data/sections/recent-posts.yaml b/exampleSite/data/sections/recent-posts.yaml index 9fb496a..357e99f 100644 --- a/exampleSite/data/sections/recent-posts.yaml +++ b/exampleSite/data/sections/recent-posts.yaml @@ -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 diff --git a/exampleSite/data/sections/skills.yaml b/exampleSite/data/sections/skills.yaml index 05730d8..8a8aaac 100644 --- a/exampleSite/data/sections/skills.yaml +++ b/exampleSite/data/sections/skills.yaml @@ -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. diff --git a/layouts/partials/achievements.html b/layouts/partials/achievements.html index 1805631..75995a9 100644 --- a/layouts/partials/achievements.html +++ b/layouts/partials/achievements.html @@ -1,5 +1,7 @@