style: fix yaml format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fe4776a1e
commit
5429d48396
@ -28,12 +28,12 @@ steps:
|
|||||||
image: betterweb/hugo
|
image: betterweb/hugo
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: ["www.service.consul"]
|
hosts: ['www.service.consul']
|
||||||
target: /srv/http/welcome
|
target: /srv/http/welcome
|
||||||
source: public/*
|
source: public/*
|
||||||
user: drone-deploy
|
user: drone-deploy
|
||||||
|
20
config.yaml
20
config.yaml
@ -16,16 +16,16 @@ languages:
|
|||||||
|
|
||||||
module:
|
module:
|
||||||
imports:
|
imports:
|
||||||
- path: github.com/hugo-toha/toha/v4
|
- path: github.com/hugo-toha/toha/v4
|
||||||
mounts:
|
mounts:
|
||||||
- source: static/files
|
- source: static/files
|
||||||
target: static/files
|
target: static/files
|
||||||
- source: ./node_modules/flag-icon-css/flags
|
- source: ./node_modules/flag-icon-css/flags
|
||||||
target: static/flags
|
target: static/flags
|
||||||
- source: ./node_modules/@fontsource/mulish/files
|
- source: ./node_modules/@fontsource/mulish/files
|
||||||
target: static/files
|
target: static/files
|
||||||
- source: ./node_modules/katex/dist/fonts
|
- source: ./node_modules/katex/dist/fonts
|
||||||
target: static/fonts
|
target: static/fonts
|
||||||
|
|
||||||
params:
|
params:
|
||||||
# GitHub repo URL of your site
|
# GitHub repo URL of your site
|
||||||
@ -37,7 +37,7 @@ params:
|
|||||||
enable: true
|
enable: true
|
||||||
services:
|
services:
|
||||||
darkreader:
|
darkreader:
|
||||||
defaultColorScheme: system # options are 'system', 'dark', 'light'
|
defaultColorScheme: system
|
||||||
|
|
||||||
gitRepo: https://git.ducamps.win/vincent/welcome
|
gitRepo: https://git.ducamps.win/vincent/welcome
|
||||||
logo:
|
logo:
|
||||||
|
@ -15,7 +15,8 @@ skills:
|
|||||||
- name: Powershell
|
- name: Powershell
|
||||||
logo: "/images/sections/skills/powershell.png"
|
logo: "/images/sections/skills/powershell.png"
|
||||||
summary: "Using as the main language for professional development.
|
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/"
|
url: "https://docs.microsoft.com/fr-fr/powershell/"
|
||||||
|
|
||||||
- name: SCCM
|
- name: SCCM
|
||||||
|
Loading…
Reference in New Issue
Block a user