Add acomplishment section
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
b602756e28
commit
5c95132b1e
22 changed files with 266 additions and 12 deletions
22
exampleSite/data/en/sections/accomplishments.yaml
Normal file
22
exampleSite/data/en/sections/accomplishments.yaml
Normal file
|
@ -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.
|
||||
|
||||
|
|
@ -3,7 +3,7 @@ section:
|
|||
name: Recent Posts
|
||||
id: recent-posts
|
||||
enable: true
|
||||
weight: 6
|
||||
weight: 8
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue