From 5429d4839638c5ba5eca7acc5881f10344344732 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 25 Aug 2023 17:12:02 +0200 Subject: [PATCH] style: fix yaml format --- .drone.yml | 4 ++-- config.yaml | 20 ++++++++++---------- data/en/sections/skills.yaml | 3 ++- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 10beaad..265748a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,12 +28,12 @@ steps: image: betterweb/hugo commands: - npm install - - hugo + - hugo - name: deploy image: drillster/drone-rsync settings: - hosts: ["www.service.consul"] + hosts: ['www.service.consul'] target: /srv/http/welcome source: public/* user: drone-deploy diff --git a/config.yaml b/config.yaml index f7443db..c21b439 100644 --- a/config.yaml +++ b/config.yaml @@ -16,16 +16,16 @@ languages: module: imports: - - path: github.com/hugo-toha/toha/v4 + - path: github.com/hugo-toha/toha/v4 mounts: - - source: static/files - target: static/files - - source: ./node_modules/flag-icon-css/flags - target: static/flags - - source: ./node_modules/@fontsource/mulish/files - target: static/files - - source: ./node_modules/katex/dist/fonts - target: static/fonts + - source: static/files + target: static/files + - source: ./node_modules/flag-icon-css/flags + target: static/flags + - source: ./node_modules/@fontsource/mulish/files + target: static/files + - source: ./node_modules/katex/dist/fonts + target: static/fonts params: # GitHub repo URL of your site @@ -37,7 +37,7 @@ params: enable: true services: darkreader: - defaultColorScheme: system # options are 'system', 'dark', 'light' + defaultColorScheme: system gitRepo: https://git.ducamps.win/vincent/welcome logo: diff --git a/data/en/sections/skills.yaml b/data/en/sections/skills.yaml index 7b390cb..1b0c661 100644 --- a/data/en/sections/skills.yaml +++ b/data/en/sections/skills.yaml @@ -15,7 +15,8 @@ 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.." + Experience in writing automation Script + for Windows System administration.." url: "https://docs.microsoft.com/fr-fr/powershell/" - name: SCCM