welcome/data/en/sections/skills.yaml

44 lines
1.4 KiB
YAML
Raw Normal View History

2021-04-21 08:49:22 +00:00
---
2020-11-25 17:01:20 +00:00
# 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:
2021-04-21 08:49:22 +00:00
- name: Powershell
logo: "/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://docs.microsoft.com/fr-fr/powershell/"
2020-11-25 17:01:20 +00:00
2021-04-21 08:49:22 +00:00
- name: SCCM
logo: "/images/sections/skills/sccm.png"
summary: "Using in a professional environment to manage configuration.
Experienced in master, task sequence, deployment, etc."
url: "https://docs.microsoft.com/fr-fr/mem/configmgr/core/understand/introduction"
2020-11-25 17:01:20 +00:00
2021-04-21 08:49:22 +00:00
- name: Python
logo: "/images/sections/skills/python.png"
summary: "Using as the main language for personal development.
Capable to create Flask API."
url: "https://www.python.org/"
2020-11-25 17:01:20 +00:00
2021-04-21 08:49:22 +00:00
- name: Ansible
logo: "/images/sections/skills/ansible.png"
summary: "Use to manage my personal infrastructure configuration.
Capable to create roles, playbooks, etc."
url: "https://www.ansible.com/"
2020-11-25 17:01:20 +00:00
2021-04-21 08:49:22 +00:00
- name: Docker
logo: "/images/sections/skills/docker.png"
summary: "Use to manage my personal container.
Capable to create dockerfiles, docker-compose."
url: "https://www.docker.com/"