38 lines
No EOL
1.3 KiB
YAML
38 lines
No EOL
1.3 KiB
YAML
# section information
|
|
section:
|
|
name: Projects
|
|
id: projects
|
|
enable: true
|
|
weight: 0
|
|
showOnNavbar: true
|
|
# Can optionally hide the title in sections
|
|
hideTitle: false
|
|
|
|
# filter buttons
|
|
buttons:
|
|
- name: All
|
|
filter: "all"
|
|
- name: Professional
|
|
filter: "professional"
|
|
- name: Academic
|
|
filter: "academic"
|
|
- name: Hobby
|
|
filter: "hobby"
|
|
|
|
# your projects
|
|
projects:
|
|
- name: Kubernetes
|
|
logo: /images/sections/projects/kubernetes.png
|
|
role: Contributor
|
|
timeline: "March 2018 - Present"
|
|
repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count.
|
|
url: "https://github.com/kubernetes" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
|
|
summary: Production-Grade Container Scheduling and Management.
|
|
tags: ["professional", "kubernetes", "cloud"]
|
|
|
|
- name: A sample academic paper
|
|
role: Team Lead
|
|
timeline: "Jan 2017 - Nov 2017"
|
|
url: "https://www.example.com"
|
|
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi.
|
|
tags: ["academic","iot"] |