Moved widgets socials and color to params
This commit is contained in:
parent
b8f22aa8eb
commit
c4286dfd2f
43
hugo.yaml
43
hugo.yaml
@ -22,7 +22,6 @@ params:
|
||||
lastUpdated: "Jan 2, 2006"
|
||||
toc:
|
||||
enable: true
|
||||
|
||||
article:
|
||||
math: false
|
||||
toc: true
|
||||
@ -30,6 +29,26 @@ params:
|
||||
lastUpdated: true
|
||||
comments:
|
||||
enable: false
|
||||
widgets:
|
||||
homepage:
|
||||
- type: "categories"
|
||||
- type: "search"
|
||||
page:
|
||||
- type: "toc"
|
||||
colorScheme:
|
||||
toggle: true
|
||||
default: "dark"
|
||||
social:
|
||||
- identifier: "github"
|
||||
name: "GitHub"
|
||||
url: "https://github.com/CaiJimmy/Vezpi"
|
||||
params:
|
||||
icon: "brand-github"
|
||||
- identifier: "linkedin"
|
||||
name: "LinkedIn"
|
||||
url: "https://www.linkedin.com/in/etiennegirault/"
|
||||
params:
|
||||
icon: "brand-linkedin"
|
||||
|
||||
|
||||
outputs:
|
||||
@ -96,25 +115,3 @@ menu:
|
||||
url: /search/
|
||||
weight: 40
|
||||
|
||||
widgets:
|
||||
homepage:
|
||||
- type: "categories"
|
||||
- type: "search"
|
||||
page:
|
||||
- type: "toc"
|
||||
|
||||
colorScheme:
|
||||
toggle: true
|
||||
default: "dark"
|
||||
|
||||
social:
|
||||
- identifier: "github"
|
||||
name: "GitHub"
|
||||
url: "https://github.com/CaiJimmy/Vezpi"
|
||||
params:
|
||||
icon: "brand-github"
|
||||
- identifier: "linkedin"
|
||||
name: "LinkedIn"
|
||||
url: "https://www.linkedin.com/in/etiennegirault/"
|
||||
params:
|
||||
icon: "brand-linkedin"
|
Loading…
x
Reference in New Issue
Block a user