diff --git a/hugo.yaml b/hugo.yaml index d13ab48..1536d9b 100644 --- a/hugo.yaml +++ b/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" \ No newline at end of file