From e4972a001c527417d34d3b6073bfec7444931a4f Mon Sep 17 00:00:00 2001 From: HenzelMoras Date: Thu, 25 Mar 2021 11:58:26 +0530 Subject: [PATCH] WIP: setting showNavbar: false fixes it --- .../data/en/sections/accomplishments.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 exampleSite/data/en/sections/accomplishments.yaml diff --git a/exampleSite/data/en/sections/accomplishments.yaml b/exampleSite/data/en/sections/accomplishments.yaml new file mode 100644 index 0000000..dbbb81e --- /dev/null +++ b/exampleSite/data/en/sections/accomplishments.yaml @@ -0,0 +1,22 @@ +# section information +section: + name: Accomplishments + id: accomplishments + enable: true + weight: 6 + showOnNavbar: false + # Can optionally hide the title in sections + # hideTitle: true + + +# your projects +certificates: +- name: Linux Foundation System Administrator + logo: /images/sections/projects/kubernetes.png + organization: Linux Foundation + timeline: "March 2018 - Present" + + #url: "" # link of the certificate. + overview: taught me how to manage linux systems can use markdown for images. + +