diff --git a/static/images/author/vincent.png b/assets/images/author/vincent.png similarity index 100% rename from static/images/author/vincent.png rename to assets/images/author/vincent.png diff --git a/static/images/background.jpg b/assets/images/background.jpg similarity index 100% rename from static/images/background.jpg rename to assets/images/background.jpg diff --git a/static/images/logo-inverted.png b/assets/images/logo-inverted.png similarity index 100% rename from static/images/logo-inverted.png rename to assets/images/logo-inverted.png diff --git a/static/images/logo.png b/assets/images/logo.png similarity index 100% rename from static/images/logo.png rename to assets/images/logo.png diff --git a/static/images/sections/skills/ansible.png b/assets/images/sections/skills/ansible.png similarity index 100% rename from static/images/sections/skills/ansible.png rename to assets/images/sections/skills/ansible.png diff --git a/static/images/sections/skills/docker.png b/assets/images/sections/skills/docker.png similarity index 100% rename from static/images/sections/skills/docker.png rename to assets/images/sections/skills/docker.png diff --git a/static/images/sections/skills/powershell.png b/assets/images/sections/skills/powershell.png similarity index 100% rename from static/images/sections/skills/powershell.png rename to assets/images/sections/skills/powershell.png diff --git a/static/images/sections/skills/python.png b/assets/images/sections/skills/python.png similarity index 100% rename from static/images/sections/skills/python.png rename to assets/images/sections/skills/python.png diff --git a/static/images/sections/skills/sccm.png b/assets/images/sections/skills/sccm.png similarity index 100% rename from static/images/sections/skills/sccm.png rename to assets/images/sections/skills/sccm.png diff --git a/config.yaml b/config.yaml index 261200d..09725b6 100644 --- a/config.yaml +++ b/config.yaml @@ -19,10 +19,10 @@ params: gitRepo: https://git.ducamps.win/vincent/welcome enableBlogPost: false enableTOC: false - background: "/images/background.jpg" + background: /images/background.jpg logo: main: /images/logo.png inverted: /images/logo-inverted.png favicon: /images/logo-inverted.png newsletter: - enable: false \ No newline at end of file + enable: false diff --git a/data/en/sections/skills.yaml b/data/en/sections/skills.yaml index ef9afb1..8785e05 100644 --- a/data/en/sections/skills.yaml +++ b/data/en/sections/skills.yaml @@ -12,24 +12,26 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Powershell - icon: "/images/sections/skills/powershell.png" + 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://kubernetes.io/" + url: "https://docs.microsoft.com/fr-fr/powershell/" - name: SCCM - icon: "/images/sections/skills/sccm.png" + logo: "/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/" + url: "https://docs.microsoft.com/fr-fr/mem/configmgr/core/understand/introduction" - name: Python - icon: "/images/sections/skills/python.png" + logo: "/images/sections/skills/python.png" summary: "Using as the main language for personal development. Capable to create Flask API." - url: "https://golang.org/" + url: "https://www.python.org/" - name: Ansible - icon: "/images/sections/skills/ansible.png" + 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 - 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 + logo: "/images/sections/skills/docker.png" + summary: "Use to manage my personal container. Capable to create dockerfiles, docker-compose." + url: "https://www.docker.com/" diff --git a/data/fr/sections/skills.yaml b/data/fr/sections/skills.yaml index 84bceae..0c683ea 100644 --- a/data/fr/sections/skills.yaml +++ b/data/fr/sections/skills.yaml @@ -12,24 +12,26 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Powershell - icon: "/images/sections/skills/powershell.png" + logo: "/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/" + url: "https://docs.microsoft.com/fr-fr/powershell/" - name: SCCM - icon: "/images/sections/skills/sccm.png" + logo: "/images/sections/skills/sccm.png" summary: "Utilisation dans un environnement professionnel pour gérer la configuration. Expérimenté en gestion de Master , séquence de tâches, déploiement, etc." - url: "https://kubernetes.io/" + url: "https://docs.microsoft.com/fr-fr/mem/configmgr/core/understand/introduction" - name: Python - icon: "/images/sections/skills/python.png" + logo: "/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/" + url: "https://www.python.org/" - name: Ansible - icon: "/images/sections/skills/ansible.png" + logo: "/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." + url: "https://www.ansible.com/" - name: Docker - icon: "/images/sections/skills/docker.png" + logo: "/images/sections/skills/docker.png" summary: "Permet de gérer mes conteneurs personnel. Capable de créer des fichiers docker, docker-compose." + url: "https://www.docker.com/" diff --git a/themes/toha b/themes/toha index 1dde98a..8310e99 160000 --- a/themes/toha +++ b/themes/toha @@ -1 +1 @@ -Subproject commit 1dde98ab1357002a0d2aceeee5b2e3ba67111da1 +Subproject commit 8310e99140810d81cce58821d2304d4d0200230c