wip: make theme workable with hugoBasicExample site
This commit is contained in:
parent
07e816219f
commit
e7b2fba1b0
24 changed files with 343 additions and 34 deletions
57
data/about.yaml
Normal file
57
data/about.yaml
Normal file
|
@ -0,0 +1,57 @@
|
|||
# your designation
|
||||
designation: Software Engineer
|
||||
# your company information
|
||||
company:
|
||||
name: Example Co.
|
||||
url: "https://www.example.com"
|
||||
|
||||
# your resume
|
||||
resume: "assets/files/resume.pdf"
|
||||
|
||||
# a summary about you
|
||||
summary: 'I am a passionate software engineer with x years of working
|
||||
experience. I built OSS tools for Kubernetes using GO. My tools helps people to
|
||||
deploy their workloads in Kuberenetes. Sometimes, I work on some fun projects such as writing a theme etc.'
|
||||
|
||||
# your social links
|
||||
# give as many as you want. use font-awesome for the icons.
|
||||
socialLinks:
|
||||
- name: Email
|
||||
icon: "fas fa-envelope"
|
||||
url: "example@gmail.com"
|
||||
|
||||
- name: Github
|
||||
icon: "fab fa-github"
|
||||
url: "https://www.github.com/example"
|
||||
|
||||
- name: Stackoverflow
|
||||
icon: "fab fa-stack-overflow"
|
||||
url: "#"
|
||||
|
||||
- name: LinkedIn
|
||||
icon: "fab fa-linkedin"
|
||||
url: "#"
|
||||
|
||||
- name: Twitter
|
||||
icon: "fab fa-twitter"
|
||||
url: "#"
|
||||
|
||||
- name: Facebook
|
||||
icon: "fab fa-facebook"
|
||||
|
||||
# your soft skills
|
||||
# give the percentage between 50 to 100 with 5 interval.
|
||||
# currently supported color: blue, yellow, pink, green
|
||||
softSkills:
|
||||
- name: Leadership
|
||||
percentage: 85
|
||||
color: blue
|
||||
- name: Team Work
|
||||
percentage: 90
|
||||
color: yellow
|
||||
- name: Communication
|
||||
percentage: 85
|
||||
color: pink
|
||||
- name: Hard Working
|
||||
percentage: 85
|
||||
color: green
|
26
data/achievements.yaml
Normal file
26
data/achievements.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
# my achievements
|
||||
achievements:
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/1.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/2.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/3.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/4.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/5.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/6.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/7.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
||||
- title: UAP IUPC 2017
|
||||
image: assets/images/achievements/8.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
57
data/experiences.yaml
Normal file
57
data/experiences.yaml
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Your experiences
|
||||
experiences:
|
||||
- designation: Software Engineer
|
||||
company:
|
||||
name: Example Co.
|
||||
url: "https://www.example.com"
|
||||
location: Dhaka Branch
|
||||
# company overview
|
||||
overview: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed ipsum deserunt dignissimos iure incidunt porro sapiente adipisci neque, eveniet quam.
|
||||
start: Nov 2017
|
||||
# don't provide end date if you are currently working there. It will be replaced by "Present"
|
||||
# end: Dec 2020
|
||||
# give some points about what was your responsibilities at the company.
|
||||
responsibilities:
|
||||
- Design, develop and manage disaster recovery tool Stash that backup Kubernetes volumes, databases and cluster's resource definition.
|
||||
- My another respons
|
||||
- Added support for Prometheus monitoring in various AppsCode's tools.
|
||||
- Provide support to the users of our various tools.
|
||||
|
||||
- designation: Intern
|
||||
company:
|
||||
name: AppCode Inc.
|
||||
url: "https://www.appscode.com"
|
||||
location: Dhaka Branch
|
||||
overview: AppsCode Ltd. is a subsidiary company of AppsCode Inc. USA. An Integrated platform for collaborative coding, testing & deploying containerized apps.
|
||||
start: March 2016
|
||||
end: May 2016
|
||||
responsibilities:
|
||||
- Design, develop and test a sample library website.
|
||||
- Learn git version control.
|
||||
- Learn backbone.js framework.
|
||||
|
||||
- designation: Demo 1
|
||||
company:
|
||||
name: Demo Co.
|
||||
url: "https://www.appscode.com"
|
||||
location: Dhaka Branch
|
||||
overview: this is a demo company.
|
||||
start: March 2016
|
||||
end: May 2016
|
||||
responsibilities:
|
||||
- Design, develop and test a sample library website.
|
||||
- Learn git version control.
|
||||
- Learn backbone.js framework.
|
||||
|
||||
- designation: Demo 2
|
||||
company:
|
||||
name: Demo Co.
|
||||
url: "https://www.appscode.com"
|
||||
location: Dhaka Branch
|
||||
overview: this is a demo company.
|
||||
start: March 2016
|
||||
end: May 2016
|
||||
responsibilities:
|
||||
- Design, develop and test a sample library website.
|
||||
- Learn git version control.
|
||||
- Learn backbone.js framework.
|
12
data/home.yaml
Normal file
12
data/home.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# background image of the landing page
|
||||
background: "assets/images/default-background.jpg"
|
||||
|
||||
# some information about you
|
||||
author:
|
||||
name: "John Doe"
|
||||
image: "assets/images/default-avatar.svg"
|
||||
# a summary of what you do
|
||||
summary:
|
||||
- I am a Developer
|
||||
- I work with Go
|
||||
- I love to work with some fun projects
|
58
data/projects.yaml
Normal file
58
data/projects.yaml
Normal file
|
@ -0,0 +1,58 @@
|
|||
# filter buttons
|
||||
filters:
|
||||
- name: All
|
||||
tag: "all"
|
||||
- name: Professional
|
||||
tag: "professional"
|
||||
- name: Academic
|
||||
tag: "academic"
|
||||
- name: Hobby
|
||||
tag: "hobby"
|
||||
|
||||
# my projects
|
||||
projects:
|
||||
- name: Stash
|
||||
logo: assets/images/logos/stash.png
|
||||
role: Team Lead
|
||||
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"]
|
||||
|
||||
- name: KubeDB
|
||||
logo: assets/images/logos/kubedb.png
|
||||
role: Developer
|
||||
timeline: "Jan 2019 - Present"
|
||||
repo: https://github.com/kubedb/cli
|
||||
#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"]
|
||||
|
||||
- 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
|
||||
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.
|
||||
tags: ["academic","iot"]
|
||||
|
||||
- name: Toha
|
||||
logo: assets/images/logos/project-default.png
|
||||
role: Owner
|
||||
timeline: "Jun 2019 - Present"
|
||||
repo: https://github.com/hossainemruz/toha
|
||||
summary: A Hugo theme for personal portfolio.
|
||||
tags: ["hobby","hugo","theme"]
|
42
data/skills.yaml
Normal file
42
data/skills.yaml
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Your Skills.
|
||||
# Give a summary of you each skill in summary section.
|
||||
skills:
|
||||
- name: Kubernetes
|
||||
icon: "assets/images/skills/kubernetes.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Go Development
|
||||
icon: "assets/images/skills/go.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Cloud Computing
|
||||
icon: "assets/images/skills/cloud.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Docker
|
||||
icon: "assets/images/skills/docker.svg"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Linux
|
||||
icon: "assets/images/skills/linux.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Prometheus
|
||||
icon: "assets/images/skills/prometheus.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: Git
|
||||
icon: "assets/images/skills/git.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
||||
|
||||
- name: C++
|
||||
icon: "assets/images/skills/c++.png"
|
||||
summary: "Some quick example text to build on the card title and make up the bulk
|
||||
of tlsdfjlsdjflsdfhe card's content."
|
Loading…
Add table
Add a link
Reference in a new issue