welcome/data/en/sections/skills.yaml
vincent 5429d48396
All checks were successful
continuous-integration/drone/push Build is passing
style: fix yaml format
2023-08-25 17:12:02 +02:00

45 lines
1.4 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
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/"
- 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"
- 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/"
- 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/"
- 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/"