add about and skills

This commit is contained in:
vincent 2020-11-25 18:01:20 +01:00
parent 771b2fdc62
commit 06c2546660
18 changed files with 214 additions and 4 deletions

View File

@ -1,3 +0,0 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
baseURL : "https://www.ducamps.win/welcome"
languageCode : "fr-FR"
defaultContentLanguage: fr
theme : "toha"
languages:
fr:
title : "page d'acceuil"
languageName: Français
weight: 1
en:
title : "Welcome Page"
languageName: English
weight: 2
enableEmoji: true
params:
# GitHub repo URL of your site
gitRepo: https://git.ducamps.win/vincent/welcome
enableBlogPost: true
enableTOC: true

15
data/en/author.yaml Normal file
View File

@ -0,0 +1,15 @@
# some information about you
name: "Vincent Ducamps"
nickname: "Vincent"
# greeting message before your name. it will default to "Hi! I am" if not provided
greeting: "Hi, I am"
image: "images/author/vincent.png"
# give your some contact information. they will be used in the footer
contactInfo:
email: "vincent@ducamps.win"
phone:
# some summary about what you do
summary:
- I am a adminSys
- I participate on open-source projects

View File

@ -0,0 +1,41 @@
section:
name: About
id: about
enable: true
weight: 1
showOnNavbar: true
template: sections/about.html
# your designation
designation: Administrateur système
# your company information
company:
name: Consort NT
url: "https://consort-group.com/"
# your resume. this file path should be relative to you "static" directory
resume: "files/resume.pdf"
# a summary about you
summary: "Passionate about IT, since adolescence and with 9 years of professional experience.
I continue to learn every day, with enthusiasm.
I contribute in my spare time to some open source software."
# your social links
# give as many as you want. use font-awesome for the icons.
socialLinks:
- name: mail
icon: "fas fa-envelope"
url: "mailto:vincent@ducamps.win"
- name: Github
icon: "fab fa-github"
url: "https://github.com/vincentDcmps"
- name: linkedin
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/vincentducamps/"
- name: gitea
icon: "fab fa-git-square"
url: "https://git.ducamps.win"
# your soft skills
# give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: blue, yellow, pink, green, sky, orange

View File

@ -0,0 +1,35 @@
# 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."

5
data/en/site.yaml Normal file
View File

@ -0,0 +1,5 @@
# Copyright Notice
copyright: © 2020 Copyright.
# Meta description for your site. This will help the search engines to find your site.
description: personal website of Vincent Ducamps

15
data/fr/author.yaml Normal file
View File

@ -0,0 +1,15 @@
# some information about you
name: "Vincent Ducamps"
nickname: "Vincent"
# greeting message before your name. it will default to "Hi! I am" if not provided
greeting: "Bonjour, je suis"
image: "images/author/vincent.png"
# give your some contact information. they will be used in the footer
contactInfo:
email: "vincent@ducamps.win"
phone:
# some summary about what you do
summary:
- Je suis adminSys
- je contribue à des projets Open Source

View File

@ -0,0 +1,41 @@
section:
name: About
id: about
enable: true
weight: 1
showOnNavbar: true
template: sections/about.html
# your designation
designation: Administrateur système
# your company information
company:
name: Consort NT
url: "https://consort-group.com/"
# your resume. this file path should be relative to you "static" directory
resume: "files/resume.pdf"
# a summary about you
summary: "Passionné par l'informatique, depuis l'adolescence et avec 9 ans d'expérience professionnelle.
Je continue d'apprendre tous les jours, avec enthousiaste.
Je contribue sur mon temps libre a quelque logiciel open source."
# your social links
# give as many as you want. use font-awesome for the icons.
socialLinks:
- name: mail
icon: "fas fa-envelope"
url: "mailto:vincent@ducamps.win"
- name: Github
icon: "fab fa-github"
url: "https://github.com/vincentDcmps"
- name: linkedin
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/vincentducamps/"
- name: gitea
icon: "fab fa-git-square"
url: "https://git.ducamps.win"
# your soft skills
# give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: blue, yellow, pink, green, sky, orange

View File

@ -0,0 +1,35 @@
# 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: "Utilisation comme langue principale pour le développement professionnel. Expérimenté dans la rédaction de scripts d'automatisation pour l'administration du système Windows."
url: "https://kubernetes.io/"
- name: SCCM
icon: "/images/sections/skills/sccm.png"
summary: "Utilisation dans un environnement professionnel pour gérer la configuration. Expérimenté en maître, séquence de tâches, déploiement, etc."
url: "https://kubernetes.io/"
- name: Python
icon: "/images/sections/skills/python.png"
summary: "Utilisation comme langue principale pour le développement personnel. Capable de créer des API Flask."
url: "https://golang.org/"
- name: Ansible
icon: "/images/sections/skills/ansible.png"
summary: "Permet de gérer la configuration de mon infrastructure personnelle. Capable de créer des rôles, des playbooks, etc."
- name: Docker
icon: "/images/sections/skills/docker.png"
summary: "Permet de gérer mon conteneur personnel. Capable de créer des fichiers docker, docker-compose."

5
data/fr/site.yaml Normal file
View File

@ -0,0 +1,5 @@
# Copyright Notice
copyright: © 2020 Copyright.
# Meta description for your site. This will help the search engines to find your site.
description: Site Personnel de Vincent Ducamps.

BIN
static/files/resume.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

@ -1 +1 @@
Subproject commit da036923f35a341ad68b9c02a90c76bf598a54ca Subproject commit 7ec8aca5705267b8ab114a921e535b49b7bfe53c