35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
# section information
|
|
section:
|
|
name: Skills
|
|
id: skills
|
|
enable: true
|
|
weight: 2
|
|
showOnNavbar: true
|
|
# Can optionally hide the title in sections
|
|
# hideTitle: true
|
|
|
|
# Your Skills.
|
|
# Give a summary of you each skill in the summary section.
|
|
skills:
|
|
- name: Powershell
|
|
icon: "/images/sections/skills/powershell.png"
|
|
summary: "Using as the main language for professional development. Experience in writing automation Script for Windows System administration.."
|
|
url: "https://kubernetes.io/"
|
|
|
|
- name: SCCM
|
|
icon: "/images/sections/skills/sccm.png"
|
|
summary: "Using in a professional environment to manage configuration. Experienced in master, task sequence, deployment, etc."
|
|
url: "https://kubernetes.io/"
|
|
|
|
- name: Python
|
|
icon: "/images/sections/skills/python.png"
|
|
summary: "Using as the main language for personal development. Capable to create Flask API."
|
|
url: "https://golang.org/"
|
|
|
|
- name: Ansible
|
|
icon: "/images/sections/skills/ansible.png"
|
|
summary: "Use to manage my personal infrastructure configuration. Capable to create roles, playbooks, etc."
|
|
|
|
- name: Docker
|
|
icon: "/images/sections/skills/docker.png"
|
|
summary: "Use to manage my personal container. Capable to create dockerfiles, docker-compose." |