Moved widgets socials and color to params

This commit is contained in:
Vezpi 2025-05-05 12:40:12 +00:00
parent b8f22aa8eb
commit c4286dfd2f

View File

@ -22,7 +22,6 @@ params:
lastUpdated: "Jan 2, 2006" lastUpdated: "Jan 2, 2006"
toc: toc:
enable: true enable: true
article: article:
math: false math: false
toc: true toc: true
@ -30,6 +29,26 @@ params:
lastUpdated: true lastUpdated: true
comments: comments:
enable: false 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: outputs:
@ -96,25 +115,3 @@ menu:
url: /search/ url: /search/
weight: 40 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"