Make theme compatible with hugoBasicExamples
Signed-off-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
e7b2fba1b0
commit
dbd270eaee
60 changed files with 150 additions and 394 deletions
|
@ -1,58 +1,54 @@
|
|||
# filter buttons
|
||||
filters:
|
||||
buttons:
|
||||
- name: All
|
||||
tag: "all"
|
||||
filter: "all"
|
||||
- name: Professional
|
||||
tag: "professional"
|
||||
filter: "professional"
|
||||
- name: Academic
|
||||
tag: "academic"
|
||||
filter: "academic"
|
||||
- name: Hobby
|
||||
tag: "hobby"
|
||||
filter: "hobby"
|
||||
|
||||
# my projects
|
||||
# your projects
|
||||
projects:
|
||||
- name: Stash
|
||||
logo: assets/images/logos/stash.png
|
||||
role: Team Lead
|
||||
- name: Kubernetes
|
||||
logo: assets/images/projects/kubernetes.png
|
||||
role: Contributor
|
||||
timeline: "March 2018 - Present"
|
||||
repo: https://github.com/stashed/stash
|
||||
#url: ""
|
||||
summary: A tool to backup Kubernetes volumes, StatefulSet application, databases etc.
|
||||
tags: ["professional", "kubernetes", "backup"]
|
||||
repo: https://github.com/kubernetes/kubernetes # if your project is public repo on github, then provide this link. it will show star count.
|
||||
#url: "" # 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: KubeDB
|
||||
logo: assets/images/logos/kubedb.png
|
||||
- name: Tensorflow
|
||||
logo: assets/images/projects/tensorflow.png
|
||||
role: Developer
|
||||
timeline: "Jan 2019 - Present"
|
||||
repo: https://github.com/kubedb/cli
|
||||
timeline: "Jun 2018 - Present"
|
||||
repo: https://github.com/tensorflow/tensorflow
|
||||
#url: ""
|
||||
summary: KubeDB by AppsCode simplifies and automates routine database tasks such as provisioning, patching, backup, recovery, failure detection, and repair for various popular databases on private and public clouds.
|
||||
tags: ["professional", "kubernetes", "database"]
|
||||
summary: An Open Source Machine Learning Framework for Everyone.
|
||||
tags: ["professional", "machine-learning","academic"]
|
||||
|
||||
- name: Kubed
|
||||
logo: assets/images/logos/kubed.png
|
||||
role: Developer
|
||||
timeline: "Oct 2018 - Dec 2018"
|
||||
repo: https://github.com/appscode/kubed
|
||||
#url: ""
|
||||
summary: A tool to sync Kubernetes ConfigMap, Secret across namespaces and clusters.
|
||||
tags: ["professional", "kubernetes", "sync"]
|
||||
|
||||
- name: Riverine Vehicle Tracking System with Overload Detection
|
||||
role: Owner
|
||||
- name: A sample academic paper
|
||||
role: Team Lead
|
||||
timeline: "Jan 2017 - Nov 2017"
|
||||
url: "https://drive.google.com/open?id=0BwCjE-AXb1mjT1ExczBuMjk1aTQ"
|
||||
summary:
|
||||
This project aims to develop a monitoring and overload detection system for riverine vehicles.
|
||||
Here, we have built an Ardunio based GPS tracking system, an ultrasonic sensor based overload
|
||||
detector. We have also built a mobile based user application as well as an emergency notification
|
||||
system.
|
||||
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"]
|
||||
|
||||
- name: Nocode
|
||||
logo: assets/images/projects/no-code.png
|
||||
role: Nothing
|
||||
timeline: "Oct 2019 - Dec 2019"
|
||||
repo: https://github.com/kelseyhightower/nocode
|
||||
#url: ""
|
||||
summary: The best way to write secure and reliable applications. Write nothing; deploy nowhere.
|
||||
tags: ["hobby", "fun"]
|
||||
|
||||
- name: Toha
|
||||
logo: assets/images/logos/project-default.png
|
||||
logo: assets/images/logo.png
|
||||
role: Owner
|
||||
timeline: "Jun 2019 - Present"
|
||||
repo: https://github.com/hossainemruz/toha
|
||||
summary: A Hugo theme for personal portfolio.
|
||||
tags: ["hobby","hugo","theme"]
|
||||
tags: ["hobby","hugo","theme","professional"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue