diff --git a/config.toml b/config.toml deleted file mode 100644 index e4b7418..0000000 --- a/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = "http://example.org/" -languageCode = "en-us" -title = "My New Hugo Site" diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..2a24c48 --- /dev/null +++ b/config.yaml @@ -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 \ No newline at end of file diff --git a/data/en/author.yaml b/data/en/author.yaml new file mode 100644 index 0000000..04cefca --- /dev/null +++ b/data/en/author.yaml @@ -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 \ No newline at end of file diff --git a/data/en/sections/about.yaml b/data/en/sections/about.yaml new file mode 100644 index 0000000..a766056 --- /dev/null +++ b/data/en/sections/about.yaml @@ -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 diff --git a/data/en/sections/skills.yaml b/data/en/sections/skills.yaml new file mode 100644 index 0000000..ef9afb1 --- /dev/null +++ b/data/en/sections/skills.yaml @@ -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." \ No newline at end of file diff --git a/data/en/site.yaml b/data/en/site.yaml new file mode 100644 index 0000000..ad60ed4 --- /dev/null +++ b/data/en/site.yaml @@ -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 \ No newline at end of file diff --git a/data/fr/author.yaml b/data/fr/author.yaml new file mode 100644 index 0000000..e4eaae0 --- /dev/null +++ b/data/fr/author.yaml @@ -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 diff --git a/data/fr/sections/about.yaml b/data/fr/sections/about.yaml new file mode 100644 index 0000000..9e7e0eb --- /dev/null +++ b/data/fr/sections/about.yaml @@ -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 diff --git a/data/fr/sections/skills.yaml b/data/fr/sections/skills.yaml new file mode 100644 index 0000000..56141ce --- /dev/null +++ b/data/fr/sections/skills.yaml @@ -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." \ No newline at end of file diff --git a/data/fr/site.yaml b/data/fr/site.yaml new file mode 100644 index 0000000..e9ff52e --- /dev/null +++ b/data/fr/site.yaml @@ -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. \ No newline at end of file diff --git a/static/files/resume.pdf b/static/files/resume.pdf new file mode 100644 index 0000000..29e55a5 Binary files /dev/null and b/static/files/resume.pdf differ diff --git a/static/images/author/vincent.png b/static/images/author/vincent.png new file mode 100644 index 0000000..15f63a8 Binary files /dev/null and b/static/images/author/vincent.png differ diff --git a/static/images/sections/skills/ansible.png b/static/images/sections/skills/ansible.png new file mode 100644 index 0000000..9c3b6b9 Binary files /dev/null and b/static/images/sections/skills/ansible.png differ diff --git a/static/images/sections/skills/docker.png b/static/images/sections/skills/docker.png new file mode 100644 index 0000000..4bb6055 Binary files /dev/null and b/static/images/sections/skills/docker.png differ diff --git a/static/images/sections/skills/powershell.png b/static/images/sections/skills/powershell.png new file mode 100644 index 0000000..d141809 Binary files /dev/null and b/static/images/sections/skills/powershell.png differ diff --git a/static/images/sections/skills/python.png b/static/images/sections/skills/python.png new file mode 100644 index 0000000..a525490 Binary files /dev/null and b/static/images/sections/skills/python.png differ diff --git a/static/images/sections/skills/sccm.png b/static/images/sections/skills/sccm.png new file mode 100644 index 0000000..bd00921 Binary files /dev/null and b/static/images/sections/skills/sccm.png differ diff --git a/themes/toha b/themes/toha index da03692..7ec8aca 160000 --- a/themes/toha +++ b/themes/toha @@ -1 +1 @@ -Subproject commit da036923f35a341ad68b9c02a90c76bf598a54ca +Subproject commit 7ec8aca5705267b8ab114a921e535b49b7bfe53c