welcome/data/en/sections/skills.yaml

38 lines
1.3 KiB
YAML
Raw Normal View History

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